/*@import url("//hello.myfonts.net/count/2923c0");*/
@font-face {
    font-family: 'rydeItalic';
    src: url('../webfonts/StRyde-Italic.eot');
    src: url('../webfonts/StRyde-Italic.eot?#iefix') format('embedded-opentype'), url('../webfonts/StRyde-Italic.woff') format('woff'), url('../webfonts/StRyde-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'rydeMedium';
    src: url('../webfonts/StRyde-Medium.eot');
    src: url('../webfonts/StRyde-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/StRyde-Medium.woff') format('woff'), url('../webfonts/StRyde-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'rydeMediumItalic';
    src: url('../webfonts/StRyde-MediumItalic.eot');
    src: url('../webfonts/StRyde-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../webfonts/StRyde-MediumItalic.woff') format('woff'), url('../webfonts/StRyde-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'rydeReg';
    src: url('../webfonts/2D2FCC_2_0.eot');
    src: url('../webfonts/2D2FCC_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2D2FCC_2_0.woff2') format('woff2'), url('../webfonts/2D2FCC_2_0.woff') format('woff'), url('../webfonts/2D2FCC_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'rydeBold';
    src: url('../webfonts/2D2FCC_3_0.eot');
    src: url('../webfonts/2D2FCC_3_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2D2FCC_3_0.woff2') format('woff2'), url('../webfonts/2D2FCC_3_0.woff') format('woff'), url('../webfonts/2D2FCC_3_0.ttf') format('truetype');
}
/*!
 *  Font Awesome 4.6.2 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.6.2');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.2#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* BryanW - the icons can be gotten from the link below
   https://icomoon.io/app/#/select
*/


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?fl3d4e');
    src: url('../fonts/icomoon.eot?fl3d4e#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?fl3d4e') format('truetype'), url('../fonts/icomoon.woff?fl3d4e') format('woff'), url('../fonts/icomoon.svg?fl3d4e#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 56px;
    /* Better Font Rendering =========== 
        https://davidwalsh.name/font-smoothing
	*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e62e";
    color: #3b5998;
}

.icon-speechbubble_TNS:before {
    content: "\e63b";
    color: #2D9A2D;
}

.icon-facebook_TNS:before {
    content: "\e63c";
    color: #3b5998;
}

.icon-facebook:hover:before {
    content: "\e62f";
    color: #3b5998;
}

.icon-linkedin:before {
    content: "\e630";
    color: #0077b5;
}

.icon-linkedin:hover:before {
    content: "\e631";
    color: #0077b5;
}

.icon-speechbubble:before {
    content: "\e632";
    color: #2D9A2D;
}

.icon-speechbubble:hover:before {
    content: "\e633";
    color: #2D9A2D;
}

.icon-twitter:before {
    content: "\e634";
    color: #39A0CE;
}

.icon-twitter:hover:before {
    content: "\e635";
    color: #39A0CE;
}

.icon-youtube:before {
    content: "\e636";
    color: #cc181e;
}

.icon-youtube:hover:before {
    content: "\e637";
    color: #cc181e;
}

.icon-linkedin_TNS:before {
    content: "\e638";
    color: #0077b5;
}

.icon-linkedin_TNS:hover:before {
    content: "\e638";
    color: #ffffff;
}

.icon-youtube_TNS:before {
    content: "\e639";
    color: #cc181e;
}

.icon-youtube_TNS:hover:before {
    content: "\e639";
    color: #ffffff;
}

.icon-twitter_TNS:before {
    content: "\e63a";
    color: #39A0CE;
}

.icon-twitter_TNS:hover:before {
    content: "\e63a";
    color: #ffffff;
}

.icon-playSmall:before {
    content: "\e63e";
}

.icon-pause:before {
	content: "\e63d";
}
/* Combination of both Rich Clark's reset.css on http://html5doctor.com (which in itself is an extension of Eric Meyer's reset.css http://meyerweb.com/eric/tools/css/reset/) and
 * Nicolas Gallagher's normalize.css (http://necolas.github.io/normalize.css/). May still be some overlap between both, still cleaning up.
 */
/* This just helps a whole bunch on mobile browsers, etc */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

del {
  text-decoration: line-through; }

mark {
  background: #ff0;
  color: #000; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

input, select, button {
  vertical-align: middle; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0); }

/*
 * Simple Media Query
 */
/* Max/min media query support if required */
/*
 * Vendor Prefix generator
 */
/*
 * Remove margin on last child in grid and rightmost item in a multiple column grid
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
body {
  color: #232323;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.6; }

h1, .h1style {
  font-family: rydeMedium, Arial;
  font-size: 2.42857em;
  font-weight: 500;
  line-height: 36px; }

h2, .h2style {
  font-family: rydeMedium, Arial;
  font-size: 1.71429em;
  font-weight: 500;
  line-height: 24px; }

h3, .h3style {
  font-family: rydeMedium, Arial;
  font-size: 1.28571em;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 15px; }

article.col-sm-9 h1, article.col-sm-9 .h1style, article.contentOnly h1, article.contentOnly .h1style {
  font-family: rydeMedium, Arial;
  font-size: 1.71429em;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0 !important; }
article.col-sm-9 h2, article.col-sm-9 .h2style, article.contentOnly h2, article.contentOnly .h2style {
  font-family: rydeMedium, Arial;
  font-size: 1.71429em;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 15px; }
article.col-sm-9 h3, article.col-sm-9 .h3style, article.contentOnly h3, article.contentOnly .h3style {
  font-family: rydeMedium, Arial;
  font-size: 1.28571em;
  font-weight: 500;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #0066a1; }
article.col-sm-9 h4, article.col-sm-9 .h4style, article.contentOnly h4, article.contentOnly .h4style {
  font-family: Arial;
  font-size: 1.14286em;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #0066a1; }
article.col-sm-9 ul li, article.contentOnly ul li {
  color: #003c71; }
  article.col-sm-9 ul li span, article.contentOnly ul li span {
    color: #232323; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0; }

img {
  display: block; }

hr {
  border-bottom: 1px solid #e3e3e3;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0; }

.button-text-small {
  font-family: rydeMedium, Arial;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 500; }

.blue-gradient {
  background: #003c71;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* IE10+ */
  background: linear-gradient(60deg, #003c71 0%, #0076b7 100%);
  /* W3C */ }

.purple-blue-gradient {
  background: #6e267c;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #6e267c 0%, #0a71b3 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #6e267c 0%, #0a71b3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #6e267c 0%, #0a71b3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #6e267c 0%, #0a71b3 100%);
  /* IE10+ */
  background: linear-gradient(60deg, #6e267c 0%, #0a71b3 100%);
  /* W3C */ }

.blue-turquoise-gradient {
  background: #0a71b3;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #0a71b3 0%, #00837B 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #0a71b3 0%, #00837B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #0a71b3 0%, #00837B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #0a71b3 0%, #00837B 100%);
  /* IE10+ */
  background: linear-gradient(60deg, #0a71b3 0%, #00837B 100%);
  /* W3C */ }

.turquoise-green-gradient {
  background: #00837B;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #00837B 0%, #18a639 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #00837B 0%, #18a639 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #00837B 0%, #18a639 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #00837B 0%, #18a639 100%);
  /* IE10+ */
  background: linear-gradient(60deg, #00837B 0%, #18a639 100%);
  /* W3C */ }

.blue-purple-gradient {
  background: #0a71b3;
  /* Old browsers */
  background: -moz-linear-gradient(-150deg, #0a71b3 11%, #6e267b 89%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(-150deg, #0a71b3 11%, #6e267b 89%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-150deg, #0a71b3 11%, #6e267b 89%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-150deg, #0a71b3 11%, #6e267b 89%);
  /* IE10+ */
  background: linear-gradient(240deg, #0a71b3 11%, #6e267b 89%);
  /* W3C */ }

.turquoise-light-gradient {
  background: #00a599;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #00a599 12%, #0873b3 88%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #00a599 12%, #0873b3 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #00a599 12%, #0873b3 88%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #00a599 12%, #0873b3 88%);
  /* IE10+ */
  background: linear-gradient(60deg, #00a599 12%, #0873b3 88%);
  /* W3C */ }

.light-green-bg {
  background-color: #58a618; }

.light-blue-bg {
  background-color: #0076b7; }

.purple-bg {
  background-color: #6e267b; }

.light-turquoise-bg {
  background-color: #00a599; }

.alert-error {
  font-size: 12px; }

.alert-success {
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

@media (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 22px; }
 }

a:focus {
  box-shadow: 0px 0px 2px 1px #0076b7;
  border-bottom: none;
  outline: none; }
a:active {
  box-shadow: none;
  outline: none !important; }
a.focused {
  box-shadow: none !important; }

.formElements span[style^="visibility: hidden"] {
  display: none; }
.formElements span[style^="visibility:hidden"] {
  display: none; }
.formElements span[style^="visibility: visible"] {
  display: block; }
.formElements span[style^="visibility:visible"] {
  display: block; }
.formElements span[style*="inline"] {
  display: block !important; }

.video1x1 {
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 220px; }
  .video1x1 img {
    border-radius: 4px;
    max-width: 100%;
    min-height: 220px; }
  .video1x1 span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    bottom: 11px;
    padding: 10px 0 12px;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    margin-bottom: 0;
    color: #004882;
    background: #ffd203; }
  .video1x1 a {
    position: relative;
    display: block;
    cursor: pointer; }
    .video1x1 a.videoimg:after {
      content: "\e647";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 68px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 901;
      height: 69px;
      width: 69px;
      background-color: rgba(255, 255, 255, 0.6);
      text-align: center;
      border-radius: 50%;
      /*padding-top: 5px;*/
      bottom: 40px;
      margin: auto;
      border: 2px solid;
      /*padding-top: 0px;*/
      /*padding: 3px 0;
            display: block;
 

            opacity: 0;
            @include mxTransition(.5s);*/ }
    .video1x1 a:hover, .video1x1 a:focus {
      /*&:after {
                opacity: 1;
            }*/ }
      .video1x1 a:hover span, .video1x1 a:focus span {
        bottom: 0;
        border-radius: 0 0 4px 4px; }

.video1x2 {
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden; }
  .video1x2 img {
    max-width: 100%;
    min-height: 220px; }
  .video1x2 span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    bottom: 11px;
    padding: 10px 0 12px;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    margin-bottom: 0;
    color: #004882;
    background: #ffd203; }
  .video1x2 a {
    position: relative;
    display: block;
    cursor: pointer; }
    .video1x2 a.videoimg:after {
      content: "\e647";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 68px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 901;
      height: 69px;
      width: 69px;
      background-color: rgba(255, 255, 255, 0.6);
      text-align: center;
      border-radius: 50%;
      bottom: 40px;
      margin: auto;
      border: 2px solid; }
    .video1x2 a:hover span, .video1x2 a:focus span {
      bottom: 0;
      border-radius: 0 0 4px 4px; }

.img-spotlight {
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 220px; }
  .img-spotlight img {
    border-radius: 4px;
    min-height: 220px;
    width: 100%; }
  .img-spotlight span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    bottom: 11px;
    padding: 10px 0 12px;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
    margin-bottom: 0; }
  .img-spotlight > a {
    display: block;
    border-radius: 4px;
    overflow: hidden; }
    .img-spotlight > a:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .img-spotlight > a:after {
      content: "View";
      font-family: rydeMedium, Arial;
      font-size: 1.28571em;
      width: 68px;
      height: 38px;
      padding: 3px 0;
      display: block;
      position: absolute;
      top: -38px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      border-radius: 4px;
      opacity: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .img-spotlight > a:hover span, .img-spotlight > a:focus span {
      bottom: 0;
      border-radius: 0 0 4px 4px; }
    .img-spotlight > a:hover:after, .img-spotlight > a:focus:after {
      opacity: 1; }

.img-text-spotlight {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  border-radius: 4px; }
  .img-text-spotlight.hover-view:hover .col-sm-6:first-of-type:after {
    opacity: 1; }
  .img-text-spotlight.gray-bg .col-sm-6:last-of-type {
    padding-right: 30px;
    border-left: 0;
    line-height: 1.8; }
    .img-text-spotlight.gray-bg .col-sm-6:last-of-type h3 a {
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
    .img-text-spotlight.gray-bg .col-sm-6:last-of-type a {
      padding: 0;
      font-family: Arial;
      margin: 0;
      border-radius: 0; }
      .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:hover, .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:focus, .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:active {
        text-decoration: underline; }
  .img-text-spotlight .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: top; }
    .img-text-spotlight .col-sm-6:first-of-type {
      padding-right: 0;
      padding-left: 0;
      width: 48%;
      border-radius: 4px 0 0 4px;
      position: relative; }
      .img-text-spotlight .col-sm-6:first-of-type img {
        width: 255px;
        border-radius: 4px 0 0 4px; }
      .img-text-spotlight .col-sm-6:first-of-type:before {
        content: "";
        height: 100%;
        width: 100%;
        border-radius: 4px 0 0 4px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .img-text-spotlight .col-sm-6:first-of-type:after {
        content: "View";
        font-family: rydeMedium, Arial;
        font-size: 1.28571em;
        width: 68px;
        height: 38px;
        padding: 3px 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    .img-text-spotlight .col-sm-6:last-of-type {
      width: 52%;
      border-radius: 0 4px 4px 0;
      padding-left: 25px; }
      .img-text-spotlight .col-sm-6:last-of-type ul {
        list-style: none;
        padding: 0; }
        .img-text-spotlight .col-sm-6:last-of-type ul li {
          padding-left: 10px;
          position: relative;
          line-height: 1.6; }
          .img-text-spotlight .col-sm-6:last-of-type ul li:before {
            content: "";
            height: 4px;
            width: 4px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%; }
          .img-text-spotlight .col-sm-6:last-of-type ul li a {
            padding: 0;
            margin: 0; }
            .img-text-spotlight .col-sm-6:last-of-type ul li a:hover, .img-text-spotlight .col-sm-6:last-of-type ul li a:focus {
              text-decoration: underline; }
      .img-text-spotlight .col-sm-6:last-of-type a {
        font-family: rydeMedium, Arial;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: inline-block;
        padding: 10px 17px;
        border-radius: 4px;
        margin: 12px 10px 0 0; }
        .img-text-spotlight .col-sm-6:last-of-type a:hover {
          text-decoration: none; }

a:focus > .title-icons-Spotlight.CurrentVacancies-icon:after {
  content: "\e610";
  top: 20px;
  left: -18px;
  font-size: 122px; }
a:focus > .title-icons-Spotlight.book-icon:after {
  content: "\e60f";
  top: 33px;
  left: -10px;
  font-size: 120px; }
a:focus > .title-icons-Spotlight.openbook-icon:after {
  content: "\e642";
  top: 31px;
  left: -18px;
  font-size: 121px; }
a:focus > .title-icons-Spotlight.Windmill-icon:after {
  content: "\e614";
  top: 31px;
  left: -13px;
  font-size: 118px; }

.title-icons-Spotlight {
  margin-bottom: 30px;
  border-radius: 4px;
  height: 220px;
  text-align: center;
  padding-top: 165px;
  position: relative; }
  .title-icons-Spotlight:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 109px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 30px;
    left: -5px;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #ffffff; }
  .title-icons-Spotlight.CurrentVacancies-icon:after {
    content: "\e640"; }
  .title-icons-Spotlight.CurrentVacancies-icon:hover:after, .title-icons-Spotlight.CurrentVacancies-icon:focus:after {
    content: "\e610";
    top: 20px;
    left: -18px;
    font-size: 122px; }
  .title-icons-Spotlight.visit-esb-icon:after {
    content: "\e802";
    top: 23px;
    left: -20px;
    font-size: 122px; }
  .title-icons-Spotlight.visit-esb-icon:hover:after, .title-icons-Spotlight.visit-esb-icon:focus:after {
    content: "\e803";
    top: 25px;
    left: -18px;
    font-size: 122px; }
  .title-icons-Spotlight.book-icon:after {
    content: "\e63f";
    top: 29px;
    left: -19px;
    font-size: 122px; }
  .title-icons-Spotlight.book-icon:hover:after, .title-icons-Spotlight.book-icon:focus:after {
    content: "\e60f";
    top: 33px;
    left: -10px;
    font-size: 120px; }
  .title-icons-Spotlight.openbook-icon:after {
    content: "\e641";
    top: 31px;
    left: -18px;
    font-size: 121px; }
  .title-icons-Spotlight.openbook-icon:hover:after, .title-icons-Spotlight.openbook-icon:focus:after {
    content: "\e642";
    top: 31px;
    left: -18px;
    font-size: 121px; }
  .title-icons-Spotlight.Windmill-icon:after {
    content: "\e613";
    top: 31px;
    left: -13px;
    font-size: 118px; }
  .title-icons-Spotlight.Windmill-icon:hover:after, .title-icons-Spotlight.Windmill-icon:focus:after {
    content: "\e614";
    top: 31px;
    left: -13px;
    font-size: 118px; }
  .title-icons-Spotlight p {
    font-size: 1.28571em; }
    .title-icons-Spotlight p.h3style {
      margin-top: 0; }
  .title-icons-Spotlight a {
    display: block;
    height: 220px;
    text-align: center; }

.text-title-Spotlight {
  margin-bottom: 30px;
  border-radius: 4px;
  display: table-cell;
  min-width: 255px;
  height: 220px;
  text-align: center;
  vertical-align: middle; }
  .text-title-Spotlight span {
    font-size: 35px;
    font-family: rydeReg, Arial;
    margin-bottom: 0;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 25px; }
  .text-title-Spotlight p {
    font-size: 1.28571em;
    margin-top: 0;
    font-size: 22px;
    float: left;
    width: 100%;
    padding: 0 25px; }

.img-text-spotlight-large {
  margin-bottom: 30px; }
  .img-text-spotlight-large:hover .img-wrapper:after, .img-text-spotlight-large:hover .img-wrapper:before {
    opacity: 1; }
  .img-text-spotlight-large .img-wrapper, .img-text-spotlight-large a .img-wrapper {
    border-radius: 4px 4px 0 0;
    position: relative; }
    .img-text-spotlight-large .img-wrapper img, .img-text-spotlight-large a .img-wrapper img {
      border-radius: 4px 4px 0 0;
      width: 100%; }
  .img-text-spotlight-large article, .img-text-spotlight-large a article {
    padding: 26px 20px 45px;
    border-top: 0 solid;
    border-radius: 0 0 4px 4px;
    min-height: 250px; }
    .img-text-spotlight-large article .news-heading, .img-text-spotlight-large a article .news-heading {
      text-transform: uppercase;
      font-size: 10px; }
    .img-text-spotlight-large article h3, .img-text-spotlight-large a article h3 {
      margin: 5px 0 12px; }
    .img-text-spotlight-large article p, .img-text-spotlight-large a article p {
      line-height: 1.7; }
    .img-text-spotlight-large article > .btn, .img-text-spotlight-large a article > .btn {
      margin-top: 15px; }

.news-detail img, .sfContentBlock img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 6px; }

#rotators {
  margin-bottom: 30px;
  position: relative; }
  #rotators article {
    padding: 26px 20px 60px;
    height: 250px;
    overflow: hidden; }
  #rotators .carousel-indicators {
    bottom: 15px; }
    #rotators .carousel-indicators .active {
      width: 9px;
      height: 9px;
      top: -1px;
      position: relative; }
    #rotators .carousel-indicators li {
      margin: 1px 3px; }
      #rotators .carousel-indicators li:focus {
        box-shadow: 0px 0px 2px 1px #0076b7;
        outline: 0; }
  #rotators .img-text-spotlight-large {
    margin-bottom: 0;
    min-height: 470px; }
    #rotators .img-text-spotlight-large a {
      display: block; }
      #rotators .img-text-spotlight-large a:hover .img-wrapper:before, #rotators .img-text-spotlight-large a:hover .img-wrapper:after, #rotators .img-text-spotlight-large a:focus .img-wrapper:before, #rotators .img-text-spotlight-large a:focus .img-wrapper:after {
        opacity: 1; }
    #rotators .img-text-spotlight-large .img-wrapper:before {
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 4px 0 0 4px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    #rotators .img-text-spotlight-large .img-wrapper:after {
      content: "View";
      font-family: rydeMedium, Arial;
      font-size: 1.28571em;
      width: 68px;
      height: 38px;
      padding: 3px 0;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      border-radius: 4px;
      opacity: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      color: #ffffff;
      border: 2px solid #ffffff; }
  #rotators .play-puase-icons > a {
    position: absolute;
    display: block;
    z-index: 999; }
    #rotators .play-puase-icons > a.play-pause {
      height: 31px;
      width: 30px;
      background: none;
      background-color: #3f402e;
      color: #ffffff;
      text-decoration: none;
      border-radius: 3px; }
      #rotators .play-puase-icons > a.play-pause:hover, #rotators .play-puase-icons > a.play-pause.active {
        color: #e0e0de; }
      #rotators .play-puase-icons > a.play-pause span.icon-playSmall {
        font-size: 30px; }
        #rotators .play-puase-icons > a.play-pause span.icon-playSmall:before {
          position: absolute;
          top: 1px;
          left: -1px; }
      #rotators .play-puase-icons > a.play-pause span.icon-pause {
        font-size: 30px; }
        #rotators .play-puase-icons > a.play-pause span.icon-pause:before {
          position: absolute;
          top: 1px;
          left: -1px; }
      #rotators .play-puase-icons > a.play-pause.play-control {
        top: 18px;
        right: 51px; }
      #rotators .play-puase-icons > a.play-pause.pause-control {
        top: 18px;
        right: 14px; }

.bg-color-spotlight {
  padding: 32px 20px;
  border-radius: 4px;
  margin-bottom: 30px; }
  .bg-color-spotlight p {
    line-height: 23px; }
    .bg-color-spotlight p:first-of-type {
      font-size: 16px;
      margin-bottom: 33px; }
      .bg-color-spotlight p:first-of-type span {
        display: block;
        font-size: 25px;
        margin-top: 8px; }
  .bg-color-spotlight a {
    color: #ffffff; }

.doc-download {
  padding: 30px 55px 30px 55px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px; }
  .doc-download:before {
    content: url("../image/book-icon.png");
    position: absolute;
    top: 28px;
    left: 19px; }
  .doc-download a {
    margin-right: 8px;
    font-weight: 600; }

.collapseable {
  margin-bottom: 10px; }
  .collapseable h2 {
    margin: 0 !important;
    font-family: Arial !important;
    line-height: 1.5 !important;
    font-size: 14px !important; }
  .collapseable a.collapse-heading {
    font-weight: bold;
    font-size: 14px !important;
    display: block;
    position: relative;
    padding: 17px 22px;
    border-radius: 4px;
    padding-right: 44px; }
    .collapseable a.collapse-heading:after {
      height: 23px;
      width: 23px;
      position: absolute;
      right: 27px;
      top: 9px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #58A618;
      font-size: 40px;
      content: "\e61a"; }
    .collapseable a.collapse-heading.active:after {
      content: "\e617"; }
    .collapseable a.collapse-heading:focus, .collapseable a.collapse-heading:active, .collapseable a.collapse-heading:hover {
      text-decoration: none; }
  .collapseable .collapseContent {
    margin-top: -2px;
    padding: 20px 22px;
    border-radius: 0 0 4px 4px;
    position: relative;
    display: none; }

.footer-newsletter {
  padding: 12px 18px 20px 18px;
  border-radius: 4px;
  min-height: 217px;
  background-color: #ffffff; }
  .footer-newsletter h3 {
    margin: 0; }
  .footer-newsletter p {
    margin-top: 5px;
    margin-bottom: 18px; }
  .footer-newsletter .form-control {
    height: 36px;
    margin-bottom: 10px; }
  .footer-newsletter input[type="submit"] {
    margin-bottom: 10px; }

.footer-text-image-cta {
  min-height: 217px;
  background-color: #ffffff;
  padding: 12px 18px 20px 18px;
  border-radius: 4px; }
  .footer-text-image-cta .firstCol {
    padding-right: 0; }
  .footer-text-image-cta .secondCol {
    padding-left: 30px;
    padding-top: 7px; }
  .footer-text-image-cta h3 {
    margin: 0; }
  .footer-text-image-cta a {
    margin-top: 34px; }

.footer-latest-news {
  padding: 12px 18px 20px 18px;
  border-radius: 4px;
  min-height: 217px;
  background-color: #ffffff; }
  .footer-latest-news h3 {
    margin: 0;
    margin-bottom: 6px; }
  .footer-latest-news p {
    margin-bottom: 18px; }
    .footer-latest-news p.h3style {
      margin: 6px 0 23px;
      line-height: 22px; }
  .footer-latest-news > span {
    display: block; }
    .footer-latest-news > span > a {
      display: block; }
      .footer-latest-news > span > a > span.h3style {
        display: block; }

.carousel-inner.vertical {
  height: 100%; }

.carousel-inner.vertical > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000pt;
    perspective: 1000pt; }

  .carousel-inner.vertical > .item.next, .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  .carousel-inner.vertical > .item.prev, .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  .carousel-inner.vertical > .item.next.left, .carousel-inner.vertical > .item.prev.right, .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
 }

.carousel-inner.vertical > .active {
  top: 0; }

.carousel-inner.vertical > .next, .carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto; }

.carousel-inner.vertical > .next {
  left: 0;
  top: 100%; }

.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%; }

.carousel-inner.vertical > .next.left, .carousel-inner.vertical > .prev.right {
  top: 0; }

.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%; }

.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%; }

.latest-tweets {
  padding: 0 95px 0 15px;
  border-radius: 4px;
  position: relative;
  min-height: 114px; }
  .latest-tweets .play-pause {
    position: absolute;
    height: 31px;
    width: 30px;
    background: none;
    background-color: #3f402e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px; }
    .latest-tweets .play-pause:hover, .latest-tweets .play-pause.active {
      color: #e0e0de; }
    .latest-tweets .play-pause span.icon-playSmall {
      font-size: 30px; }
      .latest-tweets .play-pause span.icon-playSmall:before {
        position: absolute;
        top: 1px;
        left: -1px; }
    .latest-tweets .play-pause span.icon-pause {
      font-size: 30px; }
      .latest-tweets .play-pause span.icon-pause:before {
        position: absolute;
        top: 1px;
        left: -1px; }
    .latest-tweets .play-pause.play-control {
      top: 27px;
      right: 21px; }
    .latest-tweets .play-pause.pause-control {
      top: 63px;
      right: 21px; }
  .latest-tweets .carousel-indicators {
    position: absolute;
    bottom: 10px;
    text-align: center;
    list-style: none;
    width: 15px;
    right: 67px;
    top: 31px;
    left: auto;
    margin-left: auto; }
    .latest-tweets .carousel-indicators .active {
      width: 11px;
      height: 11px; }
    .latest-tweets .carousel-indicators li:focus {
      box-shadow: 0px 0px 2px 1px #ffffff;
      outline: 0; }
  .latest-tweets > span {
    display: inline !important;
    float: left;
    font-size: 17px;
    padding: 0 18px 0 6px; }
    .latest-tweets > span.glyphicon-bell {
      margin-top: 49px;
      margin-left: 2px; }
  .latest-tweets h3 {
    display: inline !important;
    float: left;
    margin: 46px 0 0;
    padding: 0; }
  .latest-tweets .carousel-inner {
    width: auto;
    padding-left: 0;
    margin-bottom: 0; }
    .latest-tweets .carousel-inner .item {
      list-style: none;
      height: 114px;
      padding: 0 15px; }
      .latest-tweets .carousel-inner .item .wrapper {
        display: table;
        width: 100%;
        height: 114px; }
        .latest-tweets .carousel-inner .item .wrapper .inner {
          display: table-cell;
          vertical-align: middle; }
      .latest-tweets .carousel-inner .item img {
        height: 14px !important;
        display: inline-block !important;
        margin-left: 2px !important; }
      .latest-tweets .carousel-inner .item a:focus {
        box-shadow: 0 0 2px 2px #fff; }

.dropdown-item.active .selected:before {
  display: none; }

ul.ul-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.ul-inline li {
    display: inline; }

.btn-dark-blue {
  font-family: rydeMedium, Arial;
  padding: 6px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-dark-blue:hover {
    text-decoration: none; }

.footer-contact-details {
  padding: 30px 0 0 !important;
  float: left;
  width: 100%; }
  .footer-contact-details .detail {
    float: left; }
    .footer-contact-details .detail h3 {
      margin-top: 6px;
      margin-bottom: 0;
      float: left;
      font-size: 20px; }
      @media screen and (max-width: 960px) {
        .footer-contact-details .detail h3 {
          width: 100%;
          clear: both;
          margin-left: 12px; } }
    .footer-contact-details .detail:after {
      clear: both;
      content: "";
      display: block; }
    .footer-contact-details .detail ul {
      list-style: none;
      margin: 6px 0 0;
      padding: 0;
      float: right; }
      @media screen and (max-width: 960px) {
        .footer-contact-details .detail ul {
          clear: both; } }
      .footer-contact-details .detail ul li {
        padding-right: 0;
        padding-left: 12px;
        position: relative;
        display: inline; }
        .footer-contact-details .detail ul li:after {
          content: "|";
          position: absolute;
          right: -8px;
          top: -4px; }
        .footer-contact-details .detail ul li:last-of-type:after {
          content: ''; }

ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }
  ul.social-links li {
    margin-left: 8px;
    float: left; }
    ul.social-links li:last-of-type strong {
      margin-top: 6px;
      display: block; }
    ul.social-links li a span {
      display: block;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      ul.social-links li a span:before {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute; }
      ul.social-links li a span .sr-only {
        display: none; }
    ul.social-links li.youtube a span:before {
      top: -4px;
      left: -4px;
      font-size: 40px; }
    ul.social-links li.twitter a span:before {
      top: -3px;
      left: -3px;
      font-size: 40px; }
    ul.social-links li.linkedin a span:before {
      top: -11px;
      left: -12px;
      font-size: 57px; }
    ul.social-links li.facebook a span:before {
      top: -11px;
      left: -12px;
      font-size: 57px; }

.ecars-social-signup {
  border-radius: 4px; }
  .ecars-social-signup .firstRow p {
    margin-left: 25px;
    margin-top: 30px; }
    .ecars-social-signup .firstRow p span {
      margin-left: 3px; }
  .ecars-social-signup .firstRow ul li {
    padding: 18px 5px;
    border-left: 1px solid #e3e3e3;
    float: left; }
    .ecars-social-signup .firstRow ul li a {
      padding: 17px 15px 15px 67px;
      float: left;
      position: relative;
      font-weight: bold; }
      .ecars-social-signup .firstRow ul li a span {
        position: absolute;
        top: 0;
        left: 0;
        height: 44px;
        width: 44px;
        border-radius: 50%; }
        .ecars-social-signup .firstRow ul li a span:before {
          position: absolute;
          margin: auto;
          text-align: center; }
    .ecars-social-signup .firstRow ul li.youtubeLi a {
      padding: 17px 11px 15px 68px; }
      .ecars-social-signup .firstRow ul li.youtubeLi a span {
        top: 6px;
        left: 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .ecars-social-signup .firstRow ul li.youtubeLi a span:before {
          left: -5px;
          right: 0;
          top: -5px;
          font-size: 50px; }
    .ecars-social-signup .firstRow ul li.facebookLi a {
      padding: 17px 9px 15px 67px; }
      .ecars-social-signup .firstRow ul li.facebookLi a span {
        top: 6px;
        left: 11px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .ecars-social-signup .firstRow ul li.facebookLi a span:before {
          left: -7px;
          right: 0;
          top: -7px;
          font-size: 54px; }
    .ecars-social-signup .firstRow ul li.linkedInLi a {
      padding: 17px 13px 15px 70px; }
      .ecars-social-signup .firstRow ul li.linkedInLi a span {
        top: 6px;
        left: 11px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .ecars-social-signup .firstRow ul li.linkedInLi a span:before {
          left: -6px;
          right: 0;
          top: -5px;
          font-size: 54px; }
    .ecars-social-signup .firstRow ul li.blogLi a {
      padding-left: 69px; }
      .ecars-social-signup .firstRow ul li.blogLi a span {
        top: 6px;
        left: 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .ecars-social-signup .firstRow ul li.blogLi a span:before {
          left: -6px;
          right: 0;
          top: -7px;
          font-size: 54px; }
  .ecars-social-signup .secondRow {
    padding-top: 25px;
    padding-bottom: 20px; }
    .ecars-social-signup .secondRow p {
      margin: 5px 42px 10px 25px; }
    .ecars-social-signup .secondRow .form-control {
      max-width: 313px;
      height: 43px;
      padding-left: 20px;
      float: left;
      margin-right: 20px; }
    .ecars-social-signup .secondRow .btn {
      padding: 10px 21px;
      font-family: rydeMedium, Arial; }
  .ecars-social-signup .second-Row {
    padding-top: 25px;
    padding-bottom: 20px; }
    .ecars-social-signup .second-Row input[type='text']::-webkit-input-placeholder {
      color: #595959; }
    .ecars-social-signup .second-Row input[type='text']:-moz-placeholder {
      /* Firefox 18- */
      color: #595959; }
    .ecars-social-signup .second-Row input[type='text']::-moz-placeholder {
      /* Firefox 19+ */
      color: #595959; }
    .ecars-social-signup .second-Row input[type='text']:-ms-input-placeholder {
      color: #595959; }
    .ecars-social-signup .second-Row fieldset {
      border: none;
      margin: 0;
      padding: 0; }
    .ecars-social-signup .second-Row .form-control {
      max-width: 313px;
      margin-bottom: 10px;
      height: 43px; }
    .ecars-social-signup .second-Row legend {
      padding: 0px 25px 10px 25px;
      float: left;
      display: inline-block;
      width: 28.15%;
      margin-top: 6px;
      color: #0066a1; }
    .ecars-social-signup .second-Row .col-two {
      padding-left: 17px;
      width: 29.96%;
      float: left;
      display: inline-block; }
    .ecars-social-signup .second-Row .col-three {
      padding-left: 17px;
      width: 29.96%;
      float: left;
      display: inline-block; }
    .ecars-social-signup .second-Row .col-four {
      width: 0.09%;
      float: left;
      padding-left: 20px; }
      .ecars-social-signup .second-Row .col-four .btn {
        padding: 10px 21px;
        font-family: rydeMedium, Arial; }
    .ecars-social-signup .second-Row .col-two-three {
      padding-left: 17px;
      width: 59.92%;
      float: left;
      display: inline-block; }
      .ecars-social-signup .second-Row .col-two-three span {
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        padding: 10px 15px;
        width: 48.6%;
        margin-top: 13px; }
        .ecars-social-signup .second-Row .col-two-three span i {
          font-weight: bold;
          font-style: normal; }
        .ecars-social-signup .second-Row .col-two-three span:nth-last-child(1) {
          margin-left: 17px; }

.quick-links {
  padding: 85px 0 0;
  margin: 0; }
  .quick-links .panel-default {
    margin: 0;
    border: 0; }
    .quick-links .panel-default .panel-heading {
      padding: 45px 22px 39px;
      border-radius: 4px; }
      .quick-links .panel-default .panel-heading .panel-title {
        font-size: 28px;
        font-family: rydeMedium, Arial;
        text-align: center; }
        .quick-links .panel-default .panel-heading .panel-title a {
          position: relative;
          padding-right: 75px; }
          .quick-links .panel-default .panel-heading .panel-title a span {
            font-size: 22px;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            position: absolute;
            top: -5px;
            right: 1px; }
            .quick-links .panel-default .panel-heading .panel-title a span:before {
              position: absolute;
              top: 11px;
              right: 16px; }
          .quick-links .panel-default .panel-heading .panel-title a:focus, .quick-links .panel-default .panel-heading .panel-title a:active {
            text-decoration: none;
            box-shadow: none !important; }
          .quick-links .panel-default .panel-heading .panel-title a:focus {
            text-decoration: underline; }
          .quick-links .panel-default .panel-heading .panel-title a:hover {
            text-decoration: underline; }
          .quick-links .panel-default .panel-heading .panel-title a .fa-angle-down:before {
            -ms-transform: rotate(-180deg);
            /* IE 9 */
            -webkit-transform: rotate(-180deg);
            /* Chrome, Safari, Opera */
            transform: rotate(-180deg);
            -webkit-transition: 0.1s;
            -moz-transition: 0.1s;
            -ms-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s; }
          .quick-links .panel-default .panel-heading .panel-title a.collapsed .fa-angle-down:before {
            -ms-transform: rotate(0deg);
            /* IE 9 */
            -webkit-transform: rotate(0deg);
            /* Chrome, Safari, Opera */
            transform: rotate(0deg); }
    .quick-links .panel-default #quickLinks {
      margin-top: -5px; }
      .quick-links .panel-default #quickLinks .panel-body {
        padding: 20px 22px 65px;
        border-top: 0 !important;
        border-radius: 0 0 4px 4px;
        display: table;
        width: 100%; }
        .quick-links .panel-default #quickLinks .panel-body .links {
          padding: 0 10px;
          display: table-cell;
          vertical-align: top;
          float: none; }
        .quick-links .panel-default #quickLinks .panel-body h3 {
          margin-top: 12px;
          margin-bottom: 20px; }
        .quick-links .panel-default #quickLinks .panel-body ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .quick-links .panel-default #quickLinks .panel-body ul li {
            display: block;
            line-height: 1.9; }
            .quick-links .panel-default #quickLinks .panel-body ul li a:hover {
              text-decoration: underline; }
            .quick-links .panel-default #quickLinks .panel-body ul li a:focus {
              text-decoration: underline;
              box-shadow: none !important; }

.btn-group .btn.dropdown-toggle .fa-angle-down:before {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.btn-group.open .btn.dropdown-toggle .fa-angle-down:before {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
  left: 3px; }

#timeline {
  min-height: 570px;
  overflow: hidden;
  margin: auto;
  position: relative; }
  #timeline .row {
    position: relative; }
    #timeline .row > span {
      position: absolute;
      height: 50px;
      width: 40px;
      z-index: 99;
      font-size: 22px;
      top: 19px;
      cursor: pointer;
      padding: 12px 0; }
      #timeline .row > span:focus {
        font-size: 30px;
        top: 18px; }
        #timeline .row > span:focus:before {
          position: relative;
          top: -4px; }
      #timeline .row > span.left-move {
        left: 15px; }
      #timeline .row > span.right-move {
        right: 15px;
        text-align: right; }
      #timeline .row > span.disabled {
        color: #d4d7d8 !important; }
  #timeline .custom-indicators {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/ }
    #timeline .custom-indicators #timeLine-indicators {
      overflow: hidden;
      background: url("imgs/gray-dot.png");
      background-repeat: repeat-x;
      background-position: 0 41px; }
      #timeline .custom-indicators #timeLine-indicators .carousel-indicators {
        position: relative;
        z-index: 15;
        padding-left: 0;
        text-align: center;
        list-style: none;
        display: block;
        left: 0;
        margin-left: 0;
        padding-bottom: 0;
        float: left;
        margin-bottom: 18px;
        top: 0;
        overflow: hidden;
        height: 87px;
        transition: 0.1s; }
        #timeline .custom-indicators #timeLine-indicators .carousel-indicators li {
          display: block;
          float: left;
          width: 156px;
          border: none;
          border-radius: 0;
          position: relative;
          text-indent: 0;
          height: 85px;
          list-style: none;
          text-align: center;
          cursor: pointer; }
          #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a {
            font-family: rydeMedium, Arial;
            font-size: 14px;
            display: block;
            height: 100%;
            width: 100%;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a:hover {
              font-size: 20px; }
            #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a.selected {
              font-size: 20px; }
              #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a.selected:after {
                height: 12px;
                width: 12px;
                top: 38px; }
            #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a:after {
              content: "";
              height: 14px;
              width: 14px;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              top: 35px;
              border-radius: 50%;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -ms-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
  #timeline #issues {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%;
    width: 1140px;
    overflow: hidden;
    display: none; }
    #timeline #issues .item {
      max-width: 1140px;
      width: 100%;
      height: 100%;
      list-style: none;
      float: left;
      display: inline-block; }
      #timeline #issues .item .oFirstCol a {
        display: block;
        position: relative;
        cursor: pointer; }
        #timeline #issues .item .oFirstCol a:after {
          content: "\e619";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 86px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 0;
          bottom: 18px;
          left: -34px;
          right: 0;
          margin: auto;
          color: #ffffff;
          height: 57px;
          width: 51px; }
      #timeline #issues .item .oFirstCol img {
        border-radius: 4px;
        width: 100%; }
      #timeline #issues .item .iSecondCol img {
        border-radius: 4px; }
      #timeline #issues .item .greySection {
        border-radius: 4px;
        padding: 20px;
        min-height: 216px;
        margin-top: 30px; }
        #timeline #issues .item .greySection h3 {
          margin: 0; }

#heroBanner {
  position: relative;
  background-color: transparent; }
  #heroBanner.bg-blue {
    background-color: #0076b7; }
  #heroBanner .container {
    position: relative; }
    #heroBanner .container a {
      position: absolute;
      top: 237px;
      display: block;
      height: 46px;
      width: 25px;
      background: url("imgs/left-right-slider-arrows.png") no-repeat;
      z-index: 999; }
      #heroBanner .container a.left {
        left: 16px;
        background-position: 0 0; }
      #heroBanner .container a.right {
        right: 16px;
        background-position: -128px 0; }
      #heroBanner .container a.play-pause {
        height: 31px;
        width: 30px;
        background: none;
        background-color: #3f402e;
        color: #ffffff;
        text-decoration: none;
        border-radius: 3px; }
        #heroBanner .container a.play-pause:hover, #heroBanner .container a.play-pause.active {
          color: #e0e0de; }
        #heroBanner .container a.play-pause span.icon-playSmall {
          font-size: 30px; }
          #heroBanner .container a.play-pause span.icon-playSmall:before {
            position: absolute;
            top: 1px;
            left: -1px; }
        #heroBanner .container a.play-pause span.icon-pause {
          font-size: 30px; }
          #heroBanner .container a.play-pause span.icon-pause:before {
            position: absolute;
            top: 1px;
            left: -1px; }
        #heroBanner .container a.play-pause.play-control {
          top: 18px;
          right: 51px; }
        #heroBanner .container a.play-pause.pause-control {
          top: 18px;
          right: 14px; }
  #heroBanner .carousel-inner .item img {
    max-width: 2000px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 520px;
    visibility: hidden; }
  #heroBanner .carousel-inner .item .carousel-caption {
    right: 0;
    left: 0;
    bottom: 12px;
    padding-bottom: 30px;
    max-width: 720px;
    margin: auto;
    width: 100%; }
    #heroBanner .carousel-inner .item .carousel-caption span {
      margin: 0;
      padding: 35px 0;
      display: inline-block;
      width: 100%;
      font-size: 28px; }
    #heroBanner .carousel-inner .item .carousel-caption a.btn {
      font-family: rydeMedium, Arial;
      padding: 9px 45px;
      margin-top: 0; }
  #heroBanner .carousel-inner .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 393px;
    background: url("/css/imgs/banner-gradient.png") no-repeat center bottom; }

#mediaBanner {
  position: relative;
  min-height: 434px;
  background-size: auto 100% !important;
  background-position: center center; }
  #mediaBanner > .container {
    position: relative; }
    #mediaBanner > .container a {
      position: absolute;
      top: 186px;
      display: block;
      height: 46px;
      width: 25px;
      z-index: 999;
      background: url("imgs/left-right-slider-arrows.png") no-repeat; }
      #mediaBanner > .container a.left {
        left: 16px;
        background-position: 0 0; }
      #mediaBanner > .container a.right {
        right: 16px;
        background-position: -128px 0; }
      #mediaBanner > .container a.play-pause {
        height: 31px;
        width: 30px;
        background: none;
        background-color: #3f402e;
        color: #ffffff;
        text-decoration: none;
        border-radius: 3px; }
        #mediaBanner > .container a.play-pause:hover, #mediaBanner > .container a.play-pause.active {
          color: #e0e0de; }
        #mediaBanner > .container a.play-pause span.icon-playSmall {
          font-size: 30px; }
          #mediaBanner > .container a.play-pause span.icon-playSmall:before {
            position: absolute;
            top: 1px;
            left: -1px; }
        #mediaBanner > .container a.play-pause span.icon-pause {
          font-size: 30px; }
          #mediaBanner > .container a.play-pause span.icon-pause:before {
            position: absolute;
            top: 1px;
            left: -1px; }
        #mediaBanner > .container a.play-pause.play-control {
          top: 18px;
          right: 51px; }
        #mediaBanner > .container a.play-pause.pause-control {
          top: 18px;
          right: 14px; }
  #mediaBanner .carousel-indicators li {
    height: 11px;
    width: 11px;
    margin: 0 5px 0 0; }
  #mediaBanner .carousel-inner .item > img {
    max-width: 2000px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 435px; }
  #mediaBanner .carousel-inner .item .container {
    padding: 60px 0;
    max-width: 1015px;
    margin: auto;
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-family: rydeMedium, Arial;
    line-height: 1.5;
    color: #ffffff; }
    #mediaBanner .carousel-inner .item .container .col-sm-6:first-of-type {
      width: 41%;
      left: 56%; }
    #mediaBanner .carousel-inner .item .container .col-sm-6:last-of-type {
      width: 54%;
      right: 39%;
      padding-left: 20px; }
    #mediaBanner .carousel-inner .item .container h1 {
      margin: 5px 0 38px;
      font-size: 28px;
      font-family: rydeMedium, Arial; }
    #mediaBanner .carousel-inner .item .container span {
      font-size: 18px;
      display: block;
      margin-bottom: 12px;
      font-family: rydeMedium, Arial; }
    #mediaBanner .carousel-inner .item .container p {
      font-size: 20px;
      font-family: rydeMedium, Arial;
      line-height: 1.5; }
    #mediaBanner .carousel-inner .item .container .media-banner-video {
      max-width: 380px;
      float: right; }
      #mediaBanner .carousel-inner .item .container .media-banner-video img {
        border-radius: 4px;
        width: 100%; }
      #mediaBanner .carousel-inner .item .container .media-banner-video a {
        display: block;
        position: relative;
        cursor: pointer; }
        #mediaBanner .carousel-inner .item .container .media-banner-video a:after {
          content: "\e619";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 60px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -8px;
          right: 0;
          margin: auto;
          color: #ffffff;
          height: 57px;
          width: 51px; }
    #mediaBanner .carousel-inner .item .container a.btn {
      margin-top: 21px;
      padding: 9px 22px; }

/*#rotators {
    position: relative;
    .play-puase-icons > a {
        position: absolute;
        display: block;
        z-index: 999;

        &.play-pause {
            height: 31px;
            width: 30px;
            background: none;
            background-color: $play-pause-icon-bg;
            color: $white;
            text-decoration: none;
            border-radius: 3px;

            &:hover, &.active {
                color: $play-pause-icon--hover-color;
            }

            span.icon-playSmall {
                font-size: 30px;

                &:before {
                    position: absolute;
                    top: 1px;
                    left: -1px;
                }
            }

            span.icon-pause {
                font-size: 30px;

                &:before {
                    position: absolute;
                    top: 1px;
                    left: -1px;
                }
            }

            &.play-control {
                top: 18px;
                right: 51px;
            }

            &.pause-control {
                top: 18px;
                right: 14px;
            }
        }
    }
}*/
.breadcrumbs {
  padding: 35px 0;
  margin-bottom: 35px; }
  .breadcrumbs h2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    font-family: rydeReg, Arial;
    font-size: 24px;
    line-height: 26px; }
    .breadcrumbs h2 span {
      display: inline-block;
      position: relative;
      padding-left: 26px; }
      .breadcrumbs h2 span:before {
        content: "/";
        position: absolute;
        left: 12px; }
  .breadcrumbs .col-sm-3 {
    text-align: right; }

.search-box {
  padding: 30px 0;
  margin-top: -35px; }
  .search-box .form-control {
    font-family: rydeMedium, Arial;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    height: 62px;
    border-right: 0;
    border-radius: 4px 0 0 4px !important; }
    .search-box .form-control:active, .search-box .form-control:focus, .search-box .form-control:hover {
      outline: 0; }
  .search-box .input-group-btn input {
    border-left: 0;
    padding: 22px 18px 18px;
    text-indent: -250px;
    border-radius: 0 4px 4px 0;
    width: 63px; }
    .search-box .input-group-btn input:active, .search-box .input-group-btn input:focus, .search-box .input-group-btn input:hover {
      outline: 0; }
  .search-box .input-group-btn span {
    font-size: 26px; }

.pagination-wrapper .pagination {
  width: auto;
  float: left;
  margin-right: 12px;
  margin-top: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*user-select: none;*/ }
  .pagination-wrapper .pagination li a {
    font-family: rydeMedium, Arial;
    padding: 6px 13px; }
    .pagination-wrapper .pagination li a.active:hover {
      text-decoration: none; }
    .pagination-wrapper .pagination li a:hover {
      text-decoration: underline; }
  .pagination-wrapper .pagination li:nth-child(2) a {
    border-radius: 4px 0 0 4px; }
  .pagination-wrapper .pagination li:nth-last-child(2) a {
    border-radius: 0 4px 4px 0; }
  .pagination-wrapper .pagination li:first-of-type a {
    border-radius: 50%;
    display: block;
    height: 23px;
    width: 23px;
    position: relative;
    padding: 0;
    margin-left: 4px;
    margin-top: 5px;
    margin-right: 10px; }
    .pagination-wrapper .pagination li:first-of-type a.disabled {
      cursor: not-allowed; }
    .pagination-wrapper .pagination li:first-of-type a span {
      position: absolute;
      font-size: 16px;
      top: 1px;
      left: 7px; }
  .pagination-wrapper .pagination li:last-of-type a {
    border-radius: 50%;
    display: block;
    height: 23px;
    width: 23px;
    position: relative;
    padding: 0;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px; }
    .pagination-wrapper .pagination li:last-of-type a span {
      position: absolute;
      font-size: 16px;
      top: 1px;
      left: 7px; }
    .pagination-wrapper .pagination li:last-of-type a.disabled {
      cursor: not-allowed; }
.pagination-wrapper .pagination-search-result {
  float: left;
  margin-top: 5px;
  margin-top: 35px; }
.pagination-wrapper:after {
  clear: both; }

.sfContentBlock {
  line-height: 24px; }
  .sfContentBlock p {
    margin-bottom: 24px;
    line-height: 24px; }
  .sfContentBlock table thead tr th {
    border-bottom: 0;
    font-family: rydeMedium, Arial;
    font-weight: bold;
    padding: 16px 24px 12px; }
    .sfContentBlock table thead tr th:first-of-type {
      border-radius: 4px 0 0 4px; }
    .sfContentBlock table thead tr th:last-of-type {
      border-radius: 0 4px 4px 0; }
  .sfContentBlock table tbody {
    border-top: 0; }
    .sfContentBlock table tbody tr td {
      padding: 16px 24px 12px; }
      .sfContentBlock table tbody tr td a:hover {
        text-decoration: underline; }
    .sfContentBlock table tbody tr:nth-child(even) td:first-of-type {
      border-radius: 4px 0 0 4px; }
    .sfContentBlock table tbody tr:nth-child(even) td:last-of-type {
      border-radius: 0 4px 4px 0; }
  .sfContentBlock table > tbody > tr > td, .sfContentBlock table > tbody > tr > th, .sfContentBlock table > tfoot > tr > td, .sfContentBlock table > tfoot > tr > th, .sfContentBlock table > thead > tr > td, .sfContentBlock table > thead > tr > th {
    border-top: 0; }

.dropdown-btn.open button {
  border-radius: 4px 4px 0 0; }
.dropdown-btn button {
  font-family: rydeMedium, Arial;
  font-size: 16px;
  text-align: left;
  width: 233px;
  height: 43px;
  position: relative;
  border: 0; }
  .dropdown-btn button span {
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    right: 12px;
    top: 10px; }
    .dropdown-btn button span:before {
      left: 4px;
      position: absolute; }
  .dropdown-btn button:focus {
    box-shadow: 0 0 2px 1px #0076b7; }
.dropdown-btn .dropdown-menu {
  width: 100%;
  box-shadow: 0 0 0;
  border-radius: 0 0 4px 4px;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .dropdown-btn .dropdown-menu li {
    list-style-type: none; }
  .dropdown-btn .dropdown-menu > li > a {
    padding: 10px 12px;
    white-space: pre-wrap; }
    .dropdown-btn .dropdown-menu > li > a:hover, .dropdown-btn .dropdown-menu > li > a:active, .dropdown-btn .dropdown-menu > li > a:focus {
      text-decoration: underline; }
  .dropdown-btn .dropdown-menu > li.active > a {
    background-color: #0066a1;
    color: #ffffff; }
    .dropdown-btn .dropdown-menu > li.active > a:hover {
      background-color: #0066a1;
      color: #ffffff; }
  .dropdown-btn .dropdown-menu > li.active > a {
    font-weight: bold; }
  .dropdown-btn .dropdown-menu > li.active > ul {
    padding: 0 19px; }
    .dropdown-btn .dropdown-menu > li.active > ul a {
      color: #232323;
      text-decoration: none;
      border: 0; }
    .dropdown-btn .dropdown-menu > li.active > ul li.active > a {
      font-weight: normal;
      text-decoration: underline;
      color: #0066a1; }
    .dropdown-btn .dropdown-menu > li.active > ul li.active > ul {
      padding: 10px 19px 0;
      margin-bottom: -10px; }
      .dropdown-btn .dropdown-menu > li.active > ul li.active > ul li a {
        padding: 10px 19px 0;
        margin-bottom: -10px;
        color: #232323;
        text-decoration: none; }
      .dropdown-btn .dropdown-menu > li.active > ul li.active > ul > li {
        font-size: 12px;
        list-style-type: none;
        padding: 10px 0;
        border-top: 1px solid #e3e3e3; }
      .dropdown-btn .dropdown-menu > li.active > ul li.active > ul li.active > a {
        font-weight: normal;
        text-decoration: underline;
        color: #0066a1; }
  .dropdown-btn .dropdown-menu > li > ul {
    margin: 0;
    padding: 0; }
    .dropdown-btn .dropdown-menu > li > ul > li {
      font-size: 12px;
      list-style-type: none;
      padding: 10px 0;
      border-bottom: 1px solid #e3e3e3; }

.img-text-spotlight-post {
  margin-bottom: 30px; }
  .img-text-spotlight-post:hover .img-wrapper:after {
    opacity: 1; }
  .img-text-spotlight-post .img-wrapper {
    border-radius: 4px 4px 0 0;
    height: 159px;
    overflow-y: hidden;
    position: relative; }
    .img-text-spotlight-post .img-wrapper img {
      border-radius: 4px 4px 0 0;
      width: 100%; }
    .img-text-spotlight-post .img-wrapper:before {
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 4px 4px 0 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .img-text-spotlight-post .img-wrapper:after {
      content: "View";
      font-family: rydeMedium, Arial;
      font-size: 1.28571em;
      width: 68px;
      height: 38px;
      padding: 3px 0;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      border-radius: 5px;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .img-text-spotlight-post .img-wrapper.hover-view:hover:after {
      opacity: 1; }
  .img-text-spotlight-post article {
    padding: 20px 10px 10px 20px;
    border-top: 0 solid;
    border-radius: 0 0 4px 4px;
    min-height: 160px; }
    .img-text-spotlight-post article span {
      text-transform: uppercase;
      font-size: 11px;
      margin-bottom: 7px;
      display: block;
      letter-spacing: 1.2px; }
    .img-text-spotlight-post article h3 {
      margin: 10px 0 0 0 !important;
      line-height: 24px !important;
      font-size: 1.28571em !important;
      font-weight: 500 !important; }
    .img-text-spotlight-post article a:hover {
      text-decoration: underline; }
  .img-text-spotlight-post > a:focus .img-wrapper:after {
    opacity: 1; }
  .img-text-spotlight-post > a:focus article a {
    text-decoration: underline; }

.contact-us-tabs .nav {
  margin-bottom: 31px; }
  .contact-us-tabs .nav li a {
    font-family: rydeMedium, Arial;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 17px 15px 15px;
    border-radius: 4px;
    position: relative; }
  .contact-us-tabs .nav li.active a:after {
    content: url("imgs/down-arrow.png");
    width: 17px;
    height: 9px;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto; }
.contact-us-tabs .tab-content .tab-pane .equal-height {
  display: flex; }
  .contact-us-tabs .tab-content .tab-pane .equal-height .col-sm-4 {
    display: flex; }
.contact-us-tabs .tab-content .tab-pane address {
  width: 100%;
  border-radius: 4px;
  padding: 0 23px 5px;
  margin-bottom: 28px; }
  .contact-us-tabs .tab-content .tab-pane address p.h3style {
    margin-top: 24px;
    margin-bottom: 11px;
    color: #0066a1; }
  .contact-us-tabs .tab-content .tab-pane address p {
    line-height: 1.5;
    margin-bottom: 24px; }
  .contact-us-tabs .tab-content .tab-pane address h4 {
    font-family: Arial;
    font-size: 1.14286em;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #0066a1; }
  .contact-us-tabs .tab-content .tab-pane address a:hover {
    text-decoration: underline; }
.contact-us-tabs .tab-content .tab-pane .map {
  padding: 0 15px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }
  .contact-us-tabs .tab-content .tab-pane .map .col-sm-12 {
    padding: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden; }
    .contact-us-tabs .tab-content .tab-pane .map .col-sm-12 iframe {
      width: 100%;
      display: block;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 4px;
      /* Firefox 1-3.6 */
      -moz-border-radius: 4px;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 4px; }

.contactUs .contactUsContent .equal-height {
  display: flex; }
  .contactUs .contactUsContent .equal-height .col-sm-4 {
    display: flex; }
.contactUs .contactUsContent address {
  width: 100%;
  border-radius: 4px;
  padding: 0 23px 5px;
  margin-bottom: 28px; }
  .contactUs .contactUsContent address p.h3style {
    margin-top: 24px;
    margin-bottom: 11px;
    color: #0066a1; }
  .contactUs .contactUsContent address p {
    line-height: 1.5;
    margin-bottom: 24px; }
  .contactUs .contactUsContent address h4 {
    font-family: Arial;
    font-size: 1.14286em;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #0066a1; }
  .contactUs .contactUsContent address a:hover {
    text-decoration: underline; }
.contactUs .contactUsContent .map {
  padding: 0 15px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }
  .contactUs .contactUsContent .map .col-sm-12 {
    padding: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden; }
    .contactUs .contactUsContent .map .col-sm-12 iframe {
      width: 100%;
      display: block;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 4px;
      /* Firefox 1-3.6 */
      -moz-border-radius: 4px;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 4px; }

.tns {
  height: 30px; }
  .tns .container {
    position: relative; }
  .tns #langsWrapper {
    display: none; }
  .tns ul {
    list-style: none;
    padding: 0;
    margin-top: 3px; }
    .tns ul li {
      display: inline;
      margin-right: 10px; }
      .tns ul li.sflangSelected a {
        text-decoration: underline; }
      .tns ul li a {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-size: 11px; }
        .tns ul li a:hover {
          text-decoration: underline; }
    .tns ul:last-of-type {
      margin-right: 110px; }
    .tns ul.left-menu li {
      margin-right: 8px; }
      .tns ul.left-menu li:nth-child(2) {
        margin-right: 0; }
        .tns ul.left-menu li:nth-child(2):after {
          content: "/";
          margin-left: 3px;
          font-size: 12px; }
      .tns ul.left-menu li.active a {
        text-decoration: underline; }
  .tns .socialIcons {
    position: absolute;
    top: 6px;
    right: 13px; }
    .tns .socialIcons a {
      border-top: 0;
      border-radius: 50%;
      position: relative;
      height: 26px;
      width: 26px;
      display: inline-block;
      background-color: #ffffff;
      margin-left: 10px; }
      .tns .socialIcons a:before {
        z-index: 1000;
        position: absolute;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        top: -3px;
        right: -4px;
        font-size: 28px; }
      .tns .socialIcons a.icon-twitter_TNS:before {
        top: -5px;
        right: -7px;
        font-size: 34px; }
      .tns .socialIcons a.icon-linkedin_TNS:before {
        top: -9px;
        right: -11px;
        font-size: 43px; }
      .tns .socialIcons a:hover {
        text-decoration: underline; }
      .tns .socialIcons a:focus:before {
        color: #ffffff; }

.left-side-navigation {
  margin-bottom: 30px; }
  .left-side-navigation h3 {
    margin: 0;
    padding: 8px 21px;
    border-radius: 4px 4px 0 0; }
  .left-side-navigation .top-nav {
    margin: 0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 21px 15px 20px 20px; }
    .left-side-navigation .top-nav > li {
      list-style-type: none;
      margin-bottom: 10px; }
      .left-side-navigation .top-nav > li > a:hover {
        text-decoration: underline; }
      .left-side-navigation .top-nav > li.active > a {
        font-weight: bold; }
      .left-side-navigation .top-nav > li.active > ul {
        padding: 9px 19px 0; }
        .left-side-navigation .top-nav > li.active > ul li.active > a {
          font-weight: normal;
          text-decoration: underline; }
        .left-side-navigation .top-nav > li.active > ul li.active > ul {
          padding: 9px 19px 0; }
          .left-side-navigation .top-nav > li.active > ul li.active > ul li.active > a {
            font-weight: normal;
            text-decoration: underline; }
      .left-side-navigation .top-nav > li > ul {
        margin: 0;
        padding: 0; }
        .left-side-navigation .top-nav > li > ul > li {
          font-size: 12px;
          list-style-type: none;
          margin-bottom: 9px; }

header {
  clear: both;
  position: relative;
  padding-top: 7px; }
  header .logo {
    margin: 5px 0 0 0;
    padding: 0;
    width: 197px;
    height: 46px; }
    header .logo a {
      display: block;
      width: 197px;
      height: 46px; }
    header .logo img {
      left: 4px;
      position: absolute;
      top: 5px; }

#megaMenu {
  margin: 0 0 0 0;
  position: inherit;
  padding: 0 15px; }
  #megaMenu ul li a:hover, #megaMenu ul li a:focus, #megaMenu ul li a:active {
    text-decoration: underline; }
  #megaMenu > ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    #megaMenu > ul > li {
      float: left;
      padding: 0 13px 0 12px; }
      #megaMenu > ul > li > a {
        display: inline-block;
        padding: 22px 0;
        position: relative;
        font-family: rydeMedium, Arial;
        font-size: 1.22em; }
        #megaMenu > ul > li > a:hover, #megaMenu > ul > li > a:active {
          text-decoration: none; }
          #megaMenu > ul > li > a:hover:after, #megaMenu > ul > li > a:active:after {
            width: 11px;
            height: 6px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 13px;
            content: url("imgs/blue-up-arrow.png"); }
        #megaMenu > ul > li > a:focus {
          text-decoration: none; }
          #megaMenu > ul > li > a:focus:after {
            content: ""; }
        #megaMenu > ul > li > a.selected:before {
          height: 2px;
          width: 100%;
          content: "";
          background-color: #0076b7;
          position: absolute;
          top: 46px; }
        #megaMenu > ul > li > a.selected:hover:before {
          background-color: transparent; }
      #megaMenu > ul > li .grey-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 75px;
        z-index: 9999;
        padding: 0;
        display: none;
        box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.28); }
        #megaMenu > ul > li .grey-box .container .row {
          display: flex; }
          #megaMenu > ul > li .grey-box .container .row .sub-menu, #megaMenu > ul > li .grey-box .container .row .call-to-action {
            display: block;
            float: left; }
          #megaMenu > ul > li .grey-box .container .row .sub-menu {
            padding: 15px 0 15px;
            width: 33.333%; }
            #megaMenu > ul > li .grey-box .container .row .sub-menu ul {
              padding: 0;
              margin: 0;
              list-style: none; }
              #megaMenu > ul > li .grey-box .container .row .sub-menu ul li a {
                padding: 6px 25px 5px 15px;
                display: inline-block;
                width: 100%;
                font-size: 1em;
                line-height: 1.14; }
            #megaMenu > ul > li .grey-box .container .row .sub-menu > ul {
              width: 49.5%; }
              #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li {
                padding: 5px 0; }
                #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a {
                  position: relative; }
                  #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a:after {
                    position: absolute;
                    right: 15px;
                    top: 7px;
                    content: url('imgs/blue-right-arrow.png'); }
                #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul {
                  display: none;
                  position: absolute;
                  left: 50%;
                  top: 0;
                  padding: 15px 0;
                  max-height: 315px;
                  width: 190px;
                  max-width: 190px; }
                  #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li {
                    padding: 5px 1px; }
                    #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li a {
                      line-height: 1.14; }
                #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.active ul {
                  display: block; }
            #megaMenu > ul > li .grey-box .container .row .sub-menu.no-line {
              background: none; }
              #megaMenu > ul > li .grey-box .container .row .sub-menu.no-line > ul {
                width: 100%; }
          #megaMenu > ul > li .grey-box .container .row .call-to-action {
            padding: 30px 15px; }
            #megaMenu > ul > li .grey-box .container .row .call-to-action .col-sm-6 {
              min-height: 220px; }
              #megaMenu > ul > li .grey-box .container .row .call-to-action .col-sm-6:first-of-type {
                padding-right: 0; }
              #megaMenu > ul > li .grey-box .container .row .call-to-action .col-sm-6:last-of-type {
                padding-left: 23px;
                padding-right: 0; }
            #megaMenu > ul > li .grey-box .container .row .call-to-action img {
              float: left;
              display: block;
              width: auto;
              height: auto;
              max-height: 227px;
              border-radius: 4px; }
            #megaMenu > ul > li .grey-box .container .row .call-to-action h3 {
              margin-top: 2px;
              font-size: 16px;
              margin-bottom: 7px; }
            #megaMenu > ul > li .grey-box .container .row .call-to-action p {
              margin-bottom: 16px;
              line-height: 1.78; }
            #megaMenu > ul > li .grey-box .container .row .call-to-action a {
              padding: 8px 26px; }
      #megaMenu > ul > li.active > a:after {
        width: 11px;
        height: 6px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 13px;
        content: url("imgs/blue-up-arrow.png"); }
      #megaMenu > ul > li.active.search a:after {
        display: none; }
      #megaMenu > ul > li.active .grey-box {
        display: block; }
      #megaMenu > ul > li.search {
        background-color: transparent; }
        #megaMenu > ul > li.search > a:hover, #megaMenu > ul > li.search > a:focus, #megaMenu > ul > li.search > a:active {
          text-decoration: none; }
          #megaMenu > ul > li.search > a:hover:after, #megaMenu > ul > li.search > a:focus:after, #megaMenu > ul > li.search > a:active:after {
            display: none; }
        #megaMenu > ul > li.search:after {
          display: none; }
      #megaMenu > ul > li:last-of-type {
        padding-right: 0; }
    #megaMenu > ul.tns-mobile {
      display: none; }
      #megaMenu > ul.tns-mobile > li > a {
        font-size: 1em; }

.search-grey-box {
  width: 554px;
  left: auto;
  right: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 0 0 4px 4px;
  display: none;
  float: right;
  position: absolute;
  z-index: 9999;
  background-color: #fff; }
  .search-grey-box.active {
    display: block; }
  .search-grey-box .container {
    padding: 13px 9px 12px 14px;
    width: auto !important; }
    .search-grey-box .container .input-group {
      height: 59px; }
      .search-grey-box .container .input-group .form-control {
        border: 1px solid #d9d9d9;
        box-sizing: border-box;
        background-color: #ffffff;
        float: none;
        height: 59px;
        width: 462px;
        color: #232323;
        padding-left: 15px;
        border-radius: 4px 0 0 4px; }
        .search-grey-box .container .input-group .form-control:focus {
          outline: 0;
          box-shadow: 0 0 0 0;
          border-color: #d9d9d9; }
      .search-grey-box .container .input-group .input-group-addon {
        height: 59px;
        background-color: #0076b7;
        color: #ffffff;
        min-width: 67px;
        font-family: rydeMedium, Arial;
        font-size: 16px;
        border-color: #0076b7;
        border-radius: 0 4px 4px 0; }
        .search-grey-box .container .input-group .input-group-addon:focus {
          outline: 0;
          box-shadow: 0 0 2px #0076b7;
          text-decoration: underline; }

footer {
  min-height: 286px;
  margin-top: 55px; }
  footer ul.footer-nav {
    margin-top: 208px; }
    footer ul.footer-nav li {
      display: inline;
      margin-right: 19px; }
      footer ul.footer-nav li a {
        font-family: rydeReg, Arial;
        font-size: 16px; }
        footer ul.footer-nav li a:hover, footer ul.footer-nav li a.active {
          text-decoration: underline; }
  footer ul.social-links-footer {
    float: right;
    text-align: right;
    margin-top: 132px; }
    footer ul.social-links-footer li {
      float: left;
      margin-left: 10px; }
      footer ul.social-links-footer li a {
        display: block;
        height: 35px;
        width: 35px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        footer ul.social-links-footer li a span {
          position: absolute; }
          footer ul.social-links-footer li a span:before {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
      footer ul.social-links-footer li.youtube a span {
        top: -4px;
        left: -4px;
        font-size: 40px; }
      footer ul.social-links-footer li.twitter a span {
        top: -3px;
        left: -3px;
        font-size: 40px; }
      footer ul.social-links-footer li.linkedin a span {
        top: -11px;
        left: -12px;
        font-size: 57px; }
  footer .copy-right {
    float: left;
    display: block;
    width: 100%;
    font-family: rydeReg, Arial;
    font-size: 16px;
    margin-top: 41px;
    text-align: right; }
    footer .copy-right span {
      margin-right: -3px; }

#mediaBannerVideo .modal-header {
  border-bottom: 0; }
#mediaBannerVideo iframe {
  width: 100%;
  height: 350px; }

main > span > h1, main > h1 {
  text-align: center;
  font-size: 28px;
  padding: 23px; }
main > span > h2, main > h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px; }

#gray-sec {
  padding: 50px 0 0;
  background: #F3F1F1;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #F3F1F1 70%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(180deg, #F3F1F1 70%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #F3F1F1 70%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #F3F1F1 70%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #F3F1F1 70%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  border-top: 1px solid #e3e3e3;
  margin-top: 10px; }

.cookie {
  padding: 24px 0 15px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #F3F1F1;
  display: none; }
  .cookie p {
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 75px; }
    .cookie p span.fa-info {
      color: #0076b7;
      height: 21px;
      width: 21px;
      border: 2px solid;
      border-radius: 50%;
      position: absolute;
      left: 0; }
      .cookie p span.fa-info:before {
        position: absolute;
        left: 7px;
        top: 2px; }
    .cookie p a {
      text-decoration: underline;
      color: #0076b7; }
      .cookie p a.close-icon {
        position: absolute;
        right: 0;
        text-decoration: none;
        top: -6px; }
        .cookie p a.close-icon span.fa-close {
          color: #0076b7;
          height: 21px;
          width: 21px;
          border: 2px solid;
          border-radius: 50%;
          position: relative;
          left: 0;
          top: 6px;
          margin-left: 9px; }
          .cookie p a.close-icon span.fa-close:before {
            position: absolute;
            left: 4px;
            top: 2px; }

.alert-error {
  padding: 10px 15px;
  margin: 0 0 10px 0;
  border-radius: 4px; }

.alert-success {
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center; }

.alert-success-black {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 10px; }

.alert-success-green {
  display: inline-block;
  border-radius: 4px;
  padding: 7px 10px; }

.margin-top-15 {
  margin-top: 15px; }

span.form-control, .k-widget.k-autocomplete.k-header.form-control.k-state-default {
  padding: 0 !important;
  border: 0;
  box-shadow: 0 0 0;
  float: none; }

p[id$='resultsStats'] {
  margin-top: 30px; }

#result-list article:first-of-type {
  border-top: 1px solid #e3e3e3;
  margin-top: 10px; }
#result-list h3 {
  margin: 0; }
  #result-list h3 a {
    display: block;
    padding: 20px 0 15px; }
#result-list article {
  float: left;
  width: 100%; }
#result-list hr {
  margin: 0; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.padding-0 {
  padding: 0 !important; }

.play-pause:focus {
  box-shadow: 0 0 2px 1px #ffffff; }

.input-group {
  position: relative;
  background: #ffffff;
  border-radius: 4px; }
  .input-group > input {
    background: transparent !important; }
  .input-group i.over-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/ }

article.col-sm-9 h1, article.col-sm-9 .h1style, article.contentOnly h1, article.contentOnly .h1style {
  text-align: left; }
article.col-sm-9 .addthis_sharing_toolbox, article.contentOnly .addthis_sharing_toolbox {
  padding-top: 30px; }
article.col-sm-9 p, article.contentOnly p {
  margin-bottom: 24px;
  line-height: 24px; }
article.col-sm-9 img, article.contentOnly img {
  margin-bottom: 10px;
  margin-right: 20px !important; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

#cost-calculator {
  width: 60%;
  min-height: 450px;
  margin-bottom: 20px;
  background: #e3edf3;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 10px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 10px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px; }
  #cost-calculator h3 {
    margin: 0;
    background: #014671;
    color: #fff;
    padding: 10px 0 10px 8px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 10px 10px 0 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 10px 10px 0 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 10px 10px 0 0; }
  #cost-calculator #content-calc .calc-text {
    width: 100%;
    border-bottom: 1px solid #a0cae3;
    float: left;
    height: 150px;
    position: relative; }
    #cost-calculator #content-calc .calc-text p {
      float: left;
      width: 62%;
      margin: 15px 0px 10px 30px;
      display: inline; }
      #cost-calculator #content-calc .calc-text p.input {
        margin-right: 0px;
        float: left;
        width: 23%;
        display: inline;
        margin-left: 20px; }
        #cost-calculator #content-calc .calc-text p.input input {
          border: solid 1px #a0cae3;
          width: 60px;
          height: 30px;
          padding: 5px; }
        #cost-calculator #content-calc .calc-text p.input span {
          padding-left: 5px; }
    #cost-calculator #content-calc .calc-text .button {
      width: 205px;
      height: 46px;
      background: url(imgs/calc-btn.gif) 0px -2px no-repeat;
      display: block;
      font-size: 0;
      text-indent: -9999px;
      line-height: 0;
      cursor: pointer;
      border: 0px;
      position: absolute;
      bottom: -25px;
      margin: 0 auto;
      left: 0;
      right: 0; }
  #cost-calculator #content-calc .calc-form {
    width: 100%;
    float: left;
    background-color: #e3edf3;
    padding: 30px 0 20px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0 0 10px 10px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0 0 10px 10px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0 0 10px 10px; }
    #cost-calculator #content-calc .calc-form p.title {
      float: right;
      margin: 0 35px 0px 0px;
      width: 170px;
      padding: 0px;
      display: inline; }
      #cost-calculator #content-calc .calc-form p.title span {
        float: left;
        color: #9ea5aa;
        width: 75px;
        font-size: 12px; }
    #cost-calculator #content-calc .calc-form ul {
      width: 90%;
      float: right;
      display: inline;
      margin-right: 10px; }
      #cost-calculator #content-calc .calc-form ul li {
        float: left;
        background: none;
        height: 40px;
        margin: 5px 0;
        width: 100%;
        display: inline;
        padding: 0px; }
        #cost-calculator #content-calc .calc-form ul li label {
          float: left;
          width: 210px;
          display: inline;
          margin: 0px;
          padding: 0px; }
        #cost-calculator #content-calc .calc-form ul li input {
          float: left;
          width: 60px;
          height: 30px;
          padding: 5px; }
          #cost-calculator #content-calc .calc-form ul li input.first {
            margin-right: 15px; }

.map-pointers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }
  .map-pointers li {
    width: auto;
    margin: 0px;
    padding: 10px 10px;
    float: left; }
    .map-pointers li:first-of-type {
      padding-left: 0; }

#map {
  border: 1px solid #000;
  padding: 1px;
  height: 620px;
  width: 100%; }

.main-btn {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold; }

.linkbutton {
  text-align: right; }

@media (max-width: 480px) {
  .latest-tweets {
    min-height: 211px; }
 }

@media (max-width: 640px) {
  body {
    background: none !important; }

  main {
    max-width: 410px;
    width: 100%;
    margin: auto; }
    main h1 {
      text-align: center;
      font-size: 20px;
      line-height: 22px;
      padding-top: 12px;
      padding-bottom: 12px; }

  #result-list-top-paging {
    /*height: 125px;*/ }

  /*.img-spotlight, .video1x1, .video1x2 {*/
  .img-spotlight, .video1x1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: inherit;
    height: auto; }
    .img-spotlight img, .video1x1 img {
      width: 100%;
      max-width: 380px;
      min-height: 0; }
    .img-spotlight > a, .video1x1 > a {
      overflow: inherit; }
      .img-spotlight > a:hover:after, .img-spotlight > a:focus:after, .img-spotlight > a:active:after, .video1x1 > a:hover:after, .video1x1 > a:focus:after, .video1x1 > a:active:after {
        opacity: 0; }

  /*.video1x2 {
    a {
        position: relative;
        display: block;
        cursor: pointer;

        &.videoimg {
            &:after {
                content: "\e647";
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                font-size: 68px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                z-index: 901;
                height: 69px;
                width: 69px;
                background-color: rgba(255, 255, 255, 0.6);
                text-align: center;
                border-radius: 50%;
                bottom: 40px;
                margin: auto;
                border: 2px solid;
            }
        }

        &:hover, &:focus {
            span {
                bottom: 0;
                border-radius: 0 0 4px 4px;
            }
        }
    }
}*/
  /*.img-spotlight,*/
  /*.power-outages-video {
        height: 62px !important;

        > a, img {
            height: 62px !important;
        }

        > a {
            &:after, &:before {
                opacity: 0 !important;
            }

            &:hover {
                &:after, &:before {
                    opacity: 0 !important;
                }
            }
        }

        span {
            height: 62px !important;
            bottom: 0 !important;
            text-align: left;
            padding: 16px 40px 10px 17px;
            display: block;
            border-radius: 4px;

            &:after {
                content: url("imgs/img-spotlite-arrow.png");
                position: absolute;
                top: 19px;
                right: 15px;
            }
        }

        /*&.blue {
            margin-bottom: 20px;
            position: relative;
            display: block;
            border-radius: 4px;
            height: auto !important;

            span {
                background: $purple-blue-gradient;
                color: $white;
                border-radius: 0;
            }

            a {
                position: relative;
                display: block;
                height: auto !important;

                &.videoimg {
                    &:after {
                        content: "\e647";
                        font-family: 'icomoon';
                        speak: none;
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        line-height: 1;
                        font-size: 68px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        z-index: 901;
                        height: 69px;
                        width: 69px;
                        background-color: rgba(255, 255, 255, 0.6);
                        text-align: center;
                        border-radius: 50%;
                        bottom: 0;
                        margin: auto;
                        border: 2px solid;
                        padding-top: 0px;
                    }
                }
            }

            img {
                border-radius: 4px;
                width: 100%;
                height: auto !important;
            }

            span {
                position: absolute;
                left: 0;
                width: 100%;
                text-align: center;
                display: block;
                bottom: 11px !important;
                padding: 10px 0 12px !important;
                height: 54px !important;
                @include mxTransition(bottom 0.5s ease-in-out);
                margin-bottom: 0;

                &:after {
                    display: none;
                }
            }

            > a {
                display: block;
                border-radius: 4px;
                height: auto !important;

                &:before {
                    content: "";
                    height: 100%;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    @include mxTransition(.5s);
                }

                &:after {
                    content: "";
                    border: 0;
                    width: 68px;
                    height: 38px;
                    padding: 3px 0;
                    display: block;
                    position: absolute;
                    top: -38px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    opacity: 0;
                    @include mxTransition(.5s);
                }

                &:hover, &:focus {
                    span {
                        bottom: 0 !important;
                        border-radius: 0 0 4px 4px !important;
                    }

                    &:after {
                        opacity: 1 !important;
                    }

                    &:before {
                        border-radius: 0 0 10px 10px !important;
                        opacity: 1 !important;
                    }
                }
            }
        }*/
  .img-spotlight, .img-text-spotlight, .title-icons-Spotlight, .img-text-spotlight-large, .video1x1, .video1x2 {
    margin-bottom: 20px; }

  .text-title-Spotlight {
    display: table-cell;
    width: 100%; }

  .img-text-spotlight {
    border-radius: 4px;
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .img-text-spotlight .col-sm-6:last-of-type {
      padding: 0 20px 20px; }
    .img-text-spotlight.gray-bg .col-sm-6 {
      display: block;
      width: 100% !important; }
      .img-text-spotlight.gray-bg .col-sm-6:first-of-type {
        display: block !important;
        border-radius: 4px 4px 0 0; }
        .img-text-spotlight.gray-bg .col-sm-6:first-of-type img {
          width: 100%;
          border-radius: 4px 4px 0 0; }
      .img-text-spotlight.gray-bg .col-sm-6:last-of-type {
        border-radius: 0 0 4px 4px; }
        .img-text-spotlight.gray-bg .col-sm-6:last-of-type a {
          display: block; }

  #rotators {
    margin-bottom: 20px; }
    #rotators a.play-control {
      top: 10px !important;
      right: 51px;
      left: auto !important; }
    #rotators a.pause-control {
      top: 10px !important;
      right: 14px;
      left: auto !important; }
    #rotators .carousel-indicators {
      bottom: 20px; }
    #rotators article {
      min-height: 400px;
      height: auto;
      padding: 20px 20px 60px; }

  .footer-text-image-cta, .footer-newsletter, .footer-latest-news {
    width: 100%;
    margin-bottom: 20px; }

  .footer-text-image-cta .firstCol {
    width: 66.66667%;
    padding-right: 0;
    padding-bottom: 10px;
    float: left; }
  .footer-text-image-cta .secondCol {
    float: left;
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px; }

  .latest-tweets {
    padding: 25px 15px 63px; }
    .latest-tweets a.play-control {
      top: 10px !important;
      right: 51px !important; }
    .latest-tweets a.pause-control {
      top: 10px !important;
      right: 14px !important; }
    .latest-tweets span {
      padding: 0 5px 0 6px; }
    .latest-tweets .carousel-indicators {
      width: 100%;
      top: auto;
      bottom: 4px;
      right: 0; }
      .latest-tweets .carousel-indicators li {
        display: inline-block !important; }
    .latest-tweets .carousel-inner {
      width: 100%; }
      .latest-tweets .carousel-inner .item {
        padding: 0 10px; }
    .latest-tweets h3 {
      margin-top: 0 !important; }
    .latest-tweets .glyphicon-bell {
      margin-top: 3px !important; }
    .latest-tweets ul {
      width: 100%;
      padding-left: 0; }
      .latest-tweets ul li {
        padding: 0 7px; }

  .ecars-social-signup .firstRow {
    border-bottom: 0 !important; }
    .ecars-social-signup .firstRow ul li {
      border-left: 0 !important;
      width: 100%;
      padding: 7px; }
    .ecars-social-signup .firstRow p {
      padding: 22px 18px 18px;
      margin: 0;
      line-height: 1.4; }
  .ecars-social-signup .second-Row {
    padding: 9px 10px 20px 20px; }
    .ecars-social-signup .second-Row p {
      margin: 0 0 15px;
      width: 100%; }
    .ecars-social-signup .second-Row span, .ecars-social-signup .second-Row p {
      width: 100% !important; }
    .ecars-social-signup .second-Row .form-control {
      margin-bottom: 10px;
      width: 100%;
      max-width: 100%; }
      .ecars-social-signup .second-Row .form-control:last-of-type {
        margin-bottom: 10px; }
    .ecars-social-signup .second-Row .col-two-three {
      width: 100% !important;
      padding-left: 0;
      padding-right: 10px;
      padding-bottom: 10px; }
      .ecars-social-signup .second-Row .col-two-three span:nth-last-child(1) {
        margin-left: 0; }
    .ecars-social-signup .second-Row .form-control {
      max-width: 100%; }
    .ecars-social-signup .second-Row legend {
      float: none;
      display: inline-block;
      width: 100%;
      padding: 0;
      line-height: 1.4; }
    .ecars-social-signup .second-Row .col-two {
      float: none;
      display: inline-block;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .ecars-social-signup .second-Row .col-three {
      float: none;
      display: inline-block;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .ecars-social-signup .second-Row .col-four {
      float: none;
      display: inline-block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 7px; }

  .pagination-wrapper .pagination-search-result {
    margin-top: 30px; }

  .pagination-wrapper .pagination {
    margin-right: 0;
    width: 100%; }
    .pagination-wrapper .pagination li:first-of-type a {
      margin-left: 4px;
      margin-right: 6px; }
    .pagination-wrapper .pagination li:last-of-type a {
      margin-left: 3px;
      margin-right: 0; }
  .pagination-wrapper .pagination-search-result {
    margin-top: 0; }
    .pagination-wrapper .pagination-search-result strong {
      display: block;
      width: 100%; }

  .dropdown-btn {
    width: 100%; }
    .dropdown-btn button {
      width: 100%; }

  footer {
    min-height: 0;
    background-position: top center !important;
    margin-top: 5px;
    background-size: 100% 100% !important; }
    footer ul.footer-nav {
      margin-top: 80px; }
      footer ul.footer-nav li {
        display: block;
        margin-bottom: 5px; }
    footer .col-sm-6:last-of-type {
      float: left;
      width: 100%; }
    footer ul.social-links-footer {
      float: left;
      width: 100%;
      text-align: right;
      margin-top: 25px; }
      footer ul.social-links-footer .youtube {
        margin-left: 0; }
    footer .copy-right {
      text-align: left;
      margin-top: 20px;
      margin-bottom: 50px; }

  #heroBanner .container a.left, #heroBanner .container a.right {
    background-size: 100px;
    top: 70px;
    height: 65px;
    width: 65px;
    padding: 7px; }
  #heroBanner .container a.left {
    left: 0;
    background-position: 15px 7px; }
  #heroBanner .container a.right {
    right: 0;
    background-position: -60px 7px; }
  #heroBanner .container a.play-pause {
    top: 3px !important; }
  #heroBanner .carousel-inner .item .carousel-caption {
    max-width: 215px;
    top: 0; }
    #heroBanner .carousel-inner .item .carousel-caption span {
      font-size: 20px;
      min-height: 160px; }
    #heroBanner .carousel-inner .item .carousel-caption h1 {
      padding: 30px 0; }
  #heroBanner .carousel-inner .item img {
    height: auto;
    width: 100%; }
  #heroBanner .carousel-inner .item:after {
    height: 100%; }

  #mediaBanner .carousel-indicators {
    display: none; }
  #mediaBanner > .container a.left, #mediaBanner > .container a.right {
    height: 44px;
    background-size: 100px;
    top: 123px;
    width: 31px; }
  #mediaBanner > .container a.left {
    left: 0;
    background-position: 14px 7px; }
  #mediaBanner > .container a.right {
    right: 0;
    background-position: -82px 7px; }
  #mediaBanner > .container a.play-pause {
    top: 10px !important; }
  #mediaBanner .carousel-inner .item .container h1 {
    margin: 0px 0 38px;
    font-size: 22px;
    line-height: 24px; }
  #mediaBanner .carousel-inner .item .container p {
    font-family: rydeReg, Arial;
    font-size: 18px; }
  #mediaBanner .carousel-inner .item .container .col-sm-6:first-of-type {
    left: 0;
    width: 100%;
    padding: 0 40px;
    display: inline-block; }
    #mediaBanner .carousel-inner .item .container .col-sm-6:first-of-type a:after {
      font-size: 45px;
      bottom: -6px;
      left: 6px; }
  #mediaBanner .carousel-inner .item .container .col-sm-6:last-of-type {
    width: 100%;
    right: 0; }
    #mediaBanner .carousel-inner .item .container .col-sm-6:last-of-type h1 {
      font-size: 22px !important;
      margin: 17px 0 33px; }
    #mediaBanner .carousel-inner .item .container .col-sm-6:last-of-type p {
      font-size: 18px !important;
      font-family: rydeReg, Arial; }
  #mediaBanner .carousel-inner .item .container .media-banner-video {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin: auto !important;
    padding: 0 25px 25px !important; }
    #mediaBanner .carousel-inner .item .container .media-banner-video img {
      max-width: 380px;
      width: 100%;
      margin: auto; }
  #mediaBanner .carousel-inner .item > img {
    height: 580px; }

  /*header {*/
  /*.logo {
            float: left;
        }

        position: relative;
        padding-bottom: 7px;*/
  /*padding-top: 0;
    .logo {
      float: left;
    }
    position: relative;
    }*/
  #toggleMenu {
    display: table-cell;
    width: 62px;
    height: 31px;
    line-height: 28px;
    float: right;
    font-family: rydeMedium, Arial;
    font-size: 1.22em;
    border-radius: 4px;
    margin: 20px 0 0 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center; }

  #megaMenu {
    clear: both;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 60px;
    padding: 0;
    /*.btn-dark-blue {
            width: 70px;
            height: 34px;
            max-height: 34px;
            line-height: 36px;
            display: block;
            padding: 0;
            vertical-align: middle;
            text-align: center;
        }*/ }
    #megaMenu ul li a:hover, #megaMenu ul li a:focus, #megaMenu ul li a:active {
      text-decoration: none; }
    #megaMenu > ul {
      float: none;
      width: 100%; }
      #megaMenu > ul.top-nav-items > li > a {
        color: #232323;
        font-size: 14px;
        font-family: Arial; }
        #megaMenu > ul.top-nav-items > li > a:before, #megaMenu > ul.top-nav-items > li > a:after {
          content: ""; }
      #megaMenu > ul > li {
        float: none;
        width: 100%;
        padding: 8px 0; }
        #megaMenu > ul > li.dropdown-item > a:before {
          position: absolute;
          right: 20px;
          top: 0;
          content: url('imgs/blue-right-arrow.png');
          width: auto;
          background-color: transparent; }
        #megaMenu > ul > li > a {
          padding: 0 15px;
          position: relative;
          width: 100%;
          display: inline-block;
          border-bottom: 0 !important; }
          #megaMenu > ul > li > a:after {
            content: ""; }
          #megaMenu > ul > li > a.selected:before {
            display: none; }
          #megaMenu > ul > li > a:hover, #megaMenu > ul > li > a:focus, #megaMenu > ul > li > a:active {
            border-color: transparent !important;
            text-decoration: none; }
            #megaMenu > ul > li > a:hover:after, #megaMenu > ul > li > a:focus:after, #megaMenu > ul > li > a:active:after {
              content: ""; }
        #megaMenu > ul > li > .grey-box {
          top: 1px; }
          #megaMenu > ul > li > .grey-box .container .row .button-text-small {
            border-bottom: 0;
            background-color: #d6e9fa;
            color: #003c71;
            padding: 0 12px 0 18px;
            position: relative;
            border: 1px solid #b1d0e4;
            line-height: 34px;
            height: 34px;
            font-family: Arial;
            outline: none; }
            #megaMenu > ul > li > .grey-box .container .row .button-text-small span.fa-angle-left:before {
              position: absolute;
              top: 9px;
              left: 8px; }
          #megaMenu > ul > li > .grey-box .container .row .sub-menu {
            width: 100%;
            /*padding: 0 0 15px;*/
            padding: 0; }
            #megaMenu > ul > li > .grey-box .container .row .sub-menu ul {
              width: 100%; }
              #megaMenu > ul > li > .grey-box .container .row .sub-menu ul li {
                padding: 9px 0; }
            #megaMenu > ul > li > .grey-box .container .row .sub-menu > ul > li.sub ul {
              width: 100%;
              max-width: 100%;
              padding: 0;
              z-index: 1;
              left: 0;
              display: none; }
              #megaMenu > ul > li > .grey-box .container .row .sub-menu > ul > li.sub ul.active {
                display: block; }
          #megaMenu > ul > li > .grey-box .container .row .call-to-action {
            display: none; }
          #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-4, #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-8 {
            padding: 15px 15px; }
            #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-4 p, #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-8 p {
              margin: 0;
              font-family: rydeMedium, Arial;
              font-size: 1.22em;
              line-height: 34px;
              padding: 0; }
        #megaMenu > ul > li.search {
          display: none; }
    #megaMenu.active {
      display: block; }

  #toggleSearch {
    float: right;
    font-size: 27px;
    margin-right: 13px;
    margin-top: 14px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/ }

  .contact-us-tabs > ul, .contact-us-tabs .tab-content {
    display: none; }
  .contact-us-tabs .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important; }
    .contact-us-tabs .panel-group .panel .panel-heading {
      color: #ffffff;
      background-color: #0076b7;
      border: 0;
      border-radius: 4px;
      margin-bottom: 15px; }
      .contact-us-tabs .panel-group .panel .panel-heading a {
        display: block;
        padding: 12px 2px 10px;
        font-size: 18px;
        font-family: rydeMedium, Arial;
        position: relative; }
        .contact-us-tabs .panel-group .panel .panel-heading a:before {
          content: "";
          height: 24px;
          width: 24px;
          display: block;
          position: absolute;
          border: 2px solid #ffffff;
          border-radius: 50%;
          right: 0;
          top: 8px; }
        .contact-us-tabs .panel-group .panel .panel-heading a:after {
          position: absolute;
          top: 11px;
          right: 6px;
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(180deg);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          content: "\f107";
          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; }
        .contact-us-tabs .panel-group .panel .panel-heading a.collapsed:after {
          -ms-transform: rotate(360deg);
          /* IE 9 */
          -webkit-transform: rotate(360deg);
          /* Chrome, Safari, Opera */
          transform: rotate(360deg); }
    .contact-us-tabs .panel-group .panel .panel-body {
      border-top: 0;
      padding: 0; }
      .contact-us-tabs .panel-group .panel .panel-body .col-sm-4 {
        padding: 0; }
        .contact-us-tabs .panel-group .panel .panel-body .col-sm-4:first-of-type {
          padding-top: 5px; }
        .contact-us-tabs .panel-group .panel .panel-body .col-sm-4 address {
          border-radius: 4px;
          padding: 1px 15px;
          background-color: #F3F1F1;
          border: 1px solid #e3e3e3;
          margin-bottom: 15px; }
          .contact-us-tabs .panel-group .panel .panel-body .col-sm-4 address h3 {
            margin-top: 19px;
            margin-bottom: 6px; }
          .contact-us-tabs .panel-group .panel .panel-body .col-sm-4 address p {
            line-height: 1.5;
            margin-bottom: 24px; }
          .contact-us-tabs .panel-group .panel .panel-body .col-sm-4 address a:hover {
            text-decoration: underline; }
      .contact-us-tabs .panel-group .panel .panel-body .col-sm-12 {
        padding: 0;
        border-radius: 4px;
        margin-bottom: 12px;
        overflow: hidden; }
        .contact-us-tabs .panel-group .panel .panel-body .col-sm-12 iframe {
          display: block; }

  .contactUs .contactUsContent {
    margin-bottom: 0;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important;
    border-top: 0;
    padding: 0; }
    .contactUs .contactUsContent .equal-height {
      display: block;
      /*.col-sm-4 {
                    display: flex;
                }*/ }
    .contactUs .contactUsContent .col-sm-4 {
      padding: 0; }
      .contactUs .contactUsContent .col-sm-4:first-of-type {
        padding-top: 5px; }
      .contactUs .contactUsContent .col-sm-4 address {
        border-radius: 4px;
        padding: 1px 15px;
        background-color: #F3F1F1;
        border: 1px solid #e3e3e3;
        margin-bottom: 15px; }
        .contactUs .contactUsContent .col-sm-4 address h3 {
          margin-top: 19px;
          margin-bottom: 6px; }
        .contactUs .contactUsContent .col-sm-4 address p {
          line-height: 1.5;
          margin-bottom: 24px; }
        .contactUs .contactUsContent .col-sm-4 address a:hover {
          text-decoration: underline; }
    .contactUs .contactUsContent .col-sm-12 {
      padding: 0;
      border-radius: 4px;
      margin-bottom: 12px;
      overflow: hidden; }
      .contactUs .contactUsContent .col-sm-12 iframe {
        display: block; }

  #timeline .custom-indicators {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/ }
    #timeline .custom-indicators span.left-move {
      left: -6px;
      padding: 20px 0 20px 20px;
      top: 11px; }
    #timeline .custom-indicators span.right-move {
      right: -8px;
      padding: 20px 20px 20px 0;
      top: 11px; }
    #timeline .custom-indicators #timeLine-indicators .carousel-indicators {
      margin-bottom: 0; }
      #timeline .custom-indicators #timeLine-indicators .carousel-indicators li {
        width: 90px; }
  #timeline #issues {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    #timeline #issues .item .greySection {
      margin-top: 20px; }
    #timeline #issues .item .oFirstCol {
      margin-bottom: 20px; }
      #timeline #issues .item .oFirstCol a:after {
        bottom: -2px;
        left: 8px;
        font-size: 50px; }
    #timeline #issues .item .iSecondCol img {
      border-radius: 4px;
      width: 100%;
      margin-bottom: 20px;
      display: none; }

  .quick-links {
    padding: 15px 0 0; }
    .quick-links .panel-default .panel-heading {
      padding: 36px 36px 36px 36px; }
      .quick-links .panel-default .panel-heading .panel-title {
        max-width: 145px;
        margin: 0 auto;
        font-size: 20px; }
        .quick-links .panel-default .panel-heading .panel-title a {
          display: inline-block;
          width: 100%;
          padding: 0;
          text-align: left; }
          .quick-links .panel-default .panel-heading .panel-title a span {
            font-size: 19px;
            height: 37px;
            width: 37px;
            top: -6px;
            right: 0; }
            .quick-links .panel-default .panel-heading .panel-title a span:before {
              top: 8px;
              right: 10px; }
    .quick-links .panel-default #quickLinks {
      border-radius: 0 0 4px 4px; }
      .quick-links .panel-default #quickLinks .panel-body {
        padding: 0;
        display: block;
        width: 100%; }
        .quick-links .panel-default #quickLinks .panel-body .links {
          display: block;
          vertical-align: top;
          float: none;
          padding: 0 20px 20px;
          border-top: 1px solid #065782; }
        .quick-links .panel-default #quickLinks .panel-body h3 {
          margin-bottom: 4px; }

  #mediaBannerVideo iframe {
    width: 100%;
    height: 200px; }

  header {
    padding-top: 0;
    position: relative;
    /*.logo {
            float: left;
            margin-top: 14px;

            img {
                margin-left: -10px;
                width: 165px;
                top: 15px;
                left: 15px;
            }
        }*/ }
    header .logo {
      float: left;
      margin-top: 14px;
      width: 170px;
      height: 46px; }
      header .logo a {
        display: block;
        width: 170px;
        height: 46px; }
      header .logo img {
        /*margin-left: -10px;*/
        width: 165px;
        top: 15px;
        left: 15px; }

  .tns {
    display: none; }

  div[id^="cpMainMenuSearchBox"] {
    margin-left: -15px;
    margin-right: -15px; }

  .search-grey-box {
    width: 100%;
    border-radius: 0;
    border: 0;
    right: 0;
    margin-top: 12px;
    position: relative;
    margin-bottom: -7px; }
    .search-grey-box .container {
      padding: 10px 15px 10px !important; }
      .search-grey-box .container .input-group {
        height: 38px; }
        .search-grey-box .container .input-group .form-control {
          width: 100%;
          height: 38px;
          padding-left: 10px;
          border-radius: 4px 0 0 4px; }
        .search-grey-box .container .input-group .input-group-addon {
          height: 38px;
          line-height: 40px;
          min-width: 45px;
          padding: 0;
          width: 45px;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }

  .cookie p {
    position: relative;
    font-size: 12px;
    padding-left: 0;
    padding-right: 26px; }
    .cookie p .fa-info {
      display: none; }

  .breadcrumbs {
    margin-bottom: 25px;
    padding: 20px 0;
    background-size: 100% 3px; }
    .breadcrumbs h2 {
      font-size: 20px; }
      .breadcrumbs h2 span {
        display: inline; }
    .breadcrumbs.margin-bottom-0 {
      padding: 16px 0 25px; }

  .search-grey-box.active-mob {
    display: block; }

  #megaMenu.active .tns-mobile {
    display: block; }

  .mobile-dropdown-btn {
    padding-right: 0;
    float: right;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 10px; }

  .left-side-navigation {
    display: none; }

  #gray-sec {
    /*padding-top: 30px;*/
    padding-bottom: 100px;
    margin-bottom: -100px; }

  .search-box {
    margin-top: -25px; }

  #cost-calculator {
    width: 100%; }
    #cost-calculator #content-calc .calc-text {
      height: auto; }
      #cost-calculator #content-calc .calc-text p {
        width: 55%;
        margin: 15px 0px 10px 15px; }
        #cost-calculator #content-calc .calc-text p.input {
          width: 30%; }
      #cost-calculator #content-calc .calc-text .button {
        position: relative; }
    #cost-calculator #content-calc .calc-form p.title {
      width: 144px;
      margin: 0; }
      #cost-calculator #content-calc .calc-form p.title span {
        width: 70px; }
        #cost-calculator #content-calc .calc-form p.title span:last-of-type {
          padding-left: 7px; }
    #cost-calculator #content-calc .calc-form ul {
      float: none;
      width: 100%; }
      #cost-calculator #content-calc .calc-form ul li {
        height: auto;
        /*;*/ }
        #cost-calculator #content-calc .calc-form ul li label {
          padding: 0 0 0 10px;
          width: 50%;
          height: auto;
          line-height: 1.2; }

  .map-pointers li {
    padding: 10px 10px 10px 0; }

  .img-text-spotlight-post .img-wrapper {
    border-radius: 4px 4px 0 0;
    height: auto;
    overflow-y: inherit; }
    .img-text-spotlight-post .img-wrapper img {
      margin-bottom: 0; }

  #timeline .custom-indicators span:focus:before {
    position: relative;
    top: -4px;
    left: -3px; }

  .linkbutton {
    text-align: center;
    margin-bottom: 25px; }
 }

@media (min-width: 641px) and (max-width: 1199px) {
  html {
    min-width: 1170px !important;
    width: 100% !important; }

  body .cookie, body .tns, body #heroBanner, body header, body footer, body .breadcrumbs, body #mediaBanner, body #generation-map, body .search-box, body #gray-sec {
    min-width: 1170px !important;
    width: 100% !important; }
  body .search-grey-box .container {
    width: auto !important;
    min-width: 0 !important; }
  body header .col-sm-3 {
    width: 20%; }
  body header .col-sm-9 {
    width: 80%; }
  body #megaMenu > ul > li .grey-box .container .row .call-to-action img {
    width: 100%; }
  body .ecars-social-signup .second-Row .col-two-three span {
    width: 100% !important;
    margin-left: 0 !important; }
  body .ecars-social-signup .firstRow .h3style {
    margin-top: 10px;
    max-width: 300px; }
  body .map-pins {
    position: relative;
    left: -85px; }
  body .img-text-spotlight h3 {
    margin-bottom: 4px !important;
    margin-top: 14px !important; }
  body .img-text-spotlight ul {
    margin-bottom: 4px !important; }
  body .img-text-spotlight a {
    margin-top: 5px !important; }
    body .img-text-spotlight a:last-of-type {
      margin-right: 0 !important; }
  body .img-text-spotlight .col-sm-6:last-of-type {
    padding-left: 20px; }
 }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .cookie, .tns, #heroBanner, header, footer, .breadcrumbs, #mediaBanner, #generation-map, .search-box, #gray-sec {
    min-width: 1200px !important;
    width: 100% !important; }

  .search-grey-box .container {
    width: auto !important;
    min-width: 0 !important; }

  #megaMenu > ul > li.active > a:after {
    bottom: 11px; }
 }

@media screen and (max-width: 640px) and (orientation: landscape) {
  #heroBanner .carousel-inner .item:after {
    height: 80%; }
 }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .cookie, .tns, #heroBanner, header, footer, .breadcrumbs, #mediaBanner, #generation-map, .search-box, #gray-sec {
    min-width: 1200px !important;
    width: 100% !important; }

  .search-grey-box .container {
    width: auto !important;
    min-width: 0 !important; }

  #megaMenu > ul > li.active > a:after {
    bottom: 11px; }
 }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #megaMenu > ul > li.active > a:after {
    bottom: 11px; }
 }

@media all and (min-width: 125em) {
  body {
    background-color: #ffffff;
    max-width: 2000px !important;
    margin: auto;
    overflow-x: hidden;
    background-size: 2000px !important; }

  body .container {
    width: 1140px; }

  #mediaBanner {
    min-height: 453px; }
 }

/*For all version os internet explorer*/
@media screen and (min-width: 0 \0) {
  .carousel.latest-tweets .item {
    left: 0 !important;
    -webkit-transition: opacity 0.2s !important;
    /*adjust timing here */
    -moz-transition: opacity 0.2s !important;
    -o-transition: opacity 0.2s !important;
    transition: opacity 0.2s !important; }

  /*Fade controls with items*/
  .carousel.latest-tweets .next.left, .carousel.latest-tweets .prev.right {
    opacity: 1 !important;
    z-index: 1 !important; }

  .carousel.latest-tweets .active.left, .carousel.latest-tweets .active.right {
    opacity: 0 !important;
    z-index: 2 !important; }
 }

.no-flexbox .contact-us-tabs .tab-content .tab-pane .equal-height {
  display: inherit;
  margin-bottom: 30px;
  min-height: 450px; }
  .no-flexbox .contact-us-tabs .tab-content .tab-pane .equal-height .col-sm-4 {
    display: inherit;
    height: 100%; }
    .no-flexbox .contact-us-tabs .tab-content .tab-pane .equal-height .col-sm-4 address {
      height: 100%; }

/* Really small phones */
/* Regular smart phones, including iPhone 6 + with 414px viewport! */
/* Regular Tablets from 480 to 800px including Galaxy tablets - 768px is only good for iPad */
/* Desktops and Laptops */
/*@import "variables";
@import "mixins";
@import "typography";*/
body {
  background: url("imgs/main-bg.jpg") no-repeat bottom 140px center;
  background-size: 100%;
  -moz-font-feature-settings: "lnum" 1;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

footer {
  background: url("imgs/footer-bg.png") no-repeat bottom center; }
  footer #gray-sec {
    background: linear-gradient(180deg, #F3F1F1 70%, transparent 100%) !important; }
  footer ul.footer-nav li a {
    color: #ffffff; }
    footer ul.footer-nav li a:focus {
      box-shadow: 0 0 2px 1px #ffffff; }
  footer ul.social-links-footer li a {
    border: 2px solid #ffffff;
    color: #ffffff; }
    footer ul.social-links-footer li a span {
      color: #ffffff; }
      footer ul.social-links-footer li a span:before {
        color: #ffffff; }
    footer ul.social-links-footer li a:hover {
      background-color: #ffffff; }
      footer ul.social-links-footer li a:hover span:before {
        color: #111c2d; }
    footer ul.social-links-footer li a:focus {
      background-color: #ffffff;
      box-shadow: none !important; }
      footer ul.social-links-footer li a:focus span:before {
        color: #111c2d; }
  footer .copy-right {
    color: #ffffff;
    font-family: rydeReg, Arial; }

.img-spotlight span {
  color: #ffffff;
  background: #003c71;
  /* Old browsers */
  background: -moz-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(30deg, #003c71 0%, #0076b7 100%);
  /* IE10+ */
  background: linear-gradient(60deg, #003c71 0%, #0076b7 100%);
  /* W3C */ }
.img-spotlight a:before {
  background-color: rgba(0, 0, 0, 0); }
.img-spotlight a:after {
  color: #ffffff;
  border: 2px solid #ffffff; }
.img-spotlight a:hover:before, .img-spotlight a:focus:before {
  background-color: rgba(0, 0, 0, 0.4); }

.img-text-spotlight.hover-view:hover .col-sm-6:first-of-type:before {
  background-color: rgba(0, 0, 0, 0.4); }
.img-text-spotlight.gray-bg .col-sm-6:first-of-type {
  background-color: #f1f0f0; }
.img-text-spotlight.gray-bg .col-sm-6:last-of-type {
  background-color: #f1f0f0;
  border: 1px solid #e3e3e3;
  color: #232323;
  border-left: 0; }
  .img-text-spotlight.gray-bg .col-sm-6:last-of-type h3 {
    color: #0066a1; }
  .img-text-spotlight.gray-bg .col-sm-6:last-of-type a {
    color: #0066a1;
    background-color: transparent; }
    .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:hover, .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:focus, .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:active {
      background-color: transparent;
      color: #0066a1; }
    .img-text-spotlight.gray-bg .col-sm-6:last-of-type a:focus {
      box-shadow: 0 0 2px 1px #0076b7; }
  .img-text-spotlight.gray-bg .col-sm-6:last-of-type ul li {
    color: #232323; }
    .img-text-spotlight.gray-bg .col-sm-6:last-of-type ul li:before {
      background: #232323; }
.img-text-spotlight .col-sm-6:first-of-type:before {
  background-color: rgba(0, 0, 0, 0); }
.img-text-spotlight .col-sm-6:first-of-type:after {
  color: #ffffff;
  border: 2px solid #ffffff; }
.img-text-spotlight .col-sm-6:last-of-type {
  color: #ffffff; }
  .img-text-spotlight .col-sm-6:last-of-type ul li:before {
    background: #ffffff; }
  .img-text-spotlight .col-sm-6:last-of-type ul li a {
    background-color: transparent;
    color: #ffffff; }
    .img-text-spotlight .col-sm-6:last-of-type ul li a:hover, .img-text-spotlight .col-sm-6:last-of-type ul li a:focus, .img-text-spotlight .col-sm-6:last-of-type ul li a:active {
      background-color: transparent; }
  .img-text-spotlight .col-sm-6:last-of-type a {
    background-color: #003c71;
    color: #ffffff; }
    .img-text-spotlight .col-sm-6:last-of-type a:hover, .img-text-spotlight .col-sm-6:last-of-type a:focus, .img-text-spotlight .col-sm-6:last-of-type a:active {
      color: #ffffff;
      background-color: #111c2d; }
    .img-text-spotlight .col-sm-6:last-of-type a:focus {
      box-shadow: 0 0 2px 1px #ffffff; }

.title-icons-Spotlight {
  color: #ffffff; }
  .title-icons-Spotlight span {
    border: 3px solid #ffffff;
    color: #ffffff; }
  .title-icons-Spotlight a {
    color: #ffffff; }

.text-title-Spotlight p, .text-title-Spotlight span {
  color: #ffffff; }

.img-text-spotlight-large a:hover .img-wrapper:before, .img-text-spotlight-large a:focus .img-wrapper:before {
  background-color: rgba(0, 0, 0, 0.4); }
.img-text-spotlight-large .img-wrapper:before, .img-text-spotlight-large a .img-wrapper:before {
  background-color: rgba(0, 0, 0, 0); }
.img-text-spotlight-large article, .img-text-spotlight-large a article {
  background: #f1f0f0;
  border: 1px solid #e3e3e3; }
  .img-text-spotlight-large article .news-heading, .img-text-spotlight-large a article .news-heading {
    color: #232323; }
  .img-text-spotlight-large article h3, .img-text-spotlight-large a article h3 {
    color: #0066a1; }
  .img-text-spotlight-large article p, .img-text-spotlight-large a article p {
    color: #232323; }

.spotlight-12 ul {
  padding-left: 15px; }
  .spotlight-12 ul li {
    color: #003c71; }
    .spotlight-12 ul li span {
      color: #000000; }
.spotlight-12.gray-bg {
  background: #F1F0F0;
  border-radius: 5px;
  margin-bottom: 40px; }
.spotlight-12 img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.spotlight-12 h3 {
  color: #0066a1;
  margin-top: 0;
  margin-bottom: 5px; }
.spotlight-12 p {
  line-height: 24px; }
.spotlight-12 div {
  background-color: #F3F1F1;
  margin: 0;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 0 0 5px 5px; }

.bg-text-spotlight, .spotlight-12 {
  margin-bottom: 20px !important; }

.spotlight-12.gray-bg {
  margin-bottom: 20px !important; }
  .spotlight-12.gray-bg div {
    padding: 20px 15px; }

#rotators .carousel-indicators li {
  background-color: #f1f6f8;
  border: 2px solid #b3bec2; }
#rotators .carousel-indicators .active {
  background-color: #0076b7;
  border: 0 solid #f1f0f0; }

.bg-color-spotlight {
  background-color: #00837b;
  color: #ffffff; }

.doc-download {
  background-color: #F3F1F1; }

.collapseable a.collapse-heading {
  background-color: #f1f0f0;
  color: #006ca0; }
.collapseable .collapseContent {
  background-color: #f1f0f0;
  border-top: 1px solid #e3e3e3; }

.footer-newsletter {
  border: 1px solid #ececec;
  box-sizing: border-box; }
  .footer-newsletter h3 {
    color: #0076b7; }

.footer-text-image-cta {
  border: 1px solid #ececec; }
  .footer-text-image-cta h3 {
    color: #0076b7; }

.footer-latest-news {
  border: 1px solid #ececec; }
  .footer-latest-news h3 {
    color: #0076b7; }
  .footer-latest-news p a {
    color: #0076b7; }

.latest-tweets {
  background-color: #0076b7;
  color: #ffffff; }
  .latest-tweets .carousel-inner .item a {
    color: #ffffff; }
    .latest-tweets .carousel-inner .item a:hover {
      text-decoration: underline; }

.btn-dark-blue {
  background-color: #003c71;
  color: #ffffff; }
  .btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active {
    color: #ffffff;
    background-color: #111c2d; }

ul.social-links li a span {
  border: 2px solid;
  background-color: #ffffff; }
ul.social-links li.youtube a {
  color: #cc181e; }
  ul.social-links li.youtube a span {
    border-color: #cc181e; }
  ul.social-links li.youtube a:hover span, ul.social-links li.youtube a:focus span {
    background-color: #cc181e; }
    ul.social-links li.youtube a:hover span:before, ul.social-links li.youtube a:focus span:before {
      color: #ffffff; }
ul.social-links li.twitter a {
  color: #39A0CE; }
  ul.social-links li.twitter a span {
    border-color: #39A0CE; }
  ul.social-links li.twitter a:hover span, ul.social-links li.twitter a:focus span {
    background-color: #39A0CE; }
    ul.social-links li.twitter a:hover span:before, ul.social-links li.twitter a:focus span:before {
      color: #ffffff; }
ul.social-links li.linkedin a {
  color: #0077b5; }
  ul.social-links li.linkedin a span {
    border-color: #0077b5; }
  ul.social-links li.linkedin a:hover span, ul.social-links li.linkedin a:focus span {
    background-color: #0077b5; }
    ul.social-links li.linkedin a:hover span:before, ul.social-links li.linkedin a:focus span:before {
      color: #ffffff; }
ul.social-links li.facebook a {
  color: #3b5998;
  background-color: #ffffff; }
  ul.social-links li.facebook a span {
    border-color: #3b5998; }
  ul.social-links li.facebook a:hover span, ul.social-links li.facebook a:focus span {
    background-color: #3b5998; }
    ul.social-links li.facebook a:hover span:before, ul.social-links li.facebook a:focus span:before {
      color: #ffffff; }

.ecars-social-signup {
  border: 1px solid #e3e3e3;
  background-color: #f1f0f0; }
  .ecars-social-signup .firstRow {
    border-bottom: 1px solid #e3e3e3; }
    .ecars-social-signup .firstRow p {
      color: #0066a1; }
    .ecars-social-signup .firstRow ul li {
      border-left: 1px solid #e3e3e3; }
      .ecars-social-signup .firstRow ul li a span {
        border: 2px solid;
        background-color: #ffffff; }
        .ecars-social-signup .firstRow ul li a span:hover:before {
          color: #ffffff; }
      .ecars-social-signup .firstRow ul li a:focus span:before {
        color: #ffffff; }
      .ecars-social-signup .firstRow ul li.youtubeLi a {
        color: #cc181e; }
        .ecars-social-signup .firstRow ul li.youtubeLi a:hover span {
          background-color: #cc181e; }
          .ecars-social-signup .firstRow ul li.youtubeLi a:hover span:before {
            color: #ffffff; }
        .ecars-social-signup .firstRow ul li.youtubeLi a:focus span {
          background-color: #cc181e; }
          .ecars-social-signup .firstRow ul li.youtubeLi a:focus span:before {
            color: #ffffff; }
      .ecars-social-signup .firstRow ul li.facebookLi a {
        color: #3b5998;
        padding: 17px 9px 15px 67px; }
        .ecars-social-signup .firstRow ul li.facebookLi a:hover span {
          background-color: #3b5998; }
          .ecars-social-signup .firstRow ul li.facebookLi a:hover span:before {
            color: #ffffff; }
        .ecars-social-signup .firstRow ul li.facebookLi a:focus span {
          background-color: #3b5998; }
          .ecars-social-signup .firstRow ul li.facebookLi a:focus span:before {
            color: #ffffff; }
      .ecars-social-signup .firstRow ul li.linkedInLi a {
        color: #0077b5; }
        .ecars-social-signup .firstRow ul li.linkedInLi a:hover span {
          background-color: #0077b5; }
          .ecars-social-signup .firstRow ul li.linkedInLi a:hover span:before {
            color: #ffffff; }
        .ecars-social-signup .firstRow ul li.linkedInLi a:focus span {
          background-color: #0077b5; }
          .ecars-social-signup .firstRow ul li.linkedInLi a:focus span:before {
            color: #ffffff; }
      .ecars-social-signup .firstRow ul li.blogLi a {
        color: #2D9A2D; }
        .ecars-social-signup .firstRow ul li.blogLi a:hover span {
          background-color: #2D9A2D; }
          .ecars-social-signup .firstRow ul li.blogLi a:hover span:before {
            color: #ffffff; }
        .ecars-social-signup .firstRow ul li.blogLi a:focus span {
          background-color: #2D9A2D; }
          .ecars-social-signup .firstRow ul li.blogLi a:focus span:before {
            color: #ffffff; }
  .ecars-social-signup .secondRow p {
    color: #0066a1; }
  .ecars-social-signup .second-Row p {
    color: #0066a1; }

.quick-links .panel-default .panel-heading {
  background-color: #0b7bbb; }
  .quick-links .panel-default .panel-heading .panel-title a {
    color: #ffffff; }
    .quick-links .panel-default .panel-heading .panel-title a span {
      border: 2px solid #ffffff; }
.quick-links .panel-default #quickLinks .panel-body {
  background-color: #0b7bbb; }
  .quick-links .panel-default #quickLinks .panel-body h3 {
    color: #ffffff; }
  .quick-links .panel-default #quickLinks .panel-body ul li a {
    color: #ffffff; }

#timeline .custom-indicators span {
  color: #0076b7; }
#timeline .custom-indicators #timeLine-indicators .carousel-indicators li a {
  color: #232323; }
  #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a:hover {
    color: #232323; }
    #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a:hover:after {
      border-color: #232323; }
  #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a.selected {
    color: #0076b7; }
    #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a.selected:after {
      background-color: #0076b7;
      border: 0 solid #0076b7; }
  #timeline .custom-indicators #timeLine-indicators .carousel-indicators li a:after {
    border: 2px solid #f1f0f0;
    background-color: #ffffff; }
#timeline #issues .item .greySection {
  background-color: #F3F1F1;
  border: 1px solid #e3e3e3; }
  #timeline #issues .item .greySection h3 {
    color: #0076b7; }

#heroBanner .carousel-inner .item .carousel-caption a.btn {
  background-color: #0076b7;
  color: #ffffff; }
  #heroBanner .carousel-inner .item .carousel-caption a.btn:hover {
    text-decoration: none;
    background-color: #003c71; }

#mediaBanner .carousel-indicators li {
  border: 2px solid #ffffff; }

.breadcrumbs {
  background: url("imgs/breadcrumb-bd.jpg") center bottom no-repeat #F3F1F1;
  border-top: 1px solid #e3e3e3; }
  .breadcrumbs h2 {
    color: #0066a1; }
    .breadcrumbs h2 span {
      color: #232323; }
      .breadcrumbs h2 span:before {
        color: #4ab598; }

.search-box {
  background-color: #e6f0f8; }
  .search-box .form-control {
    color: #0066a1;
    border-color: #e3e3e3;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075); }
    .search-box .form-control:active, .search-box .form-control:focus, .search-box .form-control:hover {
      background-color: #ffffff;
      border-color: #e3e3e3;
      box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075); }
  .search-box .input-group-btn input {
    border-color: #e3e3e3;
    background: url("imgs/search.png") no-repeat center center #ffffff;
    box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075); }
    .search-box .input-group-btn input:active, .search-box .input-group-btn input:focus, .search-box .input-group-btn input:hover {
      background-color: #ffffff;
      border-color: #e3e3e3;
      box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075); }

.pagination-wrapper .pagination li a {
  color: #004882;
  border-color: #e3e3e3; }
  .pagination-wrapper .pagination li a:hover {
    background-color: #F3F1F1; }
.pagination-wrapper .pagination li.active a {
  background-color: #003c71;
  color: #ffffff; }
  .pagination-wrapper .pagination li.active a:hover {
    background-color: #003c71; }
.pagination-wrapper .pagination li:first-of-type a {
  border: 2px solid #0076b7; }
  .pagination-wrapper .pagination li:first-of-type a:focus, .pagination-wrapper .pagination li:first-of-type a:active, .pagination-wrapper .pagination li:first-of-type a:hover {
    background-color: #ffffff; }
  .pagination-wrapper .pagination li:first-of-type a.disabled {
    border-color: #e3e3e3; }
    .pagination-wrapper .pagination li:first-of-type a.disabled span {
      color: #e3e3e3; }
  .pagination-wrapper .pagination li:first-of-type a span {
    color: #0076b7; }
.pagination-wrapper .pagination li:last-of-type a {
  border: 2px solid #0076b7; }
  .pagination-wrapper .pagination li:last-of-type a:focus, .pagination-wrapper .pagination li:last-of-type a:active, .pagination-wrapper .pagination li:last-of-type a:hover {
    background-color: #ffffff; }
  .pagination-wrapper .pagination li:last-of-type a span {
    color: #0076b7; }
  .pagination-wrapper .pagination li:last-of-type a.disabled {
    border-color: #e3e3e3; }
    .pagination-wrapper .pagination li:last-of-type a.disabled span {
      color: #e3e3e3; }
.pagination-wrapper .pagination-search-result strong {
  color: #0076b7; }

.sfContentBlock table thead tr {
  background-color: #0076b7; }
  .sfContentBlock table thead tr th {
    color: #ffffff; }
.sfContentBlock table tbody tr:nth-child(even) {
  background-color: #f1f6f8; }

.dropdown-btn button {
  background: #00417a;
  /* Old browsers */
  background: -moz-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
  /* IE10+ */
  background: linear-gradient(0deg, #00417a 0%, #0076b7 100%);
  /* W3C */
  color: #ffffff; }
  .dropdown-btn button:hover, .dropdown-btn button:focus, .dropdown-btn button:active {
    background: #00417a;
    /* Old browsers */
    background: -moz-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #00417a 0%, #0076b7 100%);
    /* IE10+ */
    background: linear-gradient(0deg, #00417a 0%, #0076b7 100%);
    /* W3C */
    color: #ffffff; }
  .dropdown-btn button span {
    border: 2px solid #ffffff; }
.dropdown-btn .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #e3e3e3; }
  .dropdown-btn .dropdown-menu li a {
    border-bottom: 1px solid #e3e3e3; }
    .dropdown-btn .dropdown-menu li a:hover, .dropdown-btn .dropdown-menu li a:active, .dropdown-btn .dropdown-menu li a:focus {
      background-color: #ffffff; }
  .dropdown-btn .dropdown-menu li:last-of-type a {
    border-bottom: 1px solid #ffffff; }

.img-text-spotlight-post:hover .img-wrapper:before {
  background-color: rgba(0, 0, 0, 0.4); }
.img-text-spotlight-post .img-wrapper:before {
  background-color: rgba(0, 0, 0, 0); }
.img-text-spotlight-post .img-wrapper:after {
  color: #ffffff;
  border: 2px solid #ffffff; }
.img-text-spotlight-post .img-wrapper.hover-view:hover:before {
  background-color: rgba(0, 0, 0, 0.4); }
.img-text-spotlight-post article {
  background: #f1f0f0;
  border: 1px solid #e3e3e3; }
  .img-text-spotlight-post article span {
    color: #232323; }
  .img-text-spotlight-post article h3 {
    color: #0066a1; }
.img-text-spotlight-post > a:focus .img-wrapper:before {
  background-color: rgba(0, 0, 0, 0.4); }

.contact-us-tabs .nav li a {
  background-color: #0076b7;
  color: #ffffff; }
  .contact-us-tabs .nav li a:hover {
    background-color: #0066a1; }
.contact-us-tabs .nav li.active a {
  background-color: #004882; }
  .contact-us-tabs .nav li.active a:after {
    content: url("imgs/down-arrow.png"); }
.contact-us-tabs .tab-content .tab-pane address {
  background-color: #F3F1F1;
  border: 1px solid #e3e3e3; }
  .contact-us-tabs .tab-content .tab-pane address h3 {
    color: #0066a1; }
  .contact-us-tabs .tab-content .tab-pane address a {
    color: #0066a1; }

.contactUs .contactUsContent address {
  background-color: #F3F1F1;
  border: 1px solid #e3e3e3; }
  .contactUs .contactUsContent address h3 {
    color: #0066a1; }
  .contactUs .contactUsContent address a {
    color: #0066a1; }

.tns {
  background: #F3F1F1; }
  .tns ul li a {
    color: #232323; }
  .tns .socialIcons a {
    border: 2px solid #cc181e;
    background-color: #ffffff;
    box-shadow: 0 0 0 6px #f1f0f0; }
    .tns .socialIcons a:hover, .tns .socialIcons a:focus {
      background-color: #cc181e;
      color: #fff; }
    .tns .socialIcons a.icon-twitter_TNS {
      border: 2px solid #39A0CE;
      background-color: #ffffff; }
      .tns .socialIcons a.icon-twitter_TNS:hover, .tns .socialIcons a.icon-twitter_TNS:focus {
        background-color: #39A0CE;
        color: #fff; }
    .tns .socialIcons a.icon-linkedin_TNS {
      border: 2px solid #0077b5;
      background-color: #ffffff; }
      .tns .socialIcons a.icon-linkedin_TNS:hover, .tns .socialIcons a.icon-linkedin_TNS:focus {
        background-color: #0077b5;
        color: #fff; }

.left-side-navigation h3 {
  background-color: #003c71;
  color: #ffffff; }
.left-side-navigation .top-nav {
  background-color: #F3F1F1;
  border: 1px solid #e3e3e3; }
  .left-side-navigation .top-nav > li a {
    color: #232323; }
    .left-side-navigation .top-nav > li a:hover, .left-side-navigation .top-nav > li a:focus {
      text-decoration: underline; }
  .left-side-navigation .top-nav > li.active > a {
    color: #0066a1; }
  .left-side-navigation .top-nav > li.active > ul li.active > a {
    color: #0066a1; }
  .left-side-navigation .top-nav > li.active > ul li.active > ul li.active > a {
    color: #0066a1; }

.alert-error {
  border: 1px solid #cc6a6a;
  background-color: #fbe2e2;
  color: #ca0d0d; }

.alert-success {
  border: 2px solid #369f33;
  background-color: #ffffff;
  color: #339c33 !important; }

.alert-success-black {
  background-color: #ffffff;
  border: 1px solid #e3e3e3; }

.search-grey-box {
  background-color: #f1f0f0; }

#megaMenu > ul > li > a {
  color: #0076b7;
  border-bottom: 4px solid transparent; }
  #megaMenu > ul > li > a:hover, #megaMenu > ul > li > a:active {
    border-bottom: 4px solid #0076b7; }
  #megaMenu > ul > li > a:focus {
    border-bottom: 4px solid transparent; }
#megaMenu > ul > li .grey-box {
  background-color: #f1f0f0; }
  #megaMenu > ul > li .grey-box .container .row .sub-menu {
    background: url('imgs/grey-bg.jpg') repeat-y 50% 0;
    border-right: 1px solid #d9d9d9; }
    #megaMenu > ul > li .grey-box .container .row .sub-menu ul li a {
      color: #232323; }
    #megaMenu > ul > li .grey-box .container .row .sub-menu > ul > li.active {
      background-color: #ffffff; }
    #megaMenu > ul > li .grey-box .container .row .sub-menu.no-line {
      background: none; }
#megaMenu > ul > li.active > a {
  border-bottom: 4px solid #0076b7; }
#megaMenu > ul > li.search > a {
  border-color: transparent; }
  #megaMenu > ul > li.search > a:hover, #megaMenu > ul > li.search > a:focus, #megaMenu > ul > li.search > a:active {
    border-color: transparent; }
#megaMenu > ul.tns-mobile > li > a {
  color: #000000;
  font-family: arial, sans-serif; }

#gray-sec h2 {
  margin-bottom: 40px; }

.video1x1 {
  max-width: 380px;
  margin: auto;
  margin-bottom: 20px; }

.video1x2 {
  max-width: 380px;
  margin: auto;
  margin-bottom: 20px; }
  .video1x2.gray-bg {
    background: #F1F0F0;
    border-radius: 5px;
    margin-bottom: 20px; }
    .video1x2.gray-bg div {
      padding: 20px 15px; }
  .video1x2 div {
    background-color: #F3F1F1;
    margin: 0;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0 0 5px 5px; }
  .video1x2 h3 {
    color: #0066a1;
    margin-top: 0;
    margin-bottom: 5px; }
  .video1x2 p {
    line-height: 24px; }

.main-btn {
  background-color: #d4e8f8;
  border-radius: 5px;
  color: #0076b7;
  padding: 8px 15px;
  border: 1px solid #a8c8e1; }
  .main-btn:hover, .main-btn:focus, .main-btn:active {
    background-color: #c4def5;
    /*font-weight: bold;*/
    /*font-size: 12px;
    font-family: $fontFamilyRydeBold;
    font-weight: 700;*/ }

@media (max-width: 640px) {
  #heroBanner .carousel-inner .item .carousel-caption a.btn {
    background-color: #ffffff;
    color: #0076b7; }
    #heroBanner .carousel-inner .item .carousel-caption a.btn:hover {
      background-color: #003c71;
      color: #ffffff; }

  .ecars-social-signup .firstRow ul li {
    border-bottom: 1px solid #e3e3e3; }
    .ecars-social-signup .firstRow ul li:first-of-type {
      border-top: 1px solid #e3e3e3; }
  .ecars-social-signup .firstRow h3 {
    border-bottom: 1px solid #e3e3e3; }


  footer {
    background: url("imgs/mobile-footer-bg.png") no-repeat top center; }
    footer .col-sm-6:last-of-type {
      background-color: #111c2d; }

  #toggleMenu {
    border: 2px solid #0076b7;
    color: #0076b7; }

  #toggleSearch {
    color: #0076b7; }

  .img-text-spotlight.gray-bg .col-sm-6:last-of-type {
    border-left: 1px solid #e3e3e3; }

  .img-spotlight a:hover:before, .img-spotlight a:focus:before, .img-spotlight a:active:before {
    background-color: transparent; }

  .search-grey-box {
    border-top: 1px solid #d9d9d9; }

  #gray-sec {
    background: linear-gradient(180deg, #F3F1F1 100%, transparent 100%); }

  #megaMenu > ul {
    background-color: #f1f0f0; }
    #megaMenu > ul.mega-menu {
      border-top: 1px solid #d9d9d9; }
    #megaMenu > ul > li {
      border-bottom: 1px solid #d9d9d9; }
      #megaMenu > ul > li > .grey-box .container .row .sub-menu {
        background: none;
        border-right: 0; }
        #megaMenu > ul > li > .grey-box .container .row .sub-menu ul li {
          border-bottom: 1px solid #d9d9d9; }
          #megaMenu > ul > li > .grey-box .container .row .sub-menu ul li:first-of-type {
            border-top: 1px solid #d9d9d9; }
        #megaMenu > ul > li > .grey-box .container .row .sub-menu > ul > li.sub ul {
          background-color: #f1f0f0; }
        #megaMenu > ul > li > .grey-box .container .row .sub-menu > ul > li.active {
          background-color: #f1f0f0; }
      #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-4 {
        border-right: 1px solid #d9d9d9; }
      #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-4 p, #megaMenu > ul > li > .grey-box .container .navbtn .col-xs-8 p {
        color: #0076b7; }

  /*.main-btn {
        display: block;
        text-align: center;
    }*/ }

/*For all version os internet explorer*/
@media screen and (min-width: 0 \0) {
  body {
    -ms-transform: translate3d(0px, 0px, 0px); }
 }

/*Target only edge windows 10*/
@supports (-ms-accelerator: true) {
  body {
    transform: translate3d(0px, 0px, 0px); }
 }
