@charset "UTF-8";

/*@import '../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap';*/

body {
    margin: 0;
    padding: 0;
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}


/* ------------- SASS variables ---------------- */


/*starbase imports */


/* -+-+-+-+-+-+ Navbar -+-+-+-+-+-+ */

.navbar-cn {
    background-color: #FFF;
    border-bottom: 1px solid #d4d8d9;
    border-bottom: .5px solid #dddddd;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    height: 76px;
}

.navbar-cn .make-float-left {
    float: left;
}

.navbar-cn .navbar-brand {
    display: inline-block;
    width: auto;
    color: #3273a0;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
    font-size: 25px;
    vertical-align: middle;
}

.navbar-cn .navbar-brand.applyweb {
    font-weight: 400;
    line-height: 40px;
}

.navbar-cn .navbar-brand > .lite {
    font-weight: 100;
}

.navbar-cn .navbar-brand.is-image {
    padding: 5px 15px;
}

.navbar-cn .navbar-brand.is-image > img {
    max-height: 100%;
}

.navbar-cn .navbar-nav > li {
    text-align: center;
}

.navbar-cn .navbar-nav > li > a {
    color: #7f8c8d;
    fill: #7f8c8d;
    min-width: 128px;
    transition: color 300ms, fill 300ms;
    -webkit-transition: color 300ms, fill 300ms;
    letter-spacing: .2px;
    font-weight: 500;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #EBEFF7;
    transition: background-color 300ms, fill 300ms;
    -webkit-transition: background-color 300ms, fill 300ms;
}

.navbar-cn .navbar-nav > li.single-line > a {
    text-transform: capitalize;
}

.navbar-cn .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-cn .navbar-toggle .icon-bar {
    background-color: #3273a0;
}

.navbar-cn .navbar-btn.btn {
    float: right;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}

button.navbar-toggle span.menu-show:after {
    content: "Hide";
}

button.collapsed span.menu-show:after {
    content: "Menu";
}


/* -------------------- MEDIA QUERY @media (min-width: 768px) ---------------------- */


/*ChrisG, set the height explicitly to match the height of the container */

.navbar-cn .navbar-nav > li > a {
    height: 76px;
    /* ChrisG -adjusted */
    padding: 30px 10px;
    color: #3273a0;
    letter-spacing: .2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    border-left: 1px solid #dedede;
}

.navbar-cn .navbar-nav > li > a:hover {
    color: #454545;
}

.navbar-cn .navbar-btn.btn {
    width: 120px;
    margin: 20px 0;
}


/* -------------------- MEDIA QUERY @media (min-width: 1200px) ---------------------- */


/* Change the size of the Branding when the menu collapses --- */

@media (min-width: 768px) {
    .navbar-cn .navbar-nav > li > a {
        min-width: 128px;
        padding: 30px 20px;
    }
    .navbar-cn .navbar-brand {
        font-size: 3.5rem;
    }
}


/* ------------------- Dropdown Styles ------------------- */

.dropdown-menu > li > a {
    clear: both;
    color: #3273a0;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

ul.nav ul.dropdown-menu {
    top: 80px;
    min-width: 128px;
    border-radius: 3px;
}


/*fixes the vertical alignment of the font-awesome globe icon */

.navbar-nav > li > a > .fa {
    line-height: 20px;
}


/* ------------ media query here to prevent the arrows from showing once the nav menu is collapsed ---------------- */

@media (min-width: 767px) {
    .arrow_box {
        position: absolute;
        top: 85px;
        background: #FFFFFF;
        border: 1px solid #E1E0E0;
        -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    }
    .arrow_box:after,
    .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFFFFF;
        border-width: 15px;
        margin-left: -15px;
    }
    .arrow_box:before {
        border-color: rgba(225, 224, 224, 0);
        border-bottom-color: #E1E0E0;
        border-width: 16px;
        margin-left: -16px;
    }
}


/* ---- This doesn't kick in until the menu gets hidden ---- */

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #FFFFFF;
        border: 1px solid #E1E0E0;
        box-shadow: 0px 14px 16px -6px rgba(0, 0, 0, 0.5);
    }
    .navbar-cn .navbar-nav > li > a {
        text-align: center;
        font-size: 1.5rem;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 0;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}


/* -+-+-+-+-+-+ Main Style -+-+-+-+-+-+ */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: #f6f6f6;
    letter-spacing: .02em;
}

.main-color {
    color: #3273a0;
}


/* the following 2 media queries work with similar queries in the sticky-footer css. These values match values for height in the footer. If changing these margins, change those to match. */

@media only screen and (min-width: 1200px) {
    main.container {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 1199px) {
    main.container {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    main.container {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 366px) {
    main.container {
        margin-bottom: 140px;
    }
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
}

a {
    color: #3273a0;
    fill: #3273a0;
}

a:hover,
a:focus {
    color: #276088;
    fill: #276088;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: 'Roboto', sans-serif;
    color: #3273a0;
}

p {
    color: #6c7879;
}

main p {
    font-size: 14px;
}

.smaller {
    font-size: 1rem;
    line-height: 1.6;
}

.fancy {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.no-fold {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#svg-holder {
    display: none;
}

hr.sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

p.hr-text {
    position: relative;
    text-align: center;
    z-index: 2;
}

p.hr-text > span {
    padding: 0 15px;
    background-color: white;
}

p.hr-text + hr {
    position: relative;
    top: -20px;
    margin: 0 0 10px;
    z-index: 1;
}


/* Gradient transparent - color - transparent */

hr.fade-line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    min-width: 200px;
    max-width: 320px;
}


/*
@media (max-width: 767px) {
	body {
		margin-top: 74px;
	}
}
*/

.center {
    text-align: center;
}


/*-=-=-=-=-= Icons -=-=-=-=-=-= */

.input-group-addon {
    color: #3273a0;
}


/* -+-+-+-+-+-+ Header -+-+-+-+-+-+ */

header.documents {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

header.documents .btn-group {
    margin-bottom: 10px;
}

header.documents h2 {
    display: inline-block;
    margin: 0;
}

header.documents h2 > a {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
    padding-bottom: 10px;
    color: #3273a0;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
}

header.documents h2 > a:hover,
header.documents h2 > a:focus {
    color: #276088;
    text-decoration: none;
}

header.documents h2 > a.active {
    border-bottom: 2px solid #3273a0;
}

@media (max-width: 767px) {
    header.documents h2 {
        margin-bottom: 10px;
    }
    header.documents h2 > a {
        top: 0;
        padding-bottom: 5px;
    }
}


/* -+-+-+-+-+-+ Section -+-+-+-+-+-+ */

section {
    padding: 30px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

section h1 {
    margin: 0 0 20px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    color: #3273a0;
}

section h1.dark {
    color: #454545;
}

section h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
    color: #6c7879;
}

section h3 {
    margin: 0 0 15px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    color: #6c7879;
}

section .gray-block {
    margin: 0 -15px 15px;
    padding: 10px 15px;
    background-color: #eeeeee;
}

section .with-underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

section h1 + hr,
section h2 + hr,
section h3 + hr,
section h4 + hr {
    margin-top: 0;
}

section h1 svg.icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

section > hr,
.with-nav > nav hr {
    margin-left: -15px;
    margin-right: -15px;
}

section > hr.not-full,
.with-nav > nav hr.not-full {
    margin-left: 0;
    margin-right: 0;
}

section >:last-child {
    margin-bottom: 0;
}


/* -+-+-+-+-+-+ Shared -+-+-+-+-+-+ */

section:before,
section:after,
.inst-box nav .nav-section:before,
.inst-box nav .nav-section:after,
.row-sm:before,
.row-sm:after,
ul.list-icons:before,
ul.list-icons:after {
    display: table;
    content: " ";
}

section:after,
.inst-box nav .nav-section:after,
.row-sm:after,
ul.list-icons:after {
    clear: both;
}


/* -+-+-+-+-+-+ Side Nav -+-+-+-+-+-+ */

.with-nav {
    padding: 0;
}

.with-nav > nav {
    float: left;
    width: 200px;
    padding: 10px;
    vertical-align: top;
}

.with-nav > .content {
    float: left;
    min-height: 330px;
    padding: 15px 30px;
    margin-left: -2px;
    border-left: 2px solid #e5e5e5;
}

.with-nav header > h1 {
    margin-bottom: 10px;
}

.with-nav header > h1 > b {
    float: right;
    font-weight: 300;
    color: #95a5a6;
}

.with-nav header > hr {
    margin: 20px -10px 0;
}

.with-nav .sections {
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    min-height: 10em;
}

.with-nav .sections > a,
.with-nav .sections > span {
    display: block;
    padding: 10px 10px 10px 45px;
    font-size: 1rem;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none;
    color: #7f8c8d;
    border-bottom: 1px solid #eeeeee;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.with-nav .sections > a:first-child,
.with-nav .sections > span:first-child {
    border-top: none;
}

.with-nav .sections > a:last-child,
.with-nav .sections > span:last-child {
    border-bottom: none;
}

.with-nav .sections > a:hover,
.with-nav .sections > a:focus {
    color: #454545;
}

.with-nav .sections > a.active,
.with-nav .sections > span.active,
i.active {
    color: #3273a0;
}

span.sub-active {
    padding-left: 2em;
}

.with-nav .sections i.icon {
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.with-nav .sections > a:hover > i.icon,
.with-nav .sections > a:focus > i.icon {
    background-color: #ecf0f1;
}

.with-nav .sections i.icon {
    position: absolute;
    /*removed these as they were making the hover background align up and to the side of hte icons */
    border-radius: 15px;
    margin-left: -35px;
}

.with-nav .sections aside {
    text-transform: none;
    line-height: 1.2;
    color: #95a5a6;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}


/* enables the links in the side nav to fill the width of the nav area */

section.with-nav > .col-md-3 {
    padding: 0;
}

@media (max-width: 767px) {
    .with-nav .sections > a:last-child,
    .with-nav .sections > span:last-child {
        margin-bottom: 0;
    }
}


/* -+-+-+-+-+-+ Buttons -+-+-+-+-+-+ */

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: background-color 150ms, box-shadow 150ms;
    -webkit-transition: background-color 150ms, box-shadow 150ms;
}

.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus {
    border-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn:active,
.btn.active {
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted transparent;
}

.btn.btn-sm {
    padding: 3px 8px;
}

.btn.btn-xs {
    padding: 1px 6px;
    font-size: 0.9rem;
}

.btn.btn-primary {
    background-color: #3273a0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
    background-color: #276088;
}

.btn.btn-default {
    fill: #3273a0;
    color: #3273a0;
    border-color: #bdc3c7;
    background-color: white;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    border-color: #a5aaad;
    background-color: #ecf0f1;
}

.navbar-header .btn.btn-default:hover,
.navbar-header .btn.btn-default:focus {
    background-color: #fff;
}

.btn.btn-outline {
    fill: #95a5a6;
    color: #95a5a6;
    border: 1px solid #cdcdcd;
    background-color: white;
    box-shadow: none;
}

.btn.btn-outline:active,
.btn.btn-outline.active {
    color: #545454;
    background-color: #f6f6f6;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline.focus {
    background-color: #ecf0f1;
}

.btn-group > .btn-outline {
    border-radius: 9px;
}

.btn.btn-link {
    text-decoration: underline;
    box-shadow: none;
}

.btn.text-left {
    text-align: left;
}

.btn-icon-lg {
    padding: 20px;
    height: 100px;
    width: 100px;
}

.btn-icon-lg img {
    margin-bottom: 10px;
    max-width: none;
}

.btn-icon-lg p {
    color: #3273a0;
}

.btn-icon-lg > svg.icon {
    max-height: 50px;
    max-width: 50px;
}


/* -+-+-+-+-+-+ Form -+-+-+-+-+-+ */

label,
.checkbox label,
.radio label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.form-control.fixed {
    display: inline-block;
    width: auto;
}

.form-control.fixed + .form-control.fixed {
    margin-left: 10px;
}

.form-control {
    font-size: 1.2rem;
    line-height: 1.5;
    height: 36px;
    padding: 6px 12px;
    box-shadow: none;
    border-color: #bdccd4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-phone .form-control {
    display: inline;
    width: auto;
}

.form-control-error {
    border-color: #DF5041;
}

.form-control:not([disabled]):not(:focus):hover:not(div) {
    border-color: #95a5a6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border-color: #7f8c8d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.form-group .btn {
    height: 36px;
}

select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 22px 6px 12px;
    background-image: url("../img/droparrow.svg");
    background-repeat: no-repeat;
    background-size: 16px 4px;
    background-position: 100% center;
}

select.form-control::-ms-expand {
    display: none;
}

div.form-control,
div.form-control:hover,
div.form-control:focus {
    background-color: #eeeeee;
    border-color: transparent;
}

.has-success .input-group-addon.has-svg a,
.has-success .input-group-addon a {
    color: #449D44;
}

.has-error .input-group-addon.has-svg a,
.has-error .input-group-addon a {
    color: #C9302C;
}

.input-group span.input-group-addon {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.input-group-addon.has-svg > svg.icon {
    height: 20px;
    width: 20px;
}

.icon-base {
    fill: blue;
}

.has-feedback label ~ .form-control-feedback.is-link > svg.icon {
    top: 28px;
}

.form-control-feedback i {
    margin-top: 5px;
}

.form-group.has-feedback b {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: black;
}


/* Info */

.form-group.has-info .control-label,
.form-group.has-info b {
    color: #2980b9;
}

.form-group.has-info .form-control {
    border-color: #2980b9;
}

.form-group.has-info .form-control:hover {
    border-color: #2980b9;
}

.form-group.has-info .form-control:focus {
    border-color: #2980b9;
    box-shadow: 0 1px 2px rgba(41, 128, 185, 0.5);
}


/* Success */

.form-group.has-success .control-label,
.form-group.has-success b {
    color: #09913f;
}

.form-group.has-success .form-control {
    border-color: #09913f;
}

.form-group.has-success .form-control:hover {
    border-color: #09913f;
}

.form-group.has-success .form-control:focus {
    border-color: #09913f;
    box-shadow: 0 1px 2px rgba(9, 145, 63, 0.5);
}


/* Warning */

.form-group.has-warning .control-label,
.form-group.has-warning b {
    color: #C88A00;
}

.form-group.has-warning .form-control {
    border-color: #C88A00;
}

.form-group.has-warning .form-control:hover {
    border-color: #C88A00;
}

.form-group.has-warning .form-control:focus {
    border-color: #C88A00;
    box-shadow: 0 1px 2px rgba(170, 168, 11, 0.5);
}


/* Error */

.form-group.has-error .control-label,
.form-group.has-error b,
p.has-error {
    color: #DF5041;
}

.form-group.has-error .form-control {
    border-color: #df5041;
}

.form-group.has-error .form-control:hover {
    border-color: #c44739;
}

.form-group.has-error .form-control:focus {
    border-color: #df5041;
    box-shadow: 0 1px 2px rgba(196, 71, 57, 0.5);
}


/* -+-+-+-+-+-+ Pseudo Form -+-+-+-+-+-+ */

.label-cn {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.input-toggle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}

.input-toggle:not(.disabled):focus {
    color: #3273a0;
}

.input-toggle.disabled {
    color: #95a5a6;
}

.input-control {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* SWITCH */

.input-switch {
    padding: 7px 0 0 49px;
}

.input-switch > .is-switch {
    position: absolute;
    margin-left: -46px;
    bottom: 0;
}

.is-switch {
    position: relative;
    margin: 3px;
    width: 35px;
    height: 14px;
    border-radius: 7px;
    background-color: #95a5a6;
    cursor: pointer;
}

.is-switch > span {
    display: block;
    position: relative;
    top: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transition: all 150ms;
    -webkit-transition: all 150ms;
}

.is-switch.active {
    background-color: #81b1d4;
}

.is-switch.active > span {
    background-color: #3273a0;
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
}

.is-switch:active > span {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.is-switch.active:active > span {
    box-shadow: 0 0 0 10px rgba(50, 115, 160, 0.25);
}


/* RADIO AND CHECKBOX */

.radio-group > .input-radio + .input-radio,
.checkbox-group > .input-checkbox + .input-checkbox {
    margin-left: 10px;
}

.input-radio,
.input-checkbox {
    padding: 7px 0 0 19px;
}

.input-radio > .is-radio,
.input-checkbox > .is-checkbox {
    position: absolute;
    margin-left: -19px;
    bottom: 3px;
}

.is-radio,
.is-checkbox {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.is-radio > span,
.is-checkbox > span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: box-shadow 150ms;
    -webkit-transition: -webkit-box-shadow 150ms;
}

.input-toggle:not(.disabled):active > .is-radio > span,
.input-toggle:not(.disabled):active > .is-checkbox > span {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.input-toggle.active:not(.disabled):active > .is-radio > span,
.input-toggle.active:not(.disabled):active > .is-checkbox > span {
    box-shadow: 0 0 0 10px rgba(50, 115, 160, 0.25);
}


/* RADIO */

.is-radio {
    background-image: url("../img/form/radio-empty.svg");
}

.is-radio.active {
    background-image: url("../img/form/radio-active.svg");
}

.input-radio.disabled > .is-radio {
    background-image: url("../img/form/radio-empty-disabled.svg");
}

.input-radio.disabled > .is-radio.active {
    background-image: url("../img/form/radio-active-disabled.svg");
}


/* CHECKBOX 
.is-checkbox {
	background-image: url('../img/form/checkbox-empty.svg');
}
.is-checkbox.active {
	background-image: url('../img/form/checkbox-active.svg');
}
.input-checkbox.disabled > .is-checkbox {
	background-image: url('../img/form/checkbox-empty-disabled.svg');
}
.input-checkbox.disabled > .is-checkbox.active {
	background-image: url('../img/form/checkbox-active-disabled.svg');
}
*/


/* These 2 styles make up the line that separates the form content from the information on the left side of the screen for larger screens */

.row.with-lines [class^="col-"]:first-child::after,
.row-sm.with-lines [class^="col-"]:first-child::after {
    content: none;
}

@media screen and (min-width: 992px) {
    .row.with-lines [class^="col-"]::after,
    .row-sm.with-lines [class^="col-"]::after {
        background-color: #dddddd;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }
}

.shadow-boxer {
    border-radius: 4px;
    border: solid 1px #cbc8cc;
    box-shadow: 1px 1px 3px #bdccd4;
}


/* -+-+-+-+-+-+ DL List -+-+-+-+-+-+ */

.dl-horizontal.dl-cn > dt {
    color: #7f8c8d;
    margin-bottom: 3px;
}

.dl-horizontal.dl-cn > dt.can-wrap {
    white-space: normal;
}

.dl-horizontal.dl-cn > dd {
    margin-bottom: 5px;
}


/* -+-+-+-+-+-+ Email Animation -+-+-+-+-+-+ 
.email-animation {
	position: relative;
	margin: 0 auto 20px;
	width: 150px;
	height: 100px;
}
.the-mail {
	position: relative;
	z-index: 1;
	-webkit-animation: email_animate 2s;
	animation: email_animate 2s;
}
.the-arrow {
	position: absolute;
	top: 0;
	left: -130px;
	z-index: 2;
	-webkit-animation: arrow_animate 2s;
	animation: arrow_animate 2s;
}
.email-animation svg.icon {
	fill: #3273a0;
	height: 100px;
}
.email-animation .the-mail > svg.icon {
	width: 150px;
}
.email-animation .the-arrow > svg.icon {
	width: 160px;
	stroke: white;
	stroke-width: 3px;
}
@media (max-width: 479px) {
	.the-arrow {
		visibility: hidden;
	}
}
-+-+-+-+-+-+ Email Animation -+-+-+-+-+-+ */


/* -------- Email non-animation -------- */

@media only screen and (min-width: 1200px) {
    .email-resend-icon {
        margin-top: 8%;
    }
    .email-verify-icon {
        margin-top: 4%;
        font-size: 3em;
        color: #3273a0;
    }
}

@media only screen and (max-width: 1199px) {
    .email-resend-icon {
        margin-top: 12%;
    }
    .email-verify-icon {
        margin-top: 4%;
        font-size: 3em;
        color: #3273a0;
    }
}

@media only screen and (max-width: 991px) {
    .email-resend-icon {
        margin-top: 0;
    }
    .email-resend-icon img {
        margin-left: auto;
        margin-right: 40px;
    }
}

#deleteAlert {
    display: none;
}

.panel {
    box-shadow: none;
}

.panel-danger {
    border: none;
}

a#deleteAlertButton {
    cursor: pointer;
    font-size: 1.5em;
    margin: -5px -5px 0 0;
}

a#deleteAlertButton:hover {
    color: #C9302C;
    text-decoration: none;
}

p.legal {
    color: #a5a5a5;
    font-size: 10px;
    position: relative;
    bottom: 6px;
    margin: 0 30px;
}


/* additional imports */

a.nav {
    margin-left: 1em;
    color: #6A7E86;
}

li.btn,
li.btn:hover {
    box-shadow: none;
}


/* sticky footer */

footer-contain {
    display: table-cell;
}

.footer {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    clear: both;
    box-shadow: inset 0px 1px 0 0 rgba(176, 173, 173, 0.5);
}

.footer-above {
    background-color: #fff;
}

.footerbar-brand {
    padding-top: 10px;
}

.footer-cn .navbar-btn.btn {
    margin: 20px 0;
    width: 120px;
}

.footer-cn .navbar-btn.btn {
    float: right;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}

ul.footer-right {
    list-style-type: none;
    float: right;
}

.footer-cn .container .pull-right ul li {
    padding: 6px 12px;
}

span.legal-note {
    color: #a5a5a5;
    font-size: 10px;
    padding-right: 10em;
    margin-bottom: 1em;
}


/* Controls the footer alignment before the first breakpoint */

@media (min-width: 992px) {
    a.nav_img img {
        padding-bottom: 10%;
    }
    ul.footer_list {
        margin-top: 12px;
    }
}


/* the following 2 media queries work with similar queries in the main_styles (main.container) css. These values match values for margin-bottom in the main.container. If changing these heights, change those to match. */

@media only screen and (min-width: 1200px) {
    .footer {
        height: 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer {
        height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .footer {
        height: 120px;
    }
}

@media only screen and (max-width: 366px) {
    .footer {
        height: 140px;
    }
}


/* for testing az new footer */

.center-to-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.center-to-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .center-to-left {
        text-align: left;
        float: left;
    }
    .center-to-right {
        float: right;
        text-align: right;
    }
}

.arrow-bubble-down-center {
    position: relative;
    padding: 8px 10px;
    margin: 1em 0 1.5em;
    text-align: center;
    color: #000;
    background: #DF5041;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: #ffffff;
    font-weight: lighter;
    font-weight: lighter;
}


/* creates triangle */

.arrow-bubble-down-center:after {
    content: "";
    position: absolute;
    bottom: -12px;
    /* value = - border-top-width - border-bottom-width */
    left: 45%;
    /* controls horizontal position */
    border-width: 12px 12px 0;
    /* angle of the vertex */
    border-style: solid;
    border-color: #DF5041 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}


/*shows the error without any arrow */

.arrow-bubble-none {
    position: relative;
    padding: 8px 15px;
    margin: 1em 0 1.5em;
    color: #000;
    background: #DF5041;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: #ffffff;
}


/* Vertical Offset Bottom */

.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .vert-sm-offset-top-1 {
        margin-top: 1em;
    }
}

.vert-offset-top-half {
    margin-top: .5em;
}

.vert-offset-top-0 {
    margin-top: 0em;
}


/* Vertical Offset Bottom */

.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0em;
}