h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  font-size: 1.25em;
  margin: 0.5em 0;
  margin: 0.75em 0;
  line-height: 1.5em;
}
img {
  max-width: 100%;
}
a img {
  border: none;
}
body,
input,
textarea {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
}
h1 {
  font-size: 2.625em;
}
h2 {
  font-size: 2.625em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.125em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
embed,
iframe,
object {
  max-width: 100%;
}
/* COLORS */
/* LAYOUT */
/*  CAROUSEL SELECTORS */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.0.3') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.row {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.row img {
  max-width: 100%;
  height: auto;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.noReflow1,
.noReflow2,
.noReflow3,
.noReflow4,
.noReflow5,
.noReflow6,
.noReflow7,
.noReflow8,
.noReflow9,
.noReflow10,
.noReflow11,
.noReflow12 {
  float: left;
  padding: 0 1.04166666%;
}
.span1,
.noReflow1 {
  width: 6.25%;
}
.span2,
.noReflow2 {
  width: 14.58333333%;
}
.span3,
.noReflow3 {
  width: 22.91666666%;
}
.span4,
.noReflow4 {
  width: 31.25%;
}
.span5,
.noReflow5 {
  width: 39.58333333%;
}
.span6,
.noReflow6 {
  width: 47.91666666%;
}
.span7,
.noReflow7 {
  width: 56.25%;
}
.span8,
.noReflow8 {
  width: 64.58333333%;
}
.span9,
.noReflow9 {
  width: 72.91666666%;
}
.span10,
.noReflow10 {
  width: 81.25%;
}
.span11,
.noReflow11 {
  width: 89.58333333%;
}
.span12,
.noReflow12 {
  width: 97.91666666%;
}
.offset1,
.nrOffset1 {
  margin-left: 8.33333333%;
}
.offset2,
.nrOffset1 {
  margin-left: 16.66666666%;
}
.offset3 {
  margin-left: 25%;
}
.offset4 {
  margin-left: 33.33333333%;
}
.offset5 {
  margin-left: 41.66666666%;
}
.offset6 {
  margin-left: 50%;
}
.offset7 {
  margin-left: 58.33333333%;
}
.offset8 {
  margin-left: 66.66666666%;
}
.offset9 {
  margin-left: 75%;
}
.offset10 {
  margin-left: 83.33333333%;
}
.offset11 {
  margin-left: 91.66666666%;
}
@media only screen and (min-width: 1px) {
  .row {
    min-width: auto;
    width: auto;
    max-width: 1024px;
    margin: 0 auto;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12,
  .noReflow1,
  .noReflow2,
  .noReflow3,
  .noReflow4,
  .noReflow5,
  .noReflow6,
  .noReflow7,
  .noReflow8,
  .noReflow9,
  .noReflow10,
  .noReflow11,
  .noReflow12 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 0 1em;
  }
  .span1 {
    width: 8.333333333%;
  }
  .span2 {
    width: 16.666666666%;
  }
  .span3 {
    width: 25%;
  }
  .span4 {
    width: 33.333333333%;
  }
  .span5 {
    width: 41.666666666%;
  }
  .span6 {
    width: 50%;
  }
  .span7 {
    width: 58.333333333%;
  }
  .span8 {
    width: 66.666666666%;
  }
  .span9 {
    width: 75%;
  }
  .span10 {
    width: 83.333333333%;
  }
  .span11 {
    width: 91.666666666%;
  }
  .span12 {
    width: 100%;
  }
  .offset1 {
    margin-left: 8.333333333%;
  }
  .offset2 {
    margin-left: 16.666666666%;
  }
  .offset3 {
    margin-left: 25%;
  }
  .offset4 {
    margin-left: 33.333333333%;
  }
  .offset5 {
    margin-left: 41.666666666%;
  }
  .offset6 {
    margin-left: 50%;
  }
  .offset7 {
    margin-left: 58.333333333%;
  }
  .offset8 {
    margin-left: 66.666666666%;
  }
  .offset9 {
    margin-left: 75%;
  }
  .offset10 {
    margin-left: 83.333333333%;
  }
  .offset11 {
    margin-left: 91.666666666%;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    float: none;
    width: 100%;
  }
  .offset1,
  .offset2,
  .offset3,
  .offset4,
  .offset5,
  .offset6,
  .offset7,
  .offset8,
  .offset9,
  .offset10,
  .offset11,
  .offset12 {
    margin-left: 0;
  }
}
.banner {
  background-color: #c2c2c2;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 740px;
  color: #ffffff;
  position: relative;
  padding: 32px 0 28px;
}
.banner > p,
.banner > h2,
.banner > .shadow {
  margin: auto;
  max-width: 1024px;
  padding-left: 16px;
  padding-right: 16px;
}
.banner .overlay {
  margin: auto;
  max-width: 1024px;
}
.banner h2 {
  text-transform: uppercase;
}
.banner > .overlayWrapper {
  position: absolute;
  bottom: 2em;
  width: 100%;
}
.topImage > img {
  display: block;
  min-width: 480px;
}
@media only screen and (max-width: 1024px) {
  .banner > .overlayWrapper {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner > .shadow {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner > .overlayWrapper {
    width: auto;
    position: static;
    padding-top: 4em;
  }
  .banner {
    min-height: 300px;
    padding-bottom: 0;
  }
  .banner .overlay {
    background: #3f4447;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }
}
.job_filters {
  display: none;
}
div.job_listings {
  margin-bottom: 0;
}
div.job_listings > ul.job_listings {
  border-top: none;
  border-bottom: 1px solid #1bbc9b;
}
div.job_listings ul.job_listings > li {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  overflow: hidden;
}
div.job_listings ul.job_listings > li:last-child,
div.job_listings ul.job_listings > li:first-child {
  border-bottom: none;
}
.silvacomfourteen ul.job_listings > li.job_listing a,
.silvacomfourteen ul.job_listings > li.no_job_listings_found a {
  transition: background-color 300ms ease-out;
  background-color: none;
  color: #2980b9;
  padding: 0.75em 0.25em;
}
.silvacomfourteen ul.job_listings li.job_listing a:hover {
  background-color: rgba(27, 188, 155, 0.1);
}
.silvacomfourteen ul.job_listings li.job_listing a:active {
  background-color: rgba(27, 188, 155, 0.2);
}
.silvacomfourteen .jobListHeading {
  list-style: none;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.silvacomfourteen .metaColumn > .job-type,
.silvacomfourteen .metaColumn > .job-type,
.silvacomfourteen .metaColumn > .job-type {
  color: inherit;
}
.jobListHeading > div {
  border-bottom: 0.25em solid #1bbc9b;
  padding: 0.5em 0.125em;
}
.positionColumn {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0.125em;
}
.locationColumn {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 0.125em;
}
.metaColumn {
  box-sizing: border-box;
  width: 25%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0.125em;
}
.positionColumn > h3 {
  font-weight: normal;
  font-size: 100%;
  text-transform: none;
  margin: 0;
}
ul.job_listings > .jobListHeading {
  display: none;
}
ul.job_listings > .jobListHeading:first-of-type {
  display: block;
}
.single_job_listing .job-manager-applications-applied-notice {
  color: #ffffff;
  background-color: #c1392b;
}
.jobView ul {
  font-size: 1.25rem;
  line-height: 150%;
}
.jobView .single_job_listing .meta > li {
  float: none;
  display: block;
  width: auto;
}
ul.jobMeta {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0.125em solid #1bbc9b;
  font-size: 100% !important;
}
.jobMeta > li {
  border-bottom: 0.125em solid #1bbc9b;
  overflow: hidden;
  padding: 0.5em 0.5em;
}
.jobMeta > li > label {
  float: left;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  color: #3f4447;
}
.jobMeta > li > .info {
  float: left;
  width: 50%;
  color: #3f4447;
}
.jobMeta > li > .info > .fa {
  color: #5f6467;
  display: inline-block;
  width: 1em;
  margin-right: 0.25em;
  text-align: center;
}
.jobDescription .jobDescriptionHeading {
  font-size: 150%;
  margin-top: 1.5em;
  text-transform: none;
}
.silvacomfourteen .single_job_listing .application .application_button,
.silvacomfourteen .single_job_listing input[type="submit"] {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  background: #1bbc9b;
  color: #ffffff;
  padding: 0.75em 2em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.silvacomfourteen .single_job_listing input[type="submit"] {
  font-size: 75%;
}
.silvacomfourteen .single_job_listing .application .application_details {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto 2em;
  min-width: 320px;
}
.silvacomfourteen .single_job_listing .application .application_details:before {
  content: "";
  border: none;
  display: none;
  box-shadow: none;
}
.silvacomfourteen .job-manager-form fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0.5em 1em;
  border-bottom: 1px solid #1bbc9b;
}
.silvacomfourteen .job-manager-form fieldset:after,
.silvacomfourteen .job-manager-form fieldset:before {
  display: none;
}
.silvacomfourteen .job-manager-form fieldset label {
  display: block;
  float: none;
  width: auto;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 175%;
  text-transform: uppercase;
}
.silvacomfourteen .job-manager-form fieldset div.field {
  float: none;
  width: auto;
}
.silvacomfourteen .job-manager-form fieldset input.input-text,
.silvacomfourteen .job-manager-form fieldset select,
.silvacomfourteen .job-manager-form fieldset textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.375em;
  max-width: 100%;
}
@media only screen and (min-width: 767px) {
  .silvacomfourteen .job-manager-form fieldset label {
    float: left;
    width: 28%;
    margin-top: 0.5em;
  }
  .silvacomfourteen .job-manager-form fieldset div.field {
    float: left;
    width: 72%;
  }
}
.silvacomfourteen .job-manager-error.job-manager-message:before,
.silvacomfourteen .job-manager-info.job-manager-message:before,
.silvacomfourteen .job-manager-message.job-manager-message:before,
.silvacomfourteen .job-manager-error:after,
.silvacomfourteen .job-manager-info:after,
.silvacomfourteen .job-manager-message:after,
.silvacomfourteen .job-manager-error.job-manager-error:before,
.silvacomfourteen .job-manager-info.job-manager-error:before,
.silvacomfourteen .job-manager-message.job-manager-error:before {
  display: none;
  content: "";
  background: none;
  box-shadow: none;
}
.silvacomfourteen .job-manager-error.job-manager-message,
.silvacomfourteen .job-manager-info.job-manager-message,
.silvacomfourteen .job-manager-message.job-manager-message,
.silvacomfourteen .job-manager-error.job-manager-error,
.silvacomfourteen .job-manager-info.job-manager-error,
.silvacomfourteen .job-manager-message.job-manager-error,
.silvacomfourteen .job-manager-error.job-manager-message {
  border-top: none;
  box-shadow: none;
  color: #ffffff;
  background: #1bbc9b;
  padding: 1em;
}
.silvacomfourteen .job-manager-error.job-manager-error,
.silvacomfourteen .job-manager-info.job-manager-error,
.silvacomfourteen .job-manager-message.job-manager-error,
.silvacomfourteen .job-manager-error.job-manager-message {
  background: #e77e23;
}
.silvacomfourteen .rp4wp-related-job_listing > ul li.job_listing.job_position_featured a,
.silvacomfourteen .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured a,
.silvacomfourteen ul.job_listings li.job_listing.job_position_featured a,
.silvacomfourteen ul.job_listings li.no_job_listings_found.job_position_featured a {
  background: #ffffff;
}
.silvacomfourteen .rp4wp-related-job_listing > ul li.job_listing.job_position_featured a:focus,
.silvacomfourteen .rp4wp-related-job_listing > ul li.job_listing.job_position_featured a:hover,
.silvacomfourteen .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured a:focus,
.silvacomfourteen .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured a:hover,
.silvacomfourteen ul.job_listings li.job_listing.job_position_featured a:focus,
.silvacomfourteen ul.job_listings li.job_listing.job_position_featured a:hover,
.silvacomfourteen ul.job_listings li.no_job_listings_found.job_position_featured a:focus,
.silvacomfourteen ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
  background: rgba(27, 188, 155, 0.1);
}
.silvacomfourteen ul.job_listings li.job_listing.job_position_featured a:active {
  background: rgba(27, 188, 155, 0.2);
}
.silvacomfourteen .job_position_featured .positionColumn h3:before {
  font-family: 'FontAwesome';
  content: "\f005";
  margin-right: 0.5em;
  display: inline-block;
}
.post-password-required .entry-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 1em;
  max-width: 1024px;
  margin: auto;
}
.post-password-required input[type="submit"] {
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  cursor: pointer;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding: 0.25em 1.25em;
  background: #2980b9;
}
.post-password-required input[type="submit"]:hover {
  background: #3498db;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.overlay > img {
  float: left;
}
.overlayPadding {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.75em 2em;
}
#fms {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-image: url('/images/software/fms.png');
}
#customApps {
  background-image: url('/images/software/custom.png');
}
#environmentalMonitoring {
  background-image: url('/images/consulting/environment/monitoring_programs.png');
}
#reclamationPlanning {
  background-image: url('/images/consulting/environment/reclamation_planning_sapling.png');
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#forestInventory {
  background-image: url('/images/consulting/forest/forest_inventories.png');
}
#tda {
  background-image: url('/images/consulting/forest/tda.png');
}
#fieldSurveys {
  background-image: url('/images/consulting/forest/field_surveys.png');
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#resourceAnalysis {
  background-image: url('/images/consulting/forest/resource_analysis.png');
}
#forestManagementPlanning {
  background-image: url('/images/consulting/forest/fmp.png');
}
#ecosystemServices {
  background-image: url('/images/consulting/green/ecosystem_services.png');
}
#carbonAccounting {
  background-image: url('/images/consulting/green/carbon.png');
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#biomassData {
  background-image: url('/images/consulting/green/biomass.png');
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}
#communicationDesign {
  background-image: url('/images/consulting/comm/communication_design.png');
}
#animationsVisualizations {
  background-image: url('/images/consulting/comm/visualizations.png');
}
#dataServices {
  background-image: url('/images/consulting/gis/data_services.png');
}
#imageAnalysis {
  background-image: url('/images/consulting/gis/image_analysis.png');
}
#mapping {
  background-image: url('/images/consulting/gis/mapping.png');
}
#spatialAnalysis {
  background-image: url('/images/consulting/gis/spatial_analysis.png');
}
#valtusViews {
  background-image: url('/images/consulting/gis/valtus.png');
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#esriPartner {
  background-image: url('/images/logos/esri_white.png');
  padding-left: 13em;
}
#northWestGroup {
  background-image: url('/images/logos/northwestgroup_white.png');
  padding-left: 13em;
}
@media only screen and (max-width: 767px) {
  #esriPartner {
    padding-left: 0;
    padding-top: 4em !important;
    background-position: top center;
  }
  #northWestGroup {
    padding-left: 0;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
  margin-top: 1em;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel {
  position: relative;
  line-height: 1;
}
.carousel-control {
  position: absolute;
  top: 50%;
  font-size: 2em;
  margin-top: -2em;
  background: #5f6467;
  color: #ffffff;
  text-align: center;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.carousel-control:hover {
  opacity: 1;
}
.carousel-control.left {
  left: 0.5em;
}
.carousel-control.right {
  right: 0.5em;
}
.carousel-indicators {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.carousel-indicators.iconListHorizontal.threeWide > li {
  width: 33%;
  min-width: 10em;
}
.carousel-indicators > li {
  cursor: pointer;
  display: inline-block;
}
.carousel-indicators > li {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
}
.socialCarousel .carousel-inner .bracketted > ul,
.socialCarousel .carousel-inner .bracketted > ol {
  line-height: 1.5em;
  font-size: 1.25em;
}
.valueCarousel .carousel-indicators {
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.valueCarousel .carousel-indicators > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em 1em;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  line-height: 1.25em;
}
.valueCarousel .carousel-indicators > li > img {
  display: block;
  margin: 0 auto 0.75em;
  border-style: solid;
  border-thickness: 0.25em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  padding: 0.5em;
}
.socialCarousel .carousel-indicators {
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-bottom: 1em;
}
.socialCarousel .carousel-indicators > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 20%;
  padding: 0.5em;
  margin: 0 auto;
  display: block;
  float: left;
  min-width: 7em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.socialCarousel .carousel-indicators > li > img {
  padding: 1em;
  display: block;
  margin: 0 auto 1em;
  border-style: solid;
  border-thickness: 0.25em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
}
.socialCarousel .carousel-indicators {
  width: auto;
  display: block;
}
.carousel-indicators > li > img {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner .item {
  text-align: center;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-caption {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  color: #ffffff;
  background: #5f6467;
  text-transform: uppercase;
  padding: 1em;
  text-align: center;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.sliderRight,
.sliderLeft {
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}
.sliderRight {
  background: #e7e8e9;
  position: relative;
}
.carousel .wrapper {
  max-width: 512px;
  max-height: 500px;
  height: 100%;
  width: 100%;
}
.bracketted {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.25em 0.75em 0;
  width: auto;
  display: table-cell;
  text-align: left;
}
.bracketWrapper {
  padding: 0.5em 0 1em;
  margin: 0 1em;
}
.bracketWrapper:before,
.bracketWrapper:after {
  width: 1em;
  display: table-cell;
  margin: 0;
  height: auto;
  border-color: #1bbc9b;
  border-style: solid;
  content: "";
}
.bracketWrapper:before {
  border-width: 0.5em 0 0.5em 0.5em;
}
.bracketWrapper:after {
  border-width: 0.5em 0.5em 0.5em 0;
}
.block.fmsCarousel {
  padding-top: 0.5em;
}
.fmsCarousel .bracketWrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.fmsCarousel .supportImage {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
.fmsCarousel h6 {
  color: #ffffff;
  font-size: 1.5em;
  padding-top: 0.375em;
  display: inline-block;
}
.fmsCarouselWrapper {
  position: relative;
}
.fmsCarousel .carouselControls {
  overflow: hidden;
  margin-top: -5.5em;
  position: absolute;
  width: 100%;
  height: 10em;
  top: 50%;
}
.fmsCarousel .carouselControls .left,
.fmsCarousel .carouselControls .right {
  top: 0;
  font-size: 1.5em;
  margin-top: 0;
  padding: 2.75em 0.125em;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.fmsCarousel .carousel-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background: rgba(95, 100, 103, 0.5);
}
.fmsCarousel .carousel-control:hover {
  background: #5f6467;
}
.fmsCarousel .carouselControls .left {
  -webkit-border-top-right-radius: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  -moz-border-radius-topright: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  left: 0;
}
.fmsCarousel .carouselControls .right {
  -webkit-border-top-left-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  -moz-border-radius-topleft: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: right;
  right: 0;
}
.commDesign > li > img {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  border-style: solid;
  border-width: 0.25em;
}
.commDesign > .one > img {
  border-color: #efc40f;
  background-color: #efc40f;
}
.commDesign > .two > img {
  border-color: #8f44ac;
  background-color: #8f44ac;
}
.commDesign > .three > img {
  border-color: #c1392b;
  background-color: #c1392b;
}
.commDesign > .four > img {
  border-color: #3597dc;
  background-color: #3597dc;
}
.commDesign > .five > img {
  border-color: #34485e;
  background-color: #34485e;
}
.commDesign > .six > img {
  border-color: #1dac96;
  background-color: #1dac96;
}
.commDesign > .seven > img {
  border-color: #2ecc70;
  background-color: #2ecc70;
}
.commDesign > .eight > img {
  border-color: #e84b3c;
  background-color: #e84b3c;
}
.commDesign > .nine > img {
  border-color: #e77d22;
  background-color: #e77d22;
}
#carousel .commDesign > .one:hover > img {
  background-color: rgba(239, 196, 15, 0.5);
}
#carousel .commDesign > .two:hover > img {
  background-color: rgba(143, 68, 172, 0.5);
}
#carousel .commDesign > .three:hover > img {
  background-color: rgba(193, 57, 43, 0.5);
}
#carousel .commDesign > .four:hover > img {
  background-color: rgba(53, 151, 220, 0.5);
}
#carousel .commDesign > .five:hover > img {
  background-color: rgba(52, 72, 94, 0.5);
}
#carousel .commDesign > .six:hover > img {
  background-color: rgba(29, 172, 150, 0.5);
}
#carousel .commDesign > .seven:hover > img {
  background-color: rgba(46, 204, 112, 0.5);
}
#carousel .commDesign > .eight:hover > img {
  background-color: rgba(232, 75, 60, 0.5);
}
#carousel .commDesign > .nine:hover > img {
  background-color: rgba(231, 125, 34, 0.5);
}
#carousel .commDesign > .one.active > img {
  background-color: #efc40f;
}
#carousel .commDesign > .two.active > img {
  background-color: #8f44ac;
}
#carousel .commDesign > .three.active > img {
  background-color: #c1392b;
}
#carousel .commDesign > .four.active > img {
  background-color: #3597dc;
}
#carousel .commDesign > .five.active > img {
  background-color: #34485e;
}
#carousel .commDesign > .six.active > img {
  background-color: #1dac96;
}
#carousel .commDesign > .seven.active > img {
  background-color: #2ecc70;
}
#carousel .commDesign > .eight.active > img {
  background-color: #e84b3c;
}
#carousel .commDesign > .nine.active > img {
  background-color: #e77d22;
}
.fmsApps {
  margin-bottom: 1em;
}
.fmsApps > li {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.fmsApps > li > img {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  border-style: solid;
  border-width: 0.25em;
  margin-left: -0.25em;
}
.fmsApps > .one > img {
  border-color: #efc40f;
}
.fmsApps > .two > img {
  border-color: #2ecc70;
}
.fmsApps > .three > img {
  border-color: #e84b3c;
}
.fmsApps > .four > img {
  border-color: #0f5f50;
}
.fmsApps > .five > img {
  border-color: #1f8849;
}
.fmsApps > .six > img {
  border-color: #9c58b8;
}
.fmsApps > .seven > img {
  border-color: #95a6a6;
}
.fmsApps > .eight > img {
  border-color: #71aa88;
}
.fmsApps > .one:hover {
  color: #efc40f;
}
.fmsApps > .two:hover {
  color: #2ecc70;
}
.fmsApps > .three:hover {
  color: #e84b3c;
}
.fmsApps > .four:hover {
  color: #0f5f50;
}
.fmsApps > .five:hover {
  color: #1f8849;
}
.fmsApps > .six:hover {
  color: #9c58b8;
}
.fmsApps > .seven:hover {
  color: #95a6a6;
}
.fmsApps > .eight:hover {
  color: #71aa88;
}
.fmsApps > .one.active > img {
  background-color: rgba(239, 196, 15, 0.25);
}
.fmsApps > .two.active > img {
  background-color: rgba(46, 204, 112, 0.25);
}
.fmsApps > .three.active > img {
  background-color: rgba(232, 75, 60, 0.25);
}
.fmsApps > .four.active > img {
  background-color: rgba(15, 95, 80, 0.25);
}
.fmsApps > .five.active > img {
  background-color: rgba(31, 136, 73, 0.25);
}
.fmsApps > .six.active > img {
  background-color: rgba(156, 88, 184, 0.25);
}
.fmsApps > .seven.active > img {
  background-color: rgba(149, 166, 166, 0.25);
}
.fmsApps > .eight.active > img {
  background-color: rgba(113, 170, 136, 0.25);
}
a.carousel-control {
  color: #ffffff;
}
a.carousel-control:hover {
  color: #ffffff;
}
.careersCarousel .sliderRight,
.careersCarousel .sliderLeft {
  vertical-align: top;
}
.careersCarousel .sliderRight {
  background: none;
}
.careersCarousel .carousel-indicators > li > img {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  border-style: solid;
  border-width: 0.25em;
}
.careersCarousel .carousel-indicators > .one > img {
  border-color: #8f44ac;
}
.careersCarousel .carousel-indicators > .two > img {
  border-color: #e84b3c;
}
.careersCarousel .carousel-indicators > .three > img {
  border-color: #1dac96;
}
.careersCarousel .carousel-indicators > .four > img {
  border-color: #efc40f;
}
.careersCarousel .carousel-indicators > .five > img {
  border-color: #3597dc;
}
.careersCarousel .carousel-indicators > .six > img {
  border-color: #e77d22;
}
.careersCarousel .carousel-indicators > .one:hover > img {
  background-color: rgba(143, 68, 172, 0.5);
}
.careersCarousel .carousel-indicators > .two:hover > img {
  background-color: rgba(232, 75, 60, 0.5);
}
.careersCarousel .carousel-indicators > .three:hover > img {
  background-color: rgba(29, 172, 150, 0.5);
}
.careersCarousel .carousel-indicators > .four:hover > img {
  background-color: rgba(239, 196, 15, 0.5);
}
.careersCarousel .carousel-indicators > .five:hover > img {
  background-color: rgba(53, 151, 220, 0.5);
}
.careersCarousel .carousel-indicators > .six:hover > img {
  background-color: rgba(231, 125, 34, 0.5);
}
.careersCarousel .carousel-indicators > .one.active > img {
  background-color: #8f44ac;
}
.careersCarousel .carousel-indicators > .two.active > img {
  background-color: #e84b3c;
}
.careersCarousel .carousel-indicators > .three.active > img {
  background-color: #1dac96;
}
.careersCarousel .carousel-indicators > .four.active > img {
  background-color: #efc40f;
}
.careersCarousel .carousel-indicators > .five.active > img {
  background-color: #3597dc;
}
.careersCarousel .carousel-indicators > .six.active > img {
  background-color: #e77d22;
}
.aboutCarousel .iconListHorizontal.fourWide > li {
  min-width: auto;
}
.aboutCarousel .aboutLeft img,
.aboutCarousel .carousel-indicators > li > img {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  border-style: solid;
  border-width: 0.25em;
}
.aboutCarousel h3 {
  margin-top: 1em;
  text-align: right;
}
.aboutCarousel .carousel-indicators {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.aboutCarousel .carousel-indicators > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0.5em;
  float: left;
  width: 25%;
  text-align: center;
}
.aboutCarousel .aboutLeft,
.aboutCarousel .aboutRight {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.25em;
  line-height: 1.5em;
}
.aboutCarousel .aboutLeft {
  min-width: 6em;
  width: 6em;
}
.aboutCarousel .aboutLeft.one > img {
  border-color: #8f44ac;
  background-color: #8f44ac;
}
.aboutCarousel .aboutLeft.two > img {
  border-color: #e84b3c;
  background-color: #e84b3c;
}
.aboutCarousel .aboutLeft.three > img {
  border-color: #e77d22;
  background-color: #e77d22;
}
.aboutCarousel .aboutLeft.four > img {
  border-color: #1dac96;
  background-color: #1dac96;
}
.aboutCarousel .carousel-indicators > .one > img {
  border-color: #8f44ac;
}
.aboutCarousel .carousel-indicators > .two > img {
  border-color: #e84b3c;
}
.aboutCarousel .carousel-indicators > .three > img {
  border-color: #e77d22;
}
.aboutCarousel .carousel-indicators > .four > img {
  border-color: #1dac96;
}
.aboutCarousel .carousel-indicators > .one:hover > img {
  background-color: rgba(143, 68, 172, 0.5);
}
.aboutCarousel .carousel-indicators > .two:hover > img {
  background-color: rgba(232, 75, 60, 0.5);
}
.aboutCarousel .carousel-indicators > .three:hover > img {
  background-color: rgba(231, 125, 34, 0.5);
}
.aboutCarousel .carousel-indicators > .four:hover > img {
  background-color: rgba(29, 172, 150, 0.5);
}
.aboutCarousel .carousel-indicators > .one.active > img {
  background-color: #8f44ac;
}
.aboutCarousel .carousel-indicators > .two.active > img {
  background-color: #e84b3c;
}
.aboutCarousel .carousel-indicators > .three.active > img {
  background-color: #e77d22;
}
.aboutCarousel .carousel-indicators > .four.active > img {
  background-color: #1dac96;
}
.socialCarousel .carousel-indicators > .one > img {
  border-color: #efc40f;
}
.socialCarousel .carousel-indicators > .two > img {
  border-color: #1dac96;
}
.socialCarousel .carousel-indicators > .three > img {
  border-color: #8f44ac;
}
.socialCarousel .carousel-indicators > .four > img {
  border-color: #e84b3c;
}
.socialCarousel .carousel-indicators > .five > img {
  border-color: #3597dc;
}
.socialCarousel .carousel-indicators > .one:hover > img {
  background-color: rgba(239, 196, 15, 0.5);
}
.socialCarousel .carousel-indicators > .two:hover > img {
  background-color: rgba(29, 172, 150, 0.5);
}
.socialCarousel .carousel-indicators > .three:hover > img {
  background-color: rgba(143, 68, 172, 0.5);
}
.socialCarousel .carousel-indicators > .four:hover > img {
  background-color: rgba(232, 75, 60, 0.5);
}
.socialCarousel .carousel-indicators > .five:hover > img {
  background-color: rgba(53, 151, 220, 0.5);
}
.socialCarousel .carousel-indicators > .one.active > img {
  background-color: #efc40f;
}
.socialCarousel .carousel-indicators > .two.active > img {
  background-color: #1dac96;
}
.socialCarousel .carousel-indicators > .three.active > img {
  background-color: #8f44ac;
}
.socialCarousel .carousel-indicators > .four.active > img {
  background-color: #e84b3c;
}
.socialCarousel .carousel-indicators > .five.active > img {
  background-color: #3597dc;
}
.valueCarousel .carousel-indicators > .one > img {
  border-color: #e84b3c;
}
.valueCarousel .carousel-indicators > .two > img {
  border-color: #1dac96;
}
.valueCarousel .carousel-indicators > .three > img {
  border-color: #8f44ac;
}
.valueCarousel .carousel-indicators > .four > img {
  border-color: #efc40f;
}
.valueCarousel .carousel-indicators > .one:hover > img {
  background-color: rgba(232, 75, 60, 0.5);
}
.valueCarousel .carousel-indicators > .two:hover > img {
  background-color: rgba(29, 172, 150, 0.5);
}
.valueCarousel .carousel-indicators > .three:hover > img {
  background-color: rgba(143, 68, 172, 0.5);
}
.valueCarousel .carousel-indicators > .four:hover > img {
  background-color: rgba(239, 196, 15, 0.5);
}
.valueCarousel .carousel-indicators > .one.active > img {
  background-color: #e84b3c;
}
.valueCarousel .carousel-indicators > .two.active > img {
  background-color: #1dac96;
}
.valueCarousel .carousel-indicators > .three.active > img {
  background-color: #8f44ac;
}
.valueCarousel .carousel-indicators > .four.active > img {
  background-color: #efc40f;
}
@media only screen and (max-width: 767px) {
  .aboutCarousel h3 {
    margin-top: 0;
    text-align: center;
  }
  .socialCarousel .carousel-indicators > li > img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .valueCarousel .carousel-indicators > li {
    width: 50%;
  }
  .socialCarousel .carousel-indicators > li {
    width: auto;
    padding: 0.25em 0;
    min-width: none;
  }
  .socialCarousel .carousel-indicators > li > img {
    width: 25px;
    height: 25px;
  }
  .socialCarousel .carousel-indicators > li > span {
    display: none;
  }
}
.share {
  background: #148f77;
  color: #ffffff;
  text-align: center;
}
.share h4 {
  font-weight: normal;
  letter-spacing: 0.125rem;
  font-size: 137.5%;
  margin: 0;
}
.share .socialMediaShare > li {
  margin: 0.5em 0.3125em 0;
  width: auto;
}
.share .socialMediaShare > li > a {
  width: auto;
}
.share .socialMediaShare {
  margin: 0.5em 0 0;
  text-align: center;
}
.share .socialMediaShare > li > a > .fa {
  display: block;
  float: left;
  width: 1em;
  text-align: center;
}
.share .socialMediaShare > li > a > label {
  display: block;
  float: left;
  margin: 0.3em 0.4em 0 1.0em;
  text-transform: uppercase;
  font-size: 62.5%;
  pointer-events: none;
}
.socialMediaShare {
  margin: 0;
  list-style: none;
  padding: 0;
}
.jobView .socialMediaShare {
  font-size: 100%;
  line-height: 100%;
}
.socialMediaShare > li {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin: 0 0.1875em;
}
.socialMediaShare > li:first-of-type {
  margin-left: 0;
}
.socialMediaShare > li:last-of-type {
  margin-right: 0;
}
.socialMediaShare > li > a {
  transition: background-color 300ms ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
  height: 2em;
  width: 2em;
  margin: 0;
  color: #ffffff;
  text-align: center;
  display: block;
  overflow: hidden;
}
.socialMediaShare > li > a:hover,
.socialMediaShare > li > a:active {
  color: #ffffff;
}
.socialShareThis {
  float: left;
  display: block;
  margin: 0.625rem 0.625rem 0.375rem 0;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 1px;
  color: #3f4447;
}
.shareGooglePlus {
  background-color: #dd4b38;
}
.shareTwitter {
  background-color: #00acee;
}
.shareEmail {
  background-color: #f39c12;
}
.shareLinkedIn {
  background-color: #0077b5;
}
.shareFacebook {
  background-color: #3a5795;
}
.shareGooglePlus:hover,
.shareGooglePlus:active {
  background-color: #e15f4e;
}
.shareTwitter:hover,
.shareTwitter:active {
  background-color: #09bbff;
}
.shareEmail:hover,
.shareEmail:active {
  background-color: #f4a62a;
}
.shareLinkedIn:hover,
.shareLinkedIn:active {
  background-color: #0088cf;
}
.shareFacebook:hover,
.shareFacebook:active {
  background-color: #4162a7;
}
.single .socialMediaShare {
  margin: 1.5em 0 0.5em;
}
.blogTextColumn .entry-meta {
  font-size: 0.875em;
}
.blogTextColumn .entry-title {
  margin-bottom: 0.125em;
  font-size: 2em;
  font-weight: normal;
}
.blogTextColumn .entry-title a {
  text-transform: none;
  color: #3498db;
  text-decoration: none;
}
.blogTextColumn .entry-title a:hover {
  color: #2980b9;
}
.readMore > a {
  text-decoration: none;
  color: #3498db;
}
.readMore > a:hover {
  color: #226daf;
}
.authorData a {
  text-decoration: none;
  color: #3f4447;
}
.authorData a:hover {
  color: #3498db;
}
.authorData a h6 {
  font-weight: normal;
  text-transform: none;
  color: #3498db;
  margin: 0.25em 0;
}
/* AUTHOR LISTING */
.authorListing .blogImageColumn {
  width: 20%;
}
.authorListing .blogTextColumn {
  width: 80%;
}
.authorListing .authorData {
  float: right;
}
.post a {
  color: #3498db;
}
.post a:hover {
  color: #226daf;
}
#nav-above {
  overflow: hidden;
  padding-bottom: 0;
}
#nav-above .nav-previous {
  float: right;
}
#nav-above .nav-next {
  float: left;
}
#nav-above a,
#nav-below a {
  color: #004b7c;
  text-decoration: none;
}
#nav-above a:hover,
#nav-below a:hover {
  color: #2980b9;
}
.blogRoll {
  margin-bottom: 1em;
}
.archiveListing .readMore,
.searchResults .readMore,
.authorListing .readMore,
.blogRoll .readMore {
  display: block;
}
.blogRoll .blogPost > .post {
  overflow: hidden;
  padding-bottom: 2em;
  border-bottom: 1px solid #3498db;
}
.blogRoll .blogPost > .post img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.blogRoll .blogPost > .post .authorData {
  float: right;
  padding: 0 0 0.5em 2em;
}
.blogRoll .blogPost > .post .authorData .authorField {
  display: block;
  font-size: 0.875em;
}
.blogRoll .blogPost > .post .authorData img {
  margin: 0;
}
.blogRoll .blogPost > .post .postTimeStamp {
  background: #226daf;
  color: #ffffff;
  text-align: center;
  font-size: 0.875em;
  padding: 0.5em 0.125em;
}
.blogRoll .blogPost > .post > .blogImageColumn {
  float: left;
  width: 22%;
  margin-top: 0.4375em;
}
.blogRoll .blogPost > .post > .blogTextColumn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 78%;
  padding-left: 2em;
}
.blogRoll .blogPost > .post > .blogTextColumn p {
  font-size: 1.125em;
}
.searchResult,
.authorListing,
.archiveListing {
  overflow: hidden;
}
.searchResult .currentPage,
.authorListing .currentPage,
.archiveListing .currentPage {
  text-transform: uppercase;
}
.searchResult .post,
.searchResult .page,
.authorListing .post,
.archiveListing .post {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #3498db;
  overflow: hidden;
}
.searchResult .archive,
.authorListing .archive,
.archiveListing .archive {
  margin-top: 4.75em;
}
.searchResult .blogImageColumn,
.authorListing .blogImageColumn,
.archiveListing .blogImageColumn {
  width: 25%;
  float: left;
  margin-top: 0.4375em;
}
.searchResult .blogImageColumn > img,
.authorListing .blogImageColumn > img,
.archiveListing .blogImageColumn > img {
  display: block;
  margin: 0 auto;
}
.searchResult .blogImageColumn > .postTimeStamp,
.authorListing .blogImageColumn > .postTimeStamp,
.archiveListing .blogImageColumn > .postTimeStamp {
  background: #2980b9;
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
}
.searchResult .blogTextColumn,
.authorListing .blogTextColumn,
.archiveListing .blogTextColumn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 16px 0 24px;
  width: 75%;
  float: left;
}
.searchResult .authorData,
.archiveListing .authorData {
  display: none;
}
.searchResult .type-page .blogImageColumn,
.searchResult .type-page .blogTextColumn .entry-meta {
  display: none;
}
.searchResult .type-page .blogTextColumn {
  width: auto;
}
.searchResult .type-page .blogTextColumn .entry-summary {
  line-height: 1.5em;
  font-size: 1.25em;
}
.searchResult .readMore {
  margin-top: 1em;
  display: block;
}
.archive .navigation,
.blog .navigation {
  padding-bottom: 1.75em;
  overflow: hidden;
}
.archive .navigation > .nav-previous,
.blog .navigation > .nav-previous {
  float: right;
}
.archive .navigation > .nav-next,
.blog .navigation > .nav-next {
  float: left;
}
.singlePost {
  margin: 1em 0;
}
.single .archive {
  margin-top: 1em;
}
.singlePost .entry-content .wp-post-image {
  margin: 1.5em 0 1em;
}
.singlePost .blogImageColumn {
  display: none;
}
.singlePost .blogTextColumn {
  overflow: hidden;
  position: relative;
}
.singlePost .authorData {
  float: left;
  width: 22%;
}
.singlePost .entry-title,
.singlePost .entry-meta,
.singlePost .entry-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 22%;
  width: 78%;
  padding: 0 16px 0 24px;
}
.single .share {
  background: #1f4365;
}
@media only screen and (max-width: 767px) {
  .singlePost .authorData {
    float: none;
    display: block;
    padding: 0 0 1.5em;
    width: auto;
  }
  .singlePost .entry-title,
  .singlePost .entry-meta,
  .singlePost .entry-content {
    padding: 0;
    width: auto;
    margin: 0;
  }
}
#container .archive {
  text-align: right;
}
#container .archive h4 {
  font-size: 1.5em;
  font-weight: normal;
  color: #3f4447;
  border-bottom: 1px solid #3498db;
  margin-bottom: 0.125em;
}
#container .archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#container .archive ul > li > a {
  color: #3f4447;
  text-decoration: none;
  display: block;
  padding: 0.25em;
}
#container .archive ul > li > a:hover {
  color: #2980b9;
}
#sidebar h3.widget-title {
  font-size: 1.5em;
  font-weight: normal;
  color: #3f4447;
  border-bottom: 1px solid #3498db;
  margin-bottom: 0.125em;
}
#sidebar .widget-container ul {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #container .archive {
    text-align: left;
    padding-top: 0.75em;
    padding-bottom: 1.5em;
    background-color: #2980b9;
    color: #ffffff;
  }
  #container .archive h4 {
    color: #ffffff;
  }
  #container .archive ul > li > a {
    transition: color 300ms ease-out;
    color: #ffffff;
  }
  #container .archive ul > li > a:hover,
  #container .archive ul > li > a:active {
    color: #6dbdf3;
  }
}
.block a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.gold {
  background-color: #eba908;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e48d00 0%, #f1c40f 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e48d00), color-stop(50%, #f1c40f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #e48d00 0%, #f1c40f 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #e48d00 0%, #f1c40f 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #e48d00 0%, #f1c40f 50%);
  /* IE10+ */
  background: linear-gradient(45deg, #e48d00 0%, #f1c40f 50%);
  /* W3C */
}
.grey {
  background-color: #979fa1;
  /* Old browsers */
  background: -moz-linear-gradient(315deg, #687477 0%, #c5cacb 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #687477), color-stop(50%, #c5cacb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(315deg, #687477 0%, #c5cacb 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(315deg, #687477 0%, #c5cacb 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(315deg, #687477 0%, #c5cacb 50%);
  /* IE10+ */
  background: linear-gradient(315deg, #687477 0%, #c5cacb 50%);
  /* W3C */
  color: #ffffff;
}
.orange {
  color: #ffffff;
  background: #e77e23;
}
.lightBlue {
  color: #ffffff;
  background: #409cdd;
}
.blue {
  background-color: #2376d0;
  /* Old browsers */
  background: -moz-linear-gradient(225deg, #3598db 25%, #1054c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(25%, #3598db), color-stop(100%, #1054c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(225deg, #3598db 25%, #1054c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(225deg, #3598db 25%, #1054c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(225deg, #3598db 25%, #1054c5 100%);
  /* IE10+ */
  background: linear-gradient(225deg, #3598db 25%, #1054c5 100%);
  /* W3C */
  color: #ffffff;
}
.blue a,
.blue .readMore {
  color: #f1c40f;
}
.blue a:hover,
.blue .readMore:hover {
  color: #e77e23;
}
.teal a {
  color: #ffffff;
}
.teal a:hover {
  color: #0d6554;
}
.purple {
  background-color: #79379f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #551585 25%, #9c59b8 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(25%, #551585), color-stop(75%, #9c59b8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #551585 25%, #9c59b8 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #551585 25%, #9c59b8 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #551585 25%, #9c59b8 75%);
  /* IE10+ */
  background: linear-gradient(45deg, #551585 25%, #9c59b8 75%);
  /* W3C */
  color: #ffffff;
}
.white {
  background: #ffffff;
  color: #3f4447;
}
.white.lines {
  background: url('/images/blue_lines.png') no-repeat bottom right #ffffff;
}
.white h2,
.white h3,
.white h4 {
  color: #409cdd;
}
.white a {
  color: #2980b9;
}
.white a:hover {
  color: #e77e23;
}
.white .overlay {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  color: #ffffff;
}
.teal {
  background: #1bbc9b;
  color: #ffffff;
}
.teal .dark {
  background: #16a086;
}
.row.topDivider {
  border-top: 1px solid #2980b9;
  padding-top: 2em;
  margin-top: 2em;
}
.topDivider > .row:first-child {
  border-top: 1px solid #2980b9;
  margin-top: -1.75em;
  padding-top: 2em;
}
#wrapper {
  margin: auto;
  max-width: 1140px;
  box-shadow: 0 0.125em 0.75em rgba(0, 0, 0, 0.25);
}
#wrapper > header a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
#wrapper > header .menu a {
  color: #ffffff;
}
#wrapper > header .menu a:hover {
  color: #6dbdf3;
}
#wrapper > header .menu a:active {
  color: #6dbdf3;
}
#wrapper > header .eyebrowMenu .menu a {
  color: #004b7c;
}
#wrapper > header .eyebrowMenu .menu a:hover,
#wrapper > header .eyebrowMenu .menu a:active {
  color: #2980b9;
  background: none;
}
.eyebrow {
  padding: 0;
  overflow: hidden;
  max-width: 1024px;
  margin: auto;
}
#site-title {
  float: left;
  padding: 0.75em 0 0;
  margin-left: 1em;
}
.eyebrowMenu {
  text-align: right;
  padding: 1em;
}
.eyebrowMenu .menu-eyebrow-navigation-container {
  display: inline-block;
  padding-top: 0.5em;
}
.eyebrowMenu .menu {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0.5em 0 0;
  display: inline-block;
}
.eyebrowMenu .menu > li {
  display: inline;
  display: inline-block;
  padding: 0;
}
.eyebrowMenu .menu > li > a {
  display: inline-block;
  padding: 0.25em 0.75em 0.25em 0;
}
.eyebrowMenu .menu > li:before {
  padding-right: 1em;
  content: "|";
}
.eyebrowMenu .menu > li:first-child:before,
.eyebrowMenu .menu > li:last-child:before {
  padding-right: 0;
  content: "";
  display: none;
}
.eyebrowMenu .menu > li:last-child {
  background: #e77e23;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
#wrapper .eyebrowMenu .menu > li:last-child a {
  color: #ffffff;
  padding-right: 0.75em;
  padding-left: 0.75em;
}
.home .eyebrowMenu .menu > li:last-child:hover {
  background: #d25400;
}
#search {
  display: inline-block;
  float: right;
  padding-top: 0.5em;
  padding-left: 0.75em;
}
#search-inputs {
  overflow: hidden;
}
#search-inputs > input {
  display: block;
  float: left;
  background: #ffffff;
  border: 1px solid #2980b9;
  padding: 3px;
  height: 19px;
}
#search-inputs > .searchLink {
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  display: block;
  float: left;
  background: #2980b9;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 3px 4px 4px;
  color: #ffffff;
}
#search-inputs > .searchLink:hover {
  background: #3498db;
  color: #ffffff;
}
.primaryNav {
  background: #004b7c;
}
.primaryNav a {
  color: #ffffff;
}
#menu-primary-navigation {
  margin: 0;
  margin-left: -1em;
  margin-right: -1em;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
#menu-primary-navigation > li {
  display: inline-block;
}
#menu-primary-navigation > li > a {
  display: inline-block;
  padding: 0.5em 1em;
}
.topStrip {
  background: #2980b9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2980b9 50%, #c1392b 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2980b9), color-stop(50%, #c1392b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2980b9 50%, #c1392b 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2980b9 50%, #c1392b 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2980b9 50%, #c1392b 50%);
  /* IE10+ */
  background: linear-gradient(to right, #2980b9 50%, #c1392b 50%);
  /* W3C */
  width: 100%;
  height: 0.25em;
}
.topStripInterior {
  background: #2980b9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2980b9 25%, #16a086 25%, #16a086 50%, #e77e23 50%, #e77e23 75%, #c1392b 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2980b9), color-stop(25%, #16a086), color-stop(50%, #16a086), color-stop(50%, #e77e23), color-stop(75%, #e77e23), color-stop(75%, #c1392b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2980b9 25%, #16a086 25%, #16a086 50%, #e77e23 50%, #e77e23 75%, #c1392b 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2980b9 25%, #16a086 25%, #16a086 50%, #e77e23 50%, #e77e23 75%, #c1392b 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2980b9 25%, #16a086 25%, #16a086 50%, #e77e23 50%, #e77e23 75%, #c1392b 75%);
  /* IE10+ */
  background: linear-gradient(to right, #2980b9 25%, #16a086 25%, #16a086 50%, #e77e23 50%, #e77e23 75%, #c1392b 75%);
  /* W3C */
  height: 0.25em;
}
.menu-control {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  visibility: hidden;
  display: none;
  position: absolute;
  margin-top: 0.125em;
  padding: 0.625em;
  font-size: 1.3em;
  color: #15479a;
  cursor: pointer;
}
.menu-control:hover {
  background: #3498db;
}
.menu-control > i {
  display: block;
}
.menuActive {
  background: #004b7c;
  color: #ffffff;
}
.collapseMenu {
  display: block;
  visibility: visible;
  position: static;
}
.menu-primary-navigation-container {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .menu-control {
    margin-right: 0.77em;
  }
}
@media only screen and (max-width: 960px) {
  .home .menu {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper > header .eyebrowMenu .menu a,
  #menu-primary-navigation > li > a {
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    color: #ffffff;
    display: block;
    padding: 0.5em;
    text-align: center;
    background-color: #004b7c;
  }
  #wrapper > header .menu a:hover,
  #wrapper > header .menu a:active,
  #wrapper > header .eyebrowMenu .menu a:hover,
  #wrapper > header .eyebrowMenu .menu a:active {
    color: #ffffff;
    background-color: #2980b9;
  }
  #site-title > a {
    float: left;
    background: none;
  }
  #site-title > a:hover,
  #site-title > a:active {
    background: none;
  }
  .collapseMenu {
    display: none;
  }
  .home .eyebrowMenu .menu > li:last-child,
  .home .eyebrowMenu .menu > li:last-child:hover {
    background: none !important;
  }
  .eyebrow {
    padding-bottom: 0;
  }
  .eyebrowMenu {
    text-align: center;
    padding: 0;
    background: #004b7c;
  }
  .eyebrowMenu .menu-eyebrow-navigation-container {
    display: block;
  }
  .eyebrowMenu .menu {
    display: block;
    padding: 0;
    margin: 0;
  }
  .eyebrowMenu .menu > li,
  #menu-primary-navigation > li {
    display: block;
  }
  .menu-control {
    visibility: visible;
    display: block;
    float: right;
    position: static;
  }
  #site-title {
    float: none;
    overflow: hidden;
  }
  #search {
    display: inline-block;
    float: none;
    padding-left: 0;
  }
  .menu-control {
    float: right;
    font-size: 1.3em;
    margin-top: 0.5em;
  }
  #menu-primary-navigation > li {
    display: block;
  }
  .eyebrowMenu .menu > li:before {
    padding-right: 0;
    display: none;
    content: "";
  }
}
.breadcrumbs {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 0;
  color: #5f6467;
}
.breadcrumbs a {
  text-decoration: none;
  color: #15479a;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.breadcrumbs a:hover {
  color: #d25400;
}
.breadcrumbs a:active {
  color: #e77e23;
}
.currentPage {
  display: block;
  color: #5f6467;
  font-size: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.125em;
}
.currentPage a {
  color: #3498db;
  text-decoration: none;
}
.currentPage a:hover {
  color: #226daf;
}
#footer {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  padding-top: 0.75em;
  padding-bottom: 1em;
}
#footer .row {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.copyright {
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 0.75em;
  font-size: 0.75em;
  float: left;
  text-align: left;
}
.copyright a:link,
.copyright a:visited {
  color: #15479a;
}
.copyright a:hover {
  color: #f39c12;
}
.social {
  float: right;
  text-align: right;
  padding-right: 0;
  position: relative;
  z-index: 100;
}
.footerPages {
  text-align: center;
  position: absolute;
  margin: 0 -1em;
  padding: 0.1875em 0;
  width: 100%;
}
.footerPages .menu {
  list-style: none;
  margin: 0;
  padding: 0.25em 0 0;
}
.footerPages .menu > li {
  display: inline-block;
}
.footerPages .menu > li a {
  text-decoration: none;
  color: #1f4365;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.25em 0.75em;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.footerPages .menu > li a:hover {
  color: #3498db;
}
.socialMedia {
  list-style: none;
  margin: 0;
  padding: 0.25em 0 0;
  overflow: hidden;
}
.socialMedia > li {
  display: block;
  overflow: hidden;
  padding-left: 0.5em;
  float: left;
}
.socialMedia a {
  text-decoration: none;
}
#footer .socialMedia a {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: block;
  margin: auto;
  height: 30px;
  width: 30px;
  color: #ffffff;
  padding-top: 6px;
  text-align: center;
  font-size: 16px;
}
#footer .socialMedia .plainSocial {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: auto;
  width: auto;
  padding: 0;
}
.topSME > a > img {
  width: 25px;
  height: 30px;
}
.facebook {
  background-color: #3a5795;
}
.linkedIn {
  background-color: #0077b5;
}
.twitter {
  background-color: #00acee;
}
.googlePlus {
  background-color: #dd4b38;
}
.facebook:hover {
  background-color: #4568b2;
}
.linkedIn:hover {
  background-color: #008bd4;
}
.twitter:hover {
  background-color: #0ebcff;
}
.googlePlus:hover {
  background-color: #e16352;
}
#footer .row {
  max-width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1058px) {
  #footer .row {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 840px) {
  #footer .row {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row {
    font-size: 1em;
  }
  .copyright {
    text-align: center;
    float: none;
    padding: 0 0 0.75em;
  }
  .footerPages {
    position: static;
    width: auto;
    margin: 0;
  }
  .social {
    text-align: center;
    float: none;
    padding: 0.625em 0 0.375em;
  }
  #footer .socialMedia {
    max-width: 360px;
    margin: auto;
  }
  .socialMedia > li {
    width: 20%;
    padding-left: 0;
    text-align: center;
  }
}
a.button {
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
  text-transform: uppercase;
  background: #3498db;
  color: #ffffff;
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
a.button:hover {
  background: #4ea5e0;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.block {
  padding-top: 2em;
  padding-bottom: 1.75em;
}
.unpadded {
  padding: 0;
}
.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
  text-transform: uppercase;
}
.lines {
  background: url('/images/lines.png') no-repeat top left;
}
#container {
  position: relative;
}
h1.shadow,
h2.shadow,
h3.shadow,
h4.shadow,
h5.shadow,
h6.shadow,
p.shadow,
.shadow {
  text-shadow: 0.0625em 0.0625em 0.25em rgba(0, 0, 0, 0.75);
}
p.largeText {
  font-size: 1.75em;
}
p.medText {
  font-size: 1.375em;
}
ul.medText {
  font-size: 1.125em;
}
ul.medText > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.dividedRow {
  border-top: 1px solid #c2c2c2;
  margin-top: 2em;
  padding-top: 3em;
}
#onlineStrategy .span5 > p {
  padding: 0.6875em 0.5em;
}
.fiveColumnList,
.threeColumnList,
.fourColumnList {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fiveColumnList > li,
.fourColumnList > li,
.threeColumnList > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  float: left;
}
.fiveColumnList > li {
  width: 20%;
  padding: 1em 0.5em;
}
.fourColumnList > li {
  width: 25%;
  padding: 1em 0.25em;
}
.threeColumnList > li {
  width: 33.33333%;
  padding: 0.25em;
}
.threeColumnList > li > p,
.fiveColumnList > li > p,
.fourColumnList > li > p {
  margin: 0;
  font-size: 0.8em;
}
.iconizedHeader {
  overflow: hidden;
  display: table-row;
}
.iconizedHeader > img {
  display: table-cell;
  vertical-align: middle;
}
.iconizedHeader > h4 {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  padding-left: 1em;
}
.paddedRow {
  padding-top: 1em;
}
.readMore {
  cursor: pointer;
}
.block form {
  margin-top: 1em;
}
.iconListHorizontal {
  overflow: hidden;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0;
  text-align: center;
}
.iconListHorizontal > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
  max-width: 9em;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.iconListHorizontal.fourWide > li {
  min-width: 12em;
  width: 23.5%;
  max-width: 25%;
}
.iconListHorizontal.threeWide > li {
  min-width: 12em;
  width: 30%;
}
.iconListHorizontal.eightWide > li {
  min-width: 6em;
  width: 12%;
}
.fmsApps {
  font-size: 0.875em;
}
.twoWide {
  overflow: hidden;
}
.twoWide > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 1em;
}
.iconList.twoWide > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 15em;
  width: 42%;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 112px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 120px;
  margin-left: 3%;
  margin-right: 3%;
}
.iconListHorizontal.fiveWide > li {
  width: 19%;
  min-width: 10em;
  font-size: 0.625em;
  max-width: 20em;
}
.iconListHorizontal.fiveWide.narrow > li {
  min-width: 8em;
}
.iconListHorizontal.fiveWide > li img {
  max-width: 12em;
  width: 100%;
}
.span6 .iconListHorizontal.threeWide > li {
  font-size: 0.75em;
}
.iconListHorizontal.sixWide > li {
  min-width: 10em;
  width: 16%;
}
.iconListHorizontal > li > img {
  display: block;
  margin: 0 auto;
}
.iconListHorizontal > li > span {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1em;
  display: inline-block;
}
.iconList {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.iconList > li {
  display: table-row;
}
.iconList > li > img {
  display: table-cell;
  vertical-align: middle;
  margin: 0.5em 0;
}
.iconList > li > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.overlayIcon {
  padding-left: 7em;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center left;
}
#content {
  padding-bottom: 1px;
}
.imageSpan {
  text-align: center;
  padding-top: 1em;
}
@media only screen and (max-width: 860px) {
  .iconListHorizontal.fourWide > li {
    min-width: 12em;
    width: 48%;
    max-width: 48%;
  }
  .span6 .iconListHorizontal.fiveWide > li {
    font-size: 0.5625em;
  }
}
@media only screen and (max-width: 1000px) {
  .iconListHorizontal.sixWide > li {
    min-width: 15em;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .overlayIcon {
    padding-left: 0;
    padding-top: 6em !important;
    background-position: top center;
  }
  .overlayPadding {
    padding: 0.25em 1em;
  }
}
.overview {
  max-width: 1024px;
  margin: -2em auto 0;
  position: relative;
  z-index: 30;
  color: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}
.overview .wrapper {
  background: #16a086;
  overflow: hidden;
  margin-bottom: 2em;
}
.overview .top {
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  padding: 1.25em 0;
}
.overview .top h4 {
  font-size: 1.0em;
  margin: 0;
}
.overview img {
  margin-top: 1.25em;
}
.overview .left {
  width: 60%;
  float: left;
}
.overview .left .top {
  background: #3498db;
}
.overview .left .bottom {
  background-color: #1f64aa;
  /* Old browsers */
  background: -moz-linear-gradient(225deg, #2980b9 20%, #15479a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(20%, #2980b9), color-stop(100%, #15479a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(225deg, #2980b9 20%, #15479a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(225deg, #2980b9 20%, #15479a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(225deg, #2980b9 20%, #15479a 100%);
  /* IE10+ */
  background: linear-gradient(225deg, #2980b9 20%, #15479a 100%);
  /* W3C */
}
.overview .right {
  width: 40%;
  float: right;
}
.overview .right .top {
  background: #1bbc9b;
}
.overview .right .bottom {
  background: #16a086;
}
.overview .bottom {
  text-align: center;
  padding: 0 2em 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.overview .right .bottom {
  padding-bottom: 1em;
}
.overview .bottom p {
  font-size: 1.375em;
}
.overview .right a.button {
  background: #1bbc9b;
}
.overview .right a.button:hover {
  background: #1fd7b1;
}
.home .primaryNav {
  background: rgba(0, 75, 124, 0.8);
  z-index: 20;
  position: relative;
}
.home .homeBanner {
  overflow: hidden;
  margin-top: -2.1875em;
  position: relative;
  max-height: 30em;
}
.home .homeBanner > img {
  width: 100%;
  height: auto;
  z-index: 10;
  display: block;
  min-width: 30em;
}
.home .homeBanner .words {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  top: 0;
  width: 80%;
  position: absolute;
  z-index: 15;
}
.home .homeBanner .words > p {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 3em;
  margin: auto;
  line-height: 1.125em;
  max-width: 1024px;
  text-shadow: 0.03125em 0.0625em 0.1875em rgba(0, 0, 0, 0.7);
}
.homeBanner .words {
  text-align: left;
}
.homeBanner img {
  display: block;
  min-height: 120px;
  min-width: 370px;
}
.homeBanner .carousel-inner {
  z-index: 1;
}
.homeBanner .controls {
  z-index: 100000;
  position: absolute;
  top: 3em;
  bottom: 3em;
  width: 100%;
}
.homeBanner .carousel-control {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 0;
  height: auto;
  bottom: 0;
  top: 0;
}
.homeBanner .carousel-control > span {
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  display: block;
  width: 1em;
}
.homeBanner .carousel-control.left {
  left: 0;
  -webkit-border-top-right-radius: 0.75em;
  -webkit-border-bottom-right-radius: 0.75em;
  -moz-border-radius-topright: 0.75em;
  -moz-border-radius-bottomright: 0.75em;
  border-top-right-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.homeBanner .carousel-control.right {
  right: 0;
  -webkit-border-top-left-radius: 0.75em;
  -webkit-border-bottom-left-radius: 0.75em;
  -moz-border-radius-topleft: 0.75em;
  -moz-border-radius-bottomleft: 0.75em;
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.homeBanner .carousel-indicators {
  margin-top: -2em;
  bottom: 3em;
  width: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0.9;
}
.homeBanner .carousel-indicators > li {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: 12px;
  height: 12px;
  border: 4px solid #ffffff;
  margin-right: 0.25em;
  margin-left: 0.25em;
  background-color: #ffffff;
}
.homeBanner .carousel-indicators > li.active {
  background-color: #3498db;
}
.home .share {
  background: #153b62;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .home .homeBanner .words > p {
    padding-left: 0;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 960px) {
  .home .homeBanner {
    margin-top: -1.9375em;
  }
  .home .homeBanner .words {
    width: 100%;
  }
  .home .homeBanner .words > p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .home .primaryNav {
    background: #004b7c;
  }
  .homeBanner .controls {
    top: 0.5em;
    bottom: 0.5em;
  }
  .home .homeBanner .words {
    padding-top: 1.75em;
  }
  .home .homeBanner .words > p {
    font-size: 1.75em;
  }
  .homeBanner .carousel-indicators {
    bottom: 0.25em;
  }
  .overview {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .overview .left,
  .overview .right {
    float: none;
    width: auto;
  }
  .overview .wrapper {
    margin-bottom: 0;
  }
  .overview .top {
    padding: 0.75em 0;
  }
  .overview .right .bottom {
    padding-bottom: 1.5em;
  }
  .home .homeBanner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .home .homeBanner .words > p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 520px) {
  .home .homeBanner .words > p {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 420px) {
  .home .homeBanner .words > p {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 320px) {
  .home .homeBanner .words > p {
    font-size: 0.75em;
  }
}
.search404 #search-inputs {
  background: #16a086;
  padding: 0;
  display: inline-block;
  margin-bottom: 1em;
}
.search404 #search-inputs input {
  border: 1px solid #ffffff;
  padding: 0.375em;
}
.search404 #search-inputs a {
  padding: 0.4375em 0.4375em 0.375em;
  display: inline-block;
}
.hubPreamble {
  margin-top: -1em;
  margin-bottom: 1em;
}
.infoText {
  font-size: 0.8em;
}
.infoText > p:first-child {
  margin-top: 0;
}
.infoText > .moreText {
  display: none;
}
.infoText .readMore,
.infoText .readLess {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  display: inline-block;
  border: none;
  background: #3498db;
  cursor: pointer;
  color: #ffffff;
  padding: 1px 1em 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0.5em;
  font-size: 0.75em;
}
.infoText .readMore:hover,
.infoText .readLess:hover {
  color: #ffffff;
  background: #4ea5e0;
}
.infoText .readLess:after,
.infoText .readMore:after {
  font-family: 'FontAwesome';
  margin-left: 0.5em;
}
.infoText .readMore:after {
  content: "\f107";
}
.infoText .readLess:after {
  content: "\f106";
}
.infoText .readMore > i,
.infoText .readLess > i {
  margin-left: 0.25em;
}
.serviceHub {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.serviceHub > li {
  display: inline-block;
  vertical-align: top;
  margin: 1em 0.75em 0 0;
  padding: 0;
  max-width: 11.25em;
}
.serviceHub > li > .node {
  display: block;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  height: 7.5em;
}
.serviceHub > li > .node:hover {
  color: #3498db;
}
.serviceHub a.button {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 2em;
  height: auto;
}
.serviceHub a.button:after {
  content: "\f105";
  margin-left: 0.5em;
  font-family: 'FontAwesome';
}
.serviceHub a.button:hover {
  color: #ffffff;
}
.serviceHub > li > a > h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background-color: #1e4264;
  background-color: rgba(30, 66, 100, 0.8);
  background-image: url('/images/chevron_right.png');
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 0.8em;
  overflow: hidden;
  height: 3em;
  display: table-cell;
  padding: 0.25em 1.5em 0.25em 0.5em;
  width: 14.0625em;
  vertical-align: middle;
  top: 6.5em;
  position: relative;
  z-index: 10;
}
.serviceHub > li > h6 {
  font-size: 0.825em;
  margin-top: 0.75em;
}
.serviceHub > li > p {
  font-size: 0.825em;
}
.hubPage .share {
  background: #1f4365;
}
@media only screen and (max-width: 600px) {
  .serviceHub {
    margin-left: auto;
    margin-right: auto;
  }
}
.careersPhotoList {
  list-style: none;
  overflow: hidden;
}
.careersPhotoList > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1em 1em 0;
  width: 33.33%;
  min-width: 18.5em;
  float: left;
  text-align: center;
}
.careersPhotoList > li > img {
  display: block;
  border-bottom: 2em solid #808b8e;
  margin: 0 auto;
}
.careersPhotoList > li > div {
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  margin-top: -4.125em;
  margin-left: -1em;
  padding-left: 6.25em;
  padding-top: 2.5em;
  padding-bottom: 1.5em;
  text-align: left;
}
.careersPhotoList > li h6 {
  color: #ffffff;
}
.careersPhotoList .gameNight {
  background-image: url('/images/careers/icon_gamenight.png');
}
.careersPhotoList .baconBreakfast {
  background-image: url('/images/careers/icon_bacon.png');
}
.careersPhotoList .familyPicnic {
  background-image: url('/images/careers/icon_picnic.png');
}
.careersPhotoList .awardsNight {
  background-image: url('/images/careers/icon_awards.png');
}
.careersPhotoList .staffLunch {
  background-image: url('/images/careers/icon_lunch.png');
}
.careersPhotoList .k100Marathon {
  background-image: url('/images/careers/icon_marathon.png');
}
#readMoreButton {
  color: #409cdd;
  cursor: pointer;
}
#readMoreButton:hover {
  color: #e77e23;
}
@media only screen and (max-width: 930px) {
  .careersPhotoList > li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .careersPhotoList > li {
    text-align: center;
    min-width: 12em;
  }
  .careersPhotoList > li > div {
    background-image: none !important;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .careersPhotoList > li {
    width: 100%;
  }
}
.contact input[type=submit] {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #1bbc9b;
  border: none;
  background: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 3em;
  cursor: pointer;
}
.contact input[type=submit]:hover {
  color: #16a086;
}
.contact label {
  display: block;
  padding: 0.75em 0 0.375em;
}
.contact .dark {
  width: auto;
}
.contact .dark input[type=text],
.contact .dark input[type=tel],
.contact .dark input[type=email],
.contact .dark input[type=file],
.contact .dark textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #16a086;
  padding: 1em;
  width: 100%;
  border: none;
  color: #ffffff;
}
.contact span.wpcf7-not-valid-tip {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #c1392b;
  color: #ffffff;
  padding: 0.375rem 1rem 0.5rem;
  font-size: 75%;
}
.contact .dark textarea {
  width: 100%;
}
.contactButton {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: inline-block;
  margin: 1em auto 1.5em;
  background: #21dfb8;
  color: #ffffff;
  padding: 0.75em 2em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
}
.contactButton > i {
  margin-left: 0.5em;
}
.contactButton:hover {
  background: #44e4c3;
}
.contactPage h6 {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.contactPage p {
  margin: 0.25em 0 1.5em;
}
.contact div.wpcf7-mail-sent-ok {
  background: #16a086;
  border: none;
  margin: 2em auto;
  max-width: 790px;
  padding: 1em;
}
#aboutSections .serviceHub > li > a > h5 {
  background-color: rgba(18, 125, 104, 0.8);
}
#aboutSections .serviceHub > li > .node:hover {
  color: #44e4c3;
}
.teal a.button {
  background: #21dfb8;
}
.teal a.button:hover {
  background: #44e4c3;
}
.qualityList {
  font-size: 1.25em;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.qualityList > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  min-height: 128px;
  margin: 1em 0;
  padding-top: 2.25em;
  padding-left: 144px;
  padding-right: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
.partnerList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5em;
}
.partnerList > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 232px;
  background-repeat: no-repeat;
  background-position: center left;
}
.partnerList h5 {
  margin: 0;
  color: #226daf;
}
.socialCarousel .bracketted > h3:first-child {
  font-size: 1.5em;
  padding-top: 0.5em;
}
.pairedList {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pairedList > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 1.5em 1em 1.5em 6em;
  min-height: 4em;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 96px;
  font-size: 1.25em;
}
.isoHeader {
  background: url('/images/about/iso.png') no-repeat left center;
  padding-left: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.socialImageList {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.socialImageList > li {
  padding: 0 1%;
  width: 31%;
  float: left;
  text-align: center;
}
.socialHeader {
  overflow: hidden;
}
.socialIcon {
  float: left;
}
.socialLabel {
  float: left;
  padding-top: 1em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .pairedList > li {
    float: none;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .qualityList > li {
    float: none;
    width: 100%;
  }
}
.online label {
  color: #ffffff;
  display: block;
}
.online input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  color: #1f4365;
}
.online input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffffff;
  color: #1f4365;
  padding: 0.5em;
  margin-top: 0.5em;
  border: 0.125em solid #3498db;
}
.online #username,
.online #password {
  width: 100%;
}
.online #loginCredentials {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1em 2em;
  width: 50%;
  max-width: 26em;
  min-width: 18em;
  margin: 0 auto 2em;
  background: #2980b9;
  color: #ffffff;
}
.online .fa-user,
.online .fa-key {
  width: 1em;
  text-align: center;
  font-size: 1.375em;
  display: inline-block;
}
.online #remember {
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.online .check .checkBox {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: -1.25em;
  font-size: 1.25em;
}
.online .check .checkBox + span {
  margin-left: -0.5em;
}
.online #remember + .checkBox .fa-check-square {
  display: none;
  color: #ffffff;
}
.online #remember + .checkBox .fa-square {
  display: inline-block;
  color: #ffffff;
}
.online #remember:checked + .checkBox .fa-check-square {
  display: inline-block;
}
.online #remember:checked + .checkBox .fa-square {
  display: none;
}
.online #loginCredentials > .field {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.online input[type=submit] {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #2980b9;
  border: none;
  background: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 3em;
  cursor: pointer;
  margin-top: 1em;
}
.online input[type=submit]:hover {
  color: #3498db;
}
.footnotes {
  margin-top: 2em;
}
#stakeholderConsultation > .row {
  background: url('/images/consulting/social_media.png') no-repeat center top;
}
#stakeholderConsultation > .row > .span12 > p {
  font-size: 1.875em;
  min-height: 500px;
}
.dataDesign {
  background: url('/images/consulting/data_lines.png') no-repeat top center;
}
ul.overlay {
  background: #221c24;
  padding: 0.5em;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
ul.overlay > li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
  margin: 0;
  float: left;
  vertical-align: middle;
  overflow: hidden;
}
ul.overlay > li > span {
  float: left;
  text-align: center;
}
ul.overlay > li > p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding-left: 1.333em;
  font-size: 0.75em;
}
ul.overlay > li.one {
  width: 27.5%;
}
ul.overlay > li.two {
  width: 35%;
}
ul.overlay > li.three {
  width: 37.5%;
}
ul.overlay > li.one > span {
  width: 38%;
}
ul.overlay > li.one > p {
  width: 62%;
}
ul.overlay > li.two > span {
  width: 36%;
}
ul.overlay > li.two > p {
  width: 64%;
}
ul.overlay > li.three > span {
  width: 24%;
}
ul.overlay > li.three > p {
  width: 76%;
}
.buffer {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#landscapeVisualizations .fourColumnList > li p {
  font-size: 1em;
  margin-top: 1em;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .overlay > li {
    display: table-row;
    float: none;
    width: auto !important;
  }
  .overlay > li > span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 8em !important;
  }
  .overlay > li > p {
    float: none;
    width: auto !important;
    display: table-cell;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    vertical-align: middle;
  }
}
#successfulWebsite .span12.overlay {
  padding: 1em;
}
#successfulWebsite .span12.overlay p {
  margin: 0.5em;
}
#successfulWebsite .fourColumnList img {
  display: block;
  margin: auto;
}
#silvacomAwardWinning .fiveColumnList {
  padding-left: 1em;
  padding-right: 1em;
}
#silvacomAwardWinning .fiveColumnList > li {
  text-align: center;
  width: 21.5%;
  padding-left: 7.5%;
  background: url('/images/consulting/background_arrow.png') no-repeat center left;
}
#silvacomAwardWinning .fiveColumnList > li:first-child {
  padding-left: 0;
  width: 14%;
  background: none;
}
#successfulWebsite h6 {
  margin-top: 0.5em;
  font-size: 0.9em;
}
#webdesigndevelopment h6 {
  margin-top: 1em;
  font-size: 0.9em;
}
@media only screen and (max-width: 960px) {
  #silvacomAwardWinning .fiveColumnList > li {
    background-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #successfulWebsite .span6.center > img {
    display: none;
  }
  #successfulWebsite h2,
  #silvacomAwardWinning h2 {
    font-size: 1.75em;
  }
  #webdesigndevelopment li {
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    text-align: center;
  }
  #webdesigndevelopment li img {
    float: left;
    max-width: 25%;
  }
  #webdesigndevelopment li h6 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.125em;
    float: left;
    margin-top: 2.3125em;
    text-align: left;
    width: 75%;
    padding-left: 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  #silvacomAwardWinning .fiveColumnList > li {
    text-align: center;
    width: 20%;
    padding-left: 0;
    background: none;
  }
  #silvacomAwardWinning .fiveColumnList > li:first-child {
    width: 20%;
  }
  #webdesigndevelopment li h6 {
    margin-top: 2em;
  }
  #successfulWebsite h6 {
    text-transform: none;
    font-weight: normal;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 480px) {
  #webdesigndevelopment li h6 {
    margin-top: 1.375em;
  }
  #silvacomAwardWinning .fiveColumnList {
    display: none;
  }
  #successfulWebsite h6 {
    font-size: 0.7em;
  }
}
