/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/4.3.0/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/font-awesome/4.3.0/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/font-awesome/4.3.0/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/font-awesome/4.3.0/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/font-awesome/4.3.0/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/font-awesome/4.3.0/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'HWTArtz';
  src: url('../fonts/hwt_artz/2DBA9E_0_0.eot');
  src: url('../fonts/hwt_artz/2DBA9E_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/hwt_artz/2DBA9E_0_0.woff2') format('woff2'), url('../fonts/hwt_artz/2DBA9E_0_0.ttf') format('truetype'), url('../fonts/hwt_artz/2DBA9E_0_0.woff') format('woff'), url('../fonts/hwt_artz/2DBA9E_0_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/franklin_gothic/2DDE58_0_0.eot');
  src: url('../fonts/franklin_gothic/2DDE58_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin_gothic/2DDE58_0_0.woff2') format('woff2'), url('../fonts/franklin_gothic/2DDE58_0_0.ttf') format('truetype'), url('../fonts/franklin_gothic/2DDE58_0_0.woff') format('woff'), url('../fonts/franklin_gothic/2DDE58_0_0.svg#wf') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/franklin_gothic/2DDE58_1_0.eot');
  src: url('../fonts/franklin_gothic/2DDE58_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin_gothic/2DDE58_1_0.woff2') format('woff2'), url('../fonts/franklin_gothic/2DDE58_1_0.ttf') format('truetype'), url('../fonts/franklin_gothic/2DDE58_1_0.woff') format('woff'), url('../fonts/franklin_gothic/2DDE58_1_0.svg#wf') format('svg');
  font-weight: 700;
  font-style: normal;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding {
  padding: 0;
}
.padding-10 {
  padding: 10px;
}
.negative-margin-top {
  margin-top: -10px;
}
.no-margin {
  margin: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.max-height-300 {
  max-height: 300px;
  overflow-y: scroll;
}
.font-xs {
  font-size: 85% !important;
}
.font-sm {
  font-size: 95% !important;
}
.font-md {
  font-size: 130% !important;
}
.font-lg {
  font-size: 160% !important;
}
.font-xl {
  font-size: 200% !important;
}
.font-400 {
  font-size: 400% !important;
}
.caret-left,
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid rgba(0, 0, 0, 0);
}
.caret-left {
  border-right: 4px solid;
}
.caret-right {
  border-left: 4px solid;
}
.label-block {
  display: block !important;
}
.main-heading,
.secondary-heading {
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  color: #F4792C;
  margin: 0;
}
.main-heading {
  font-size: 34px;
}
.fontfix {
  font-weight: 700;
}
.secondary-heading {
  font-size: 25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .main-heading {
    font-size: 37px;
    padding-bottom: 6px;
    margin-top: -7px;
    line-height: 32px;
  }
  .secondary-heading {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .main-heading {
    font-size: 44px;
    padding-bottom: 10px;
    line-height: 34px;
  }
}
.university-map {
  width: 100%;
  height: 428px;
  background: #E5E3DF;
}
@media (max-width: 767px) {
  #lead-form.affix {
    position: static;
  }
}
@media (min-width: 768px) {
  #lead-form.affix {
    z-index: 100;
    bottom: -23px;
    transition: all 0.15s ease-in-out;
  }
  #lead-form.affix .panel {
    overflow-y: auto;
    max-height: 100%;
  }
  #lead-form.affix-bottom {
    bottom: 140px;
  }
  #lead-form .panel-primary .panel-heading {
    padding-bottom: 0;
  }
  .lead-form {
    margin-top: -50px;
  }
}
#lead-form input:focus:invalid,
#lead-form select:focus:invalid,
#lead-form textarea:focus:invalid {
  border-color: #a94442;
}
#lead-form input:focus:valid,
#lead-form select:focus:valid,
#lead-form textarea:focus:valid {
  border-color: #3c763d;
}
#lead-form .phone-prefix-dropdown .dropdown-toggle {
  min-width: 55px;
  text-align: left;
}
#lead-form .phone-prefix-dropdown .dropdown-menu {
  height: 200px;
  overflow-y: scroll;
}
#lead-form .step-2 {
  display: none;
}
#lead-form .panel-body {
  padding-top: 0;
}
#lead-form .panel-primary .panel-heading {
  padding-bottom: 6px;
  padding-top: 10px;
}
#lead-form .panel-primary .panel-heading h1 {
  min-height: 50px;
  font-size: 16px;
  margin-top: 0;
}
#lead-form .panel-primary .panel-heading .leadTitle {
  font-size: 18px;
  font-weight: 700;
}
#lead-form .panel-primary .panel-heading .form_start {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
#lead-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  border: 0;
}
#lead-form .select2-container--default .select2-selection--multiple {
  border-color: #ccc;
  border-radius: 3px;
}
#lead-form .select2-container .select2-selection--multiple {
  min-height: 30px;
}
.radio-input {
  min-height: 30px;
  padding: 4px 0;
}
.disclaimer-text {
  font-size: 85%;
  margin: 10px 0;
}
.lead-form {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.lead-form .panel,
.lead-form .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lead-form .form-group {
  margin-bottom: 5px;
}
.lead-form .form-group label {
  margin-bottom: 0;
}
.lead-form .request-information {
  margin-right: 145px;
  padding-left: 4px;
}
.lead-form .bulletpoints {
  margin-right: 4px;
  width: 130px;
}
.lead-form .icon-lock {
  color: #F4792C;
  text-align: center;
  padding-top: 20px;
}
.lead-form .col-xs-4,
.lead-form .col-sm-4,
.lead-form .col-sm-6,
.lead-form .col-sm-12 {
  padding: 0 4px;
}
.lead-form .form-group-sm {
  font-size: 12px;
}
.lead-form #part_one textarea {
  height: initial;
}
.send-button {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  white-space: normal;
}
.lead-form-popup {
  position: absolute;
  top: 58px;
  width: 100%;
  margin-left: 30px;
  padding: 6px;
  border-radius: 3px;
  z-index: 20;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  background: #f2f1f0;
  border: 1px solid #bebfbf;
  -webkit-animation: fadein .25s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .25s;
  /* Firefox < 16 */
  -ms-animation: fadein .25s;
  /* Internet Explorer */
  -o-animation: fadein .25s;
  /* Opera < 12.1 */
  animation: fadein .25s;
}
.lead-form-popup:after,
.lead-form-popup:before {
  bottom: 100%;
  left: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.lead-form-popup:after {
  border-width: 7px;
  margin-left: -7px;
  border-color: rgba(242, 241, 240, 0);
  border-bottom-color: #f2f1f0;
}
.lead-form-popup:before {
  border-width: 8px;
  margin-left: -8px;
  border-color: rgba(191, 191, 191, 0);
  border-bottom-color: #bfbfbf;
}
.lead-form-popup .field-error-icon {
  float: left;
}
.lead-form-popup .field-error-message {
  margin-left: 30px;
  font-size: 16px;
  word-wrap: break-word;
}
.is-goto-leadform {
  border-radius: 0;
  white-space: initial;
}
.is-goto-leadform.affix {
  visibility: visible;
  margin-top: 0;
  top: 0;
  z-index: 1500;
  right: 0;
  left: 0;
  width: auto;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.is-goto-leadform.affix-bottom {
  position: absolute;
  z-index: 1500;
  right: 0;
  left: 0;
  width: auto;
}
textarea#comment {
  height: 60px;
}
.popup-container .lead-form-popup {
  top: 41px;
  margin-left: 0;
  width: auto;
}
.faq-select-container.multiple select {
  margin-bottom: 5px;
  width: 90%;
}
.faq-select-container.multiple .remove-select {
  margin-left: 0;
  cursor: pointer;
  width: 8%;
  text-align: center;
  padding: 9px 0;
}
.faq-select-container.multiple div:last-of-type select {
  width: 100%;
}
.faq-select-container.multiple div:last-of-type .remove-select {
  display: none;
}
.flashing {
  -webkit-animation: flashing 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: flashing 2s;
  /* Firefox < 16 */
  -ms-animation: flashing 2s;
  /* Internet Explorer */
  -o-animation: flashing 2s;
  /* Opera < 12.1 */
  animation: flashing 2s;
}
.addthis-container {
  margin: 4px 0 15px 0px;
  width: 265px;
}
.addthis-container .addthis_toolbox {
  position: relative;
  margin-right: 125px;
}
.addthis-container .addthis_toolbox .loading-add-this {
  display: none;
  position: absolute;
  left: 90px;
  top: 4px;
}
.addthis-container .addthis_toolbox.loading .loading-add-this {
  display: inline;
}
.addthis-container .addthis-modal-link {
  border: 2px solid;
  color: #21437F;
  padding: 5px 8px;
  background: #FFF;
}
.addthis-container .addthis-modal-link:hover {
  background: #21437f;
  color: #fff;
  text-decoration: none;
  border-color: #21437f;
}
.addthis-container.white .addthis_toolbox .loading-add-this {
  color: #fff;
}
.addthis-container.white .addthis-modal-link {
  color: #FFF;
  background: #21437F;
}
.addthis-container.white .addthis-modal-link:hover {
  background: #FFF;
  color: #21437F;
  border-color: #FFF;
}
.addthis-container .addthis-button {
  margin-right: 6px;
}
.addthis-container .addthis_counter.addthis_bubble_style {
  background-image: none;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  width: auto !important;
  padding: 1px 10px;
  margin-right: 6px;
}
.addthis-container .addthis_counter.addthis_bubble_style:empty {
  display: none;
}
.addthis-container .addthis_counter.addthis_bubble_style:after,
.addthis-container .addthis_counter.addthis_bubble_style:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.addthis-container .addthis_counter.addthis_bubble_style:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.addthis-container .addthis_counter.addthis_bubble_style:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 7px;
  margin-top: -7px;
}
.addthis-container .addthis_counter.addthis_bubble_style a {
  width: auto !important;
}
.link-to-us-image {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-height: 100px;
  max-width: 255px;
  padding: 4px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.link-to-us-image.unselected {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.environment-picker {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}
.environment-dev {
  background: #3c763d;
}
.environment-dev a {
  color: #dff0d8 !important;
}
.environment-staging {
  background: #8a6d3b;
}
.environment-staging a {
  color: #fcf8e3 !important;
}
.environment-prod {
  background: #a94442;
}
.environment-prod a {
  color: #f2dede !important;
}
.route-info-container {
  position: relative;
}
.route-info-container .route-info-open {
  position: absolute;
  bottom: 0;
  left: 66px;
  color: #F4792C;
  cursor: pointer;
}
.route-info-container .route-info {
  display: none;
  position: fixed;
  width: 90%;
  margin: 5%;
  border: 1px solid #515151;
  padding: 10px;
  border-radius: 3px;
  bottom: 0;
  max-height: 90%;
  background: #fff;
  overflow-y: auto;
  z-index: 200;
}
.listing-page .newsTitle,
.listing-page .newsTitle a,
.listing-page .infoTitle,
.listing-page .infoTitle a {
  margin-right: 0;
}
.listing-page .listing_title {
  color: #F4792C;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 0;
  margin: 0;
}
.listing-page .listing_title a {
  color: #F4792C;
}
.listing-page .listing_title a:hover,
.listing-page .listing_title a:focus {
  text-decoration: underline;
}
.listing-page h4 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
.listing-page h4.is-filter-toggle {
  font-size: 16px;
  border-top: 2px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 6px 0 4px;
}
.listing-page h4.is-filter-toggle small {
  margin-left: 10px;
  margin-top: 1px;
}
.listing-page h4.is-filter-toggle .filter-opened {
  display: none;
}
.listing-page .nav-tabs {
  border-bottom: 0;
}
.listing-page .nav-tabs li a {
  margin-bottom: -1px;
  z-index: 1000;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.listing-page .navigation-box {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.listing-page .navigation-box .is-filter-setting-container {
  border-bottom: 1px solid #eeeeee;
}
.listing-page .navigation-box .is-filter-setting-container .is-sub-filter-toggle {
  color: #F4792C;
  font-weight: 700;
  font-size: 16px;
  margin: 2px 0;
  padding: 4px 0;
}
.listing-page .navigation-box .is-filter-setting-container .is-sub-filter-toggle .filter-opened {
  display: none;
}
.listing-page .navigation-box .is-filter-setting-container .filter-setting {
  display: none;
}
.listing-page .navigation-box .is-filter-setting-container.open {
  padding-bottom: 15px;
}
.listing-page .navigation-box .is-filter-setting-container.open .filter-setting {
  display: block;
}
.listing-page .navigation-box .is-filter-setting-container.open .is-sub-filter-toggle .filter-opened {
  display: inline-block;
}
.listing-page .navigation-box .is-filter-setting-container.open .is-sub-filter-toggle .filter-closed {
  display: none;
}
.listing-page .navigation-box .multicolumn {
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.listing-page .navigation-box .multicolumn a {
  color: #999;
}
.listing-page .navigation-box .border-top {
  border-top: 1px solid #ddd;
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing-page .navigation-box .search-options-left {
    width: 59%;
    padding-right: 0;
  }
  .listing-page .navigation-box .search-options-right {
    width: 41%;
  }
  .listing-page .navigation-box .btn-group {
    margin-top: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .listing-page .navigation-box .search-options-left {
    width: 70%;
    padding-right: 0;
  }
  .listing-page .navigation-box .search-options-right {
    width: 30%;
  }
  .listing-page .navigation-box .btn-group {
    margin-top: 6px;
  }
}
.listing-page .navigation-box h3 {
  color: #F3792C;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0 0;
}
.listing-page .navigation-box .label {
  background-color: #eee;
  font-size: 0.9em;
  padding: 7px 12px;
  margin: 6px 10px 8px 0;
  display: inline-block;
}
.listing-page .navigation-box .label.label-primary {
  background-color: #F3792C;
}
.listing-page .navigation-box .label.label-default {
  color: #666;
}
.listing-page .navigation-box .label .fa-times {
  color: White;
}
.listing-page .navigation-box a.label.label-default:hover {
  background-color: #F3792C;
  color: #fff;
}
.listing-page .toggleText {
  overflow: hidden;
  max-height: 270px;
}
.listing-page .read_more {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
}
.local-tab-flag {
  position: relative;
  top: -5px;
  margin-right: 5px;
}
.navigation-box-container.open h4.is-filter-toggle .filter-opened {
  display: inline-block;
}
.navigation-box-container.open h4.is-filter-toggle .filter-closed {
  display: none;
}
.navigation-box-container.open .navigation-box {
  display: block;
}
.navigation-box-container .read_more_country {
  font-weight: 300;
  font-size: 13px;
}
.navigation-box-container .read_more_country .read-more-flag {
  margin-top: 1px;
  margin-right: 5px;
}
.navigation-box-container .read_more_country:active,
.navigation-box-container .read_more_country:focus,
.navigation-box-container .read_more_country:hover {
  font-weight: 300;
  background: transparent;
  border-color: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .listing-page ul.tab-shadow li a {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: -2px;
  }
  .listing-page ul.tab-shadow li.no_shadow a {
    border: 0;
    background-color: #fff;
    margin-bottom: -2px;
  }
  .listing-page ul.tab-shadow li.active a {
    margin-bottom: -1px;
  }
  .listing-page .navigation-box {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    background-color: White;
    border: 1px solid #DDD;
    padding: 20px;
    font-size: 13px;
    display: block;
  }
  .listing-page .navigation-box .is-filter-setting-container {
    border-bottom: none;
    padding-bottom: 0;
  }
  .listing-page .navigation-box .is-filter-setting-container .is-sub-filter-toggle {
    display: none;
  }
  .listing-page .navigation-box .is-filter-setting-container .filter-setting {
    display: block;
  }
}
@media (max-width: 767px) {
  section.list-item {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  }
  hr.list-item-divider {
    display: none;
  }
  .list-item .close-description,
  .list-item .is-item-description {
    display: none;
  }
  .list-item.open .close-description,
  .list-item.open .is-item-description {
    display: block;
  }
  .list-item.open .open-description {
    display: none;
  }
}
@media (max-width: 767px) {
  .universities-container .universities-logo {
    max-width: 110px;
    float: left;
  }
  .universities-container .content {
    margin-left: 95px;
  }
}
.nav-accordion {
  margin-bottom: 40px;
}
.nav-accordion .nav-accordion-heading {
  display: block;
  color: #F4792C;
  font-weight: 700;
  background: #eeeeee;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
}
.nav-accordion .nav-accordion-heading:hover {
  text-decoration: none;
}
.nav-accordion .nav-accordion-heading .fa-chevron-down {
  display: none;
}
.nav-accordion .nav-accordion-heading.collapsed .fa-chevron-up {
  display: none;
}
.nav-accordion .nav-accordion-heading.collapsed .fa-chevron-down {
  display: inline-block;
}
.nav-accordion .nav-accordion-content {
  font-size: 12px;
}
.nav-accordion .nav-accordion-content a.checkboxes {
  display: block;
  color: #777777;
}
.nav-accordion .nav-accordion-content a.checkboxes .checkbox-holder {
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  color: #F4792C;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  padding-top: 1px;
  line-height: 0;
  margin-right: 4px;
}
.nav-accordion .nav-accordion-content a.checkboxes .checkbox-holder .check-mark {
  display: none;
}
.nav-accordion .nav-accordion-content a.checkboxes .checkbox-holder .check-mark.active {
  display: inline-block;
}
.nav-accordion .nav-accordion-content a.checkboxes:active,
.nav-accordion .nav-accordion-content a.checkboxes:hover {
  text-decoration: none;
}
.nav-accordion .nav-accordion-content a.checkboxes:hover .checkbox-holder .check-mark {
  display: inline-block;
  color: #777777;
}
.nav-accordion .nav-accordion-content .btn-group {
  width: 100%;
}
.label-nav-active {
  background-color: #F4792C;
  color: #fff;
  font-size: .9em;
  padding: 7px 12px;
  margin-bottom: 3px;
  white-space: normal;
}
.label-nav-default {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555555;
  font-size: .9em;
  padding: 7px 12px;
  margin-bottom: 3px;
  white-space: normal;
}
.label-nav-default:hover {
  background-color: #E6E6E6;
  border-color: #ADADAD;
  color: #555555;
}
a.label-nav-default:focus,
a.label-nav-default:hover {
  color: #555555;
}
.label-text-left {
  text-align: left !important;
}
a.remove-label {
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
}
a.remove-label:focus,
a.remove-label:hover {
  color: #fff;
  text-decoration: none;
}
.search-listing-flag .read-more-flag {
  display: inline-block;
  position: relative;
  top: 4px;
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes flashing {
  0%,
  50%,
  100% {
    background: #fff;
  }
  25%,
  75% {
    background: #FBD1B6;
  }
}
@-moz-keyframes flashing {
  0%,
  50%,
  100% {
    background: #fff;
  }
  25%,
  75% {
    background: #FBD1B6;
  }
}
@-ms-keyframes flashing {
  0%,
  50%,
  100% {
    background: #fff;
  }
  25%,
  75% {
    background: #FBD1B6;
  }
}
@-o-keyframes flashing {
  0%,
  50%,
  100% {
    background: #fff;
  }
  25%,
  75% {
    background: #FBD1B6;
  }
}
@keyframes flashing {
  0%,
  50%,
  100% {
    background: #fff;
  }
  25%,
  75% {
    background: #FBD1B6;
  }
}
.gsc-search-box .gsc-input-box {
  height: 32px;
}
.gsc-search-box .gsc-input-box.gsc-input-box-focus,
.gsc-search-box .gsc-input-box.gsc-input-box-hover {
  box-shadow: none;
}
.gsc-search-box .gsc-input-box .gsib_a,
.gsc-search-box .gsc-input-box .gsib_b {
  padding-top: 4px;
}
.gsc-search-box table.gsc-search-box td {
  vertical-align: top;
}
.gsc-search-box table.gsc-search-box td input.gsc-search-button-v2 {
  margin-top: 0;
  border-radius: 0;
  border: none;
  height: 32px;
  width: 56px;
  padding: 9px 21px;
}
.gsc-search-box table.gsc-search-box td input.gsc-search-button-v2:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #FFF;
  border: 2px solid #F4792C;
  padding: 8px 20px;
}
.search-xs {
  color: #333333;
  padding: 0 7.5px;
}
.search-xs .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.main-breadcrumb {
  margin-bottom: 10px;
}
.main-breadcrumb .breadcrumb {
  font-size: 12px;
  background-color: transparent;
  padding: 6px 0 7px;
  color: #4A4A4A;
  margin-bottom: 0;
}
.main-breadcrumb .breadcrumb a {
  color: #444;
}
.main-breadcrumb .breadcrumb > li + li:before {
  content: '\f105';
  position: relative;
  top: 1px;
  padding: 0 2px 0 4px;
  font: normal normal normal 14px/1 FontAwesome;
}
.navigation-box .breadcrumb {
  margin-bottom: 10px;
}
.navigation-box .breadcrumb > li + li:before {
  content: '/';
}
.navbar {
  background-color: #FAFAFA;
  border-radius: 0;
  border-color: #F7F7F7;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.topnav {
  min-height: 40px;
  height: 40px;
  margin-bottom: 0;
}
.expand-nav {
  border: none;
  width: 50px;
  height: 50px;
  border-left: 1px solid;
  background: #e15e0c;
  transition: all 0.15s linear;
}
.expand-nav.collapsed {
  background: #F4792C;
}
.expand-nav:focus {
  outline: none;
}
.expand-nav:hover {
  background: #e15e0c;
}
.btn-contrast {
  color: #fff;
  background-color: #F4792C;
  border-color: #f47425;
}
.btn-contrast:hover,
.btn-contrast:focus,
.btn-contrast.focus,
.btn-contrast:active,
.btn-contrast.active {
  color: #F4792C;
  background-color: #fff;
  border-color: #F4792C;
}
.first-nav {
  margin-left: -15px;
  margin-right: -15px;
}
.first-nav .buttons-navbar .navbar-btn {
  margin-left: 4px;
}
.first-nav .buttons-navbar li:first-child .navbar-btn {
  margin-left: 0;
}
.first-nav .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.first-nav .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.first-nav .navbar-btn.btn-sm,
.first-nav .navbar-btn {
  margin-top: 4px;
}
.first-nav .partner-sites .navbar-brand {
  height: 39px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #F4792C;
  padding: 10px 8px;
}
.first-nav .partner-sites li:first-child .navbar-brand {
  padding-left: 0;
}
.first-nav .partner-sites li a.active,
.first-nav .partner-sites li a:hover,
.first-nav .partner-sites li a:focus {
  color: #333333;
}
.second_nav .navbar {
  color: #fff;
  font-weight: 700;
  background-color: #F4792C;
  border-radius: 0;
  border: none;
  margin: 30px -15px 0 -15px;
}
.second_nav .navbar a {
  color: #fff;
  text-decoration: none;
}
.second_nav .navbar a:hover,
.second_nav .navbar a:focus {
  color: #fff;
}
.second_nav .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.second_nav .navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.second_nav .navbar-inverse .navbar-toggle:hover,
.second_nav .navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
  border-color: #fff;
}
.second_nav .navbar-inverse .navbar-toggle:hover .icon-bar,
.second_nav .navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #F4792C;
}
.second_nav .navbar-inverse .navbar-collapse,
.second_nav .navbar-inverse .navbar-form {
  border-color: #fff;
}
.second_nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.second_nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.second_nav .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  text-decoration: underline;
}
.second_nav .navbar-inverse .navbar-nav > .open > a,
.second_nav .navbar-inverse .navbar-nav > .open > a:hover,
.second_nav .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #F4792C;
  padding-left: 15px;
}
.second_nav .pipe a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 16px;
  top: 17px;
  border-left: 1px solid #eee;
}
.second_nav .pipe li:last-child > a:after {
  border-left: none;
}
.second_nav .pipe-none li > a:after {
  border-left: none;
}
.second_nav .xs-nav-entries a {
  padding: 13.5px 15px;
  position: relative;
}
.second_nav .xs-nav-entries a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 16px;
  top: 17px;
  border-left: 1px solid #eee;
}
.second_nav .xs-nav-entries a:last-child:after {
  border-left: none;
}
.second_nav .search-nav .navbar-nav {
  margin: 7.5px -15px 7.5px;
  overflow: hidden;
}
.second_nav #tagline h1 {
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 0;
}
.second_nav .dropdown-main-menu:hover .dropdown-menu {
  display: block;
}
.second_nav .dropdown-main-menu:hover .dropdown-menu a {
  color: #4A4A4A;
}
.second_nav .dropdown-main-menu:hover .dropdown-menu a:hover,
.second_nav .dropdown-main-menu:hover .dropdown-menu a:focus {
  color: #fff;
  background-color: #F4792C;
}
.flag-icon-16.site-language-flag {
  margin-top: 2px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #search-nav {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .second_nav {
    /* since 3.1.0 */
  }
  .second_nav .navbar-collapse .pipe a:after {
    border-left: none;
  }
  .second_nav .navbar-header {
    float: none;
  }
  .second_nav .navbar-toggle {
    display: block;
  }
  .second_nav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #4A4A4A;
  }
  .second_nav .navbar-collapse.collapse {
    display: none!important;
  }
  .second_nav .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .second_nav .navbar-nav > li {
    float: none;
  }
  .second_nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .second_nav .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .second_nav .navbar-collapse.collapse.in {
    display: block!important;
  }
  .second_nav .collapsing {
    overflow: hidden!important;
  }
}
.btn-primary-master {
  margin-top: 5px;
  padding: 6px 20px 5px;
  border: 2px solid #F4792C;
  border-radius: 0;
  background-color: #F4792C;
  color: #fff;
  font-weight: 700;
}
.btn-primary-master:hover,
.btn-primary-master:active,
.btn-primary-master:active:focus,
.btn-primary-master:focus {
  color: #F4792C;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-master-inverted {
  margin-top: 5px;
  padding: 2px 14px 1px;
  border-radius: 0;
  color: #F4792C;
  background-color: #fff;
  font-weight: 700;
  border: 2px solid #F4792C;
  font-size: 14px;
}
.btn-primary-master-inverted:hover,
.btn-primary-master-inverted:active,
.btn-primary-master-inverted:active:focus,
.btn-primary-master-inverted:focus {
  background-color: #F4792C;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-request-info {
  color: #fff;
  background-color: #6AB45F;
  font-weight: 700;
  border: 2px solid #5dad51;
}
.btn-request-info:hover,
.btn-request-info:active,
.btn-request-info:active:focus,
.btn-request-info:focus {
  background-color: #529947;
  border-color: #4b8b41;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-master {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2a8619;
  background-image: -moz-linear-gradient(top, #2f971c, #226c14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f971c), to(#226c14));
  background-image: -webkit-linear-gradient(top, #2f971c, #226c14);
  background-image: -o-linear-gradient(top, #2f971c, #226c14);
  background-image: linear-gradient(to bottom, #2f971c, #226c14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f971c', endColorstr='#ff226c14', GradientType=0);
  border-color: #226c14 #226c14 #0e2b08;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #226c14;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success-master:hover,
.btn-success-master:focus,
.btn-success-master:active,
.btn-success-master.active,
.btn-success-master.disabled,
.btn-success-master[disabled] {
  color: #ffffff;
  background-color: #226c14;
  *background-color: #1b5610;
}
.btn-success-master:active,
.btn-success-master.active {
  background-color: #14410c \9;
}
.btn-primary-footer {
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.hamburger-tabs {
  background: #F4792C;
  color: #FFF;
  font-weight: bold;
}
.hamburger-tabs .dropdown-toggle {
  padding: 5px 10px;
}
.hamburger-tabs .hamburger-tab-bars {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px 6px;
}
.hamburger-tabs:hover .hamburger-tab-bars {
  color: #F4792C;
  background: #fff;
}
.hamburger-tabs .dropdown-menu {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  background: #eeeeee;
}
.hamburger-tabs .dropdown-menu .active {
  display: none;
}
.custom-accordion {
  font-weight: 700;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 9px 0;
}
.custom-accordion:before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f078";
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tab-content {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .tab-content > .tab-pane .content {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
  .tab-content > .active .content {
    display: block;
  }
  .tab-content > .active .custom-accordion:before {
    content: "\f077";
  }
}
.tab-shadow li {
  padding-right: 5px;
  overflow: hidden;
}
.tab-shadow li.active a {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: White;
}
.tab-shadow li.active a:after {
  content: "";
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -100;
}
.content-tabs {
  margin-left: -15px;
}
.content-tabs li:first-child {
  margin-left: 15px;
}
.tab-content {
  padding-bottom: 15px;
}
.tab-content h2 {
  font-size: 18px;
}
.tab-content h3 {
  margin-top: 0;
}
.tab-content .program-header h2 {
  color: #F4792C;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .tab-content {
    padding-bottom: 50px;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #F4792C;
  font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #555;
  font-weight: bold;
}
.index_title_image {
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding: 30px 10px 10px 10px;
}
.index_title_image a {
  color: #fff;
  text-decoration: none;
}
.index_title_image a:hover,
.index_title_image a:focus {
  text-decoration: none;
  color: #fff;
}
.index_text_image {
  font-size: 14px;
  padding: 10px 40px;
}
@media (min-width: 768px) {
  .index_title_image {
    font-size: 52px;
    padding: 50px 0 0 0;
    line-height: 1.3;
  }
  .index_text_image {
    font-size: 18px;
    padding: 20px 100px;
  }
}
.all-results {
  padding-top: 30px;
}
.all-results a {
  color: #fff;
  font-weight: 700;
}
.main-search-dropdown {
  width: 80%;
}
.main-search-dropdown .find-main-search {
  border-radius: 0;
  width: 100%;
  padding: 9px 12px 3px;
}
.main-search-dropdown .find-main-search .dropdown-title {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.main-search-dropdown .find-main-search .dropdown-title .caret {
  position: absolute;
  top: 16px;
  right: 8px;
}
.drop-main-search {
  width: 100%;
  border-radius: 0;
  max-height: 200px;
  max-height: 70vh;
  overflow-y: scroll;
}
.drop-main-search > li > a {
  white-space: normal;
}
.drop-main-search .optgroup {
  padding: 3px 20px;
  line-height: 1.55;
  color: #333;
}
.university-search-form {
  padding-top: 30px;
}
.university-search-form .universities-search-hits {
  margin-left: 15px;
}
.frontpage_image {
  background-color: #FF9452;
  min-height: 253px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .frontpage_image {
    min-height: 327px;
  }
  .main-search-dropdown {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .frontpage_image {
    min-height: 400px;
  }
}
.sitemap-studenttest .country {
  margin-bottom: 10px;
}
.studenttest {
  padding-bottom: 40px;
}
.studenttest h2 {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
}
.studenttest h2 {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
}
.studenttest .article h3 {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 700;
}
.local-tests-title {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
}
.multicolumn-letter {
  color: #666;
  font-size: 17px;
  display: block;
  margin: 7px 0px 0px 0px;
  font-weight: 700;
}
.studenttest-categories,
.studenttest-country {
  padding-bottom: 40px;
}
.studenttest-categories h2,
.studenttest-country h2 {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
}
.studenttest-categories .sti,
.studenttest-country .sti {
  padding-top: 10px;
}
.studenttest-categories .infoTitle,
.studenttest-country .infoTitle {
  font-size: 25px;
}
.studenttest-categories h3,
.studenttest-country h3 {
  font-size: 16px;
  font-weight: 700;
  color: #4A4A4A;
}
.studenttest-article ul,
ol {
  padding-left: 20px;
}
.menu-studenttest .categories {
  padding-left: 20px;
}
.englishtest .english-test-hero {
  border-top: 6px solid #FF7916;
  background-color: #F2F2F2;
  padding-bottom: 30px;
}
.englishtest .country-text {
  margin-top: 20px;
  padding: 10px 30px;
}
.englishtest .country-text h2 {
  font-weight: 700;
}
#myTab {
  padding-top: 40px;
}
.englishtest .english-test-hero .content h2,
.englishtest .english-test-hero .country-text .content h2 {
  margin-bottom: 30px;
  font-size: 32px;
  color: #2A8619;
  font-style: italic;
  font-weight: 700;
}
.englishtest .english-test-hero .content h1,
.englishtest .english-test-hero .country-text .content h1 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}
.englishtest {
  padding-bottom: 40px;
}
.englishtest .progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.englishtest .progress-success .bar,
.englishtest .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.englishtest .preview_feedback .results {
  font-size: 26px;
  margin-bottom: 30px;
  display: block;
}
.englishtest div.english_test span.is_correct {
  display: none;
  adding-left: 5px;
  color: Green;
  text-transform: uppercase;
  font-size: 11px;
}
.englishtest div.english_test span.is_wrong {
  display: none;
  padding-left: 5px;
  color: Red;
  text-transform: uppercase;
  font-size: 11px;
}
.englishtest .preview_feedback {
  display: none;
}
.englishtest .aside {
  padding-top: 20px;
}
.englishtest .quote-author,
.englishtest .quote-school {
  color: #F4792C;
  display: block;
}
.englishtest .quote-school {
  text-decoration: underline;
}
.englishtest .english-test-box blockquote {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
}
.englishtest .englishtest .facebook {
  padding-bottom: 20px;
}
.englishtest blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: none;
}
.englishtest .panel-default > .panel-heading {
  color: #fff;
  background-color: #20427F;
  border-color: #20427F;
}
.englishtest .panel-default img {
  text-align: center;
}
.englishtest .main .english-test-bullets {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.englishtest .main .english-test-bullets i {
  color: #2c70af;
  font-size: 30px;
  position: relative;
}
.englishtest .english-test-bullets {
  list-style-type: none;
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
}
.englishtest .tab-content {
  background: #F5F5F5;
}
.englishtest .tab-content h3 {
  font-size: 30px;
  font-weight: 700 ;
  color: #2e6fb1;
  box-shadow: 0 1px 0 #FFF;
  border-bottom: 1px solid #DFDFDF;
}
.englishtest .tab-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  box-shadow: 0 1px 0 #FFF;
  border-bottom: 1px solid #DFDFDF;
}
.ETregistration .et_registration_right {
  text-align: left;
  padding-top: 30px;
  line-height: 2;
  padding-left: 20px;
}
.ETregistration h1 {
  font-size: 30px;
  padding-top: 50px;
}
.ETregistration h2 {
  font-size: 24px;
  margin-left: 10px;
  font-weight: 700;
}
.et-welcome {
  padding-bottom: 40px;
}
.et-welcome h4 {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.et-welcome .et_registration_right {
  padding-top: 20px;
}
.et-welcome .et_registration_right ul {
  list-style-type: none;
}
.et-welcome .et_registration_right li:before {
  color: green;
  content: "\f00c";
  padding-right: 10px;
  font-family: FontAwesome;
}
.et-welcome img {
  float: none;
  margin-left: 60px;
}
.et-instance ul {
  padding: 5px 0px 30px 20px;
}
.et-instance label {
  font-weight: 500;
}
.et-instance h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.et-instance .question-title {
  color: #F4792C;
  font-size: 16px;
}
.et-instance div.english_test div.et_progressbar.negativemargin {
  margin-top: -20px;
}
.et-instance div.english_test div.et_progressbar {
  text-align: center;
  margin: 30px 0px 15px 0px;
  color: #666;
}
.et-instance div.timespan {
  width: 32px;
  position: relative;
  top: 25px;
  left: -16px;
  /* text-align: center; */
}
.et-instance div.timespan div.thinline {
  width: 3px;
  background: #F27421;
  height: 32px;
  margin: -6px 0px 6px 14px;
}
.et-instance div.english_test .question_text {
  padding: 15px;
  margin-bottom: 15px;
  display: none;
}
.et-instance div.time_left .col1 {
  float: left;
  /*  width: 100px;*/
  font-size: 22px;
  padding-top: 18px;
}
.et-instance div.time_left .col2 {
  float: left;
  /*  width: 140px;*/
  font-size: 18px;
}
.et-instance div.time_left .time-left-label {
  float: left;
  padding-top: 5px;
  width: 70px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.et-instance div.time_left {
  color: Green;
}
.et-instance div.time_left .number {
  float: left;
  width: 70px;
  font-size: 27px;
  text-align: center;
  padding-top: 10px;
}
.et-instance .ui-widget-header {
  border: 1px solid #bdcbde;
  background: #bdcbde;
  color: #222222;
  font-weight: bold;
}
.et-instance .ui-widget-content {
  border: 1px solid #bdcbde;
  background: #ffffff;
  color: #222222;
}
.et-instance .ui-progressbar-value {
  height: 20px;
}
.et_score .score {
  font-size: 20px;
}
.et-profile {
  padding-bottom: 40px;
}
.recommended {
  color: Black;
  margin-top: 25px;
  border-top: 2px solid #ccc;
}
.recommended .recommended_found span {
  color: #ce3200;
}
.recommended .recommended-list li {
  margin: 0;
}
.recommended .recommended-list .logos img {
  margin-bottom: 10px;
}
.recommended .btn-success {
  padding: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2a8619;
  background-image: -moz-linear-gradient(top, #2f971c, #226c14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f971c), to(#226c14));
  background-image: -webkit-linear-gradient(top, #2f971c, #226c14);
  background-image: -o-linear-gradient(top, #2f971c, #226c14);
  background-image: linear-gradient(to bottom, #2f971c, #226c14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f971c', endColorstr='#ff226c14', GradientType=0);
  border-color: #226c14 #226c14 #0e2b08;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.toefl-books {
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 10px;
}
.sql-queries {
  position: relative;
}
.sql-queries .sql-queries-table {
  height: 0;
  overflow: hidden;
}
.sql-queries .sql-queries-table.sql-queries-table-open {
  height: auto;
}
.sql-queries .sql-queries-open {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -36px;
  padding: 3px;
  color: #F4792C;
  cursor: pointer;
}
.server-info {
  position: relative;
}
.server-info .server-info-open {
  position: absolute;
  bottom: 0;
  left: 33px;
  color: #F4792C;
  cursor: pointer;
}
.social-media-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url('/img_new/social_media.png');
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .social-media-icon {
    background-image: url('/img_new/social_media@2x.png');
    background-size: 40px 600px;
  }
}
.social-media-bloggr {
  background-position: 0 0px;
}
.social-media-deviantart {
  background-position: 0 -40px;
}
.social-media-dribbble {
  background-position: 0 -80px;
}
.social-media-facebook {
  background-position: 0 -120px;
}
.social-media-flickr {
  background-position: 0 -160px;
}
.social-media-forrst {
  background-position: 0 -200px;
}
.social-media-googleplus {
  background-position: 0 -240px;
}
.social-media-instagram {
  background-position: 0 -280px;
}
.social-media-linkedin {
  background-position: 0 -320px;
}
.social-media-pinterest {
  background-position: 0 -360px;
}
.social-media-tumblr {
  background-position: 0 -400px;
}
.social-media-twitter {
  background-position: 0 -440px;
}
.social-media-vimeo {
  background-position: 0 -480px;
}
.social-media-youtube {
  background-position: 0 -520px;
}
.social-media-weibo {
  background-position: 0 -560px;
}
.social-media-vine {
  background-position: 0 -600px;
}
/*Messagebox */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}
/*
.MessageIE{
    background-image: url("@{base-url}/bg.png");
    
}*/
.MessageBoxContainer {
  top: 35%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}
.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;
}
.MessageBoxMiddle .pText {
  font-style: 30px;
}
.MessageBoxContainer input {
  width: 50%;
  padding: 5px;
}
.MessageBoxContainer select {
  width: 50%;
  padding: 5px;
}
.MessageBoxButtonSection {
  width: 100%;
  height: 30px;
}
.MessageBoxButtonSection button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
/* End of MessageBox */
.LoadingBoxContainer {
  top: 20%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
}
.LoadingBoxMiddle {
  position: relative;
  left: 20%;
  width: 50%;
  padding: 10px;
}
.LoadingBoxContainer .MsgTitle {
  font-size: 26px;
}
.LoadingBoxContainer .pText {
  font-style: 30px;
}
#LoadingPoints {
  position: absolute;
}
/* bigBoxes */
.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: white;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.bigBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 5px 0 !important;
  display: block;
}
.bigBox p {
  font-size: 13px;
  margin-top: 10px;
}
#divMiniIcons {
  position: fixed;
  width: 415px;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  float: right;
}
.botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
  display: block;
  top: 15px;
}
.botClose:hover {
  opacity: 1;
}
#divMiniIcons .cajita {
  text-align: center;
  vertical-align: middle;
  padding: 4px 6px;
  color: #FFF;
  float: right;
  cursor: pointer;
  display: block;
  background-color: #F00;
  font-size: 17px;
  margin-left: 4px;
  margin-top: 5px;
}
#divMiniIcons .cajita:active {
  top: 1px;
  left: 1px;
  position: relative;
}
.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px;
}
.bigBox .bigboxicon {
  font-size: 30px;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 6px;
  z-index: 0;
}
.bigBox .bigboxnumber {
  width: 100%;
  text-align: right;
  font-size: 25px;
}
/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}
.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}
.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}
.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}
.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.miniIcono {
  height: 100%;
  font-size: 20px;
}
.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0;
}
.SmallBox p {
  font-size: 13px;
  margin-top: 2px;
}
/* End of SmallBox */
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 305px;
  padding: 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #004d60;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 0px 0px #222;
  box-shadow: inset 0 0 0px 0px #222;
}
.purehtml {
  color: white;
  font-size: 16px;
}
/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
  /* SmallBox Responsive */
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  .SmallBox {
    width: 95%;
  }
  .SmallBox:hover {
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
  }
  .SmallBox span {
    font-size: 16px;
    /*font-weight:bold;*/
  }
  .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
  /* End of SmallBox Responsive*/
  /* bigBoxes Responsive */
  .bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 88%;
    height: 150px;
    color: white;
    z-index: 99999;
  }
  /* End of  bigBoxes  Responsive */
  /*Messagebox Responsive */
  .divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
  }
  .MessageBoxContainer {
    top: 25%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
  }
  .MessageBoxMiddle {
    position: relative;
    left: 0;
    width: 100%;
    padding: 3px;
  }
  .MessageBoxMiddle .MsgTitle {
    font-size: 22px;
  }
  .MessageBoxMiddle .pText {
    font-style: 10px;
  }
  .MessageBoxContainer input {
    width: 50%;
    padding: 5px;
  }
  .MessageBoxContainer select {
    width: 50%;
    padding: 5px;
  }
  .MessageBoxButtonSection {
    width: 100%;
    height: 30px;
  }
  .MessageBoxButtonSection button {
    float: right;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* End of MessageBox Responsive */
}
/* Animations */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fast {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
footer.page-footer {
  margin-top: 50px;
  padding: 15px 0 40px;
  background-color: #20427F;
}
footer.page-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
}
footer.page-footer .brand {
  margin-bottom: 15px;
}
footer.page-footer .brand h2 {
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  footer.page-footer .footer-links a {
    white-space: nowrap;
    display: inline;
  }
  footer.page-footer .footer-links a:after {
    content: '';
    margin: 0 10px;
    border-left: 1px solid #eee;
  }
  footer.page-footer .footer-links a:last-child:after {
    border-left: none;
  }
}
.header-logo img {
  max-height: 50px;
  max-width: 100%;
}
.frontpage .frontpage_title {
  padding-bottom: 0;
}
.frontpage h3 {
  font-size: 22px;
  font-weight: 700;
}
.usedColor {
  color: #F4792C;
}
.usedColor a {
  color: #F4792C;
}
.usedColor a:hover,
.usedColor a:focus {
  color: #F4792C;
}
.MScolor {
  color: #20427F;
}
.MScolor a {
  color: #20427F;
}
.MScolor a:hover,
.MScolor a:focus {
  color: #20427F;
}
.frontpage-cat {
  margin-top: 10px;
  font-size: 13px;
}
.frontpage-cat .frontpage-cat-text {
  margin-left: 80px;
}
.frontpage-cat .frontpage-cat-text ul {
  padding: 0;
  list-style-type: none;
}
.frontpage-cat .frontpage-cat-text a {
  color: #4A4A4A;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frontpage-cat .frontpage-cat-text a:hover,
.frontpage-cat .frontpage-cat-text a:focus {
  text-decoration: none;
  color: #F4792C;
}
.frontpage-cat .frontpage-cat-text h4 {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .frontpage-cat {
    padding-bottom: 10px;
  }
}
.news_header {
  padding-bottom: 20px;
  margin-top: 23px;
}
.news_header h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .news_header {
    min-height: 66px;
  }
}
.news {
  padding-bottom: 20px;
}
.listing-title {
  color: #F4792C;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.listing-title a {
  color: #F4792C;
}
.listing-title a:hover,
.listing-title a:focus {
  text-decoration: underline;
}
.newsPage .news_title.first-title,
.frontpage .article_title.first-title,
.news-container .article_title.first-title {
  padding-top: 10px;
}
.newsPage .news_text img {
  max-width: 100%;
}
.newsPage .news_text .half-width {
  width: 50%;
}
.newsPage .news_text .full-width {
  width: 100%;
}
.newsPage .news_text .pull-left {
  padding-right: 10px;
}
.newsPage .news_text .pull-right {
  padding-left: 10px;
}
.newsPage .news_header {
  padding-top: 110px;
}
.newsPage .newsTitle {
  height: 130px;
}
.newsPage .image-credit-container {
  position: relative;
}
.newsPage .image-credit-container .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 10px 0;
  text-align: left;
  font-size: 75%;
  font-weight: 300;
}
.newsPage .image-credit-container.half-width .image-credit {
  right: 10px;
}
.newsPage .image-credit-container.half-width.pull-right .image-credit {
  right: 0;
  left: 10px;
}
.news_title_big {
  color: #F4792C;
  font-weight: 700;
  font-size: 22px;
}
.news_title_big a {
  color: #F4792C;
}
.news_title_big a:hover,
.news_title_big a:focus {
  text-decoration: underline;
}
.news_text_big {
  font-weight: 700;
}
.newsPage h2 {
  font-size: 18px;
}
.country-page .country_aside {
  padding-top: 30px;
}
.country-page .country_aside .panel-title {
  font-weight: 700;
}
.country-page .country h3 {
  color: #F4792C;
  font-weight: 700;
  font-size: 18px;
}
.country-page .country .tab-content h2 {
  font-size: 25px;
  font-weight: 700;
}
.country-page .country .tab-content h2 a {
  color: #4A4A4A;
}
.country-page .country .tab-content h2 a:hover,
.country-page .country .tab-content h2 a:focus {
  text-decoration: underline;
}
.country-page .country .country_universities .list-unstyled {
  padding-left: 10px;
}
.country-page .country .country_universities .list-unstyled a {
  color: #4A4A4A;
}
.country-page .country .country_universities .list-unstyled a:hover,
.country-page .country .country_universities .list-unstyled a:focus {
  text-decoration: underline;
}
.country-page .university-map {
  margin-bottom: 20px;
  margin-top: 20px;
}
.country-flag-big {
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 40%;
}
.news_index_date,
.newest_degrees_date,
.article_index_date {
  color: #ccc;
}
.news-thumb-big {
  height: 200px;
  margin-left: -50%;
}
.news-image-container-big {
  width: 200px;
  overflow: hidden;
}
.news-thumb {
  height: 150px;
  margin-left: -50%;
}
.news-image-container {
  width: 150px;
  overflow-x: hidden;
}
.newest_degrees_title {
  font-weight: 700;
  color: #4A4A4A;
}
.newest_degrees_title:hover,
.newest_degrees_title:focus {
  text-decoration: none;
}
.newest_degrees_text h2 {
  font-size: 14px;
  font-weight: 700;
}
.universities .table > thead > tr > th,
.universities .table > tbody > tr > th,
.universities .table > tfoot > tr > th,
.universities .table > thead > tr > td,
.universities .table > tbody > tr > td,
.universities .table > tfoot > tr > td {
  font-weight: bold;
}
.universities .table > thead > tr > th {
  font-size: 15px;
  font-weight: bold;
}
.universities .table > tbody > tr > td {
  font-size: 14px;
}
.universities .university-map {
  margin-top: 39px;
}
.universities_header {
  padding-bottom: 20px;
}
.find_possibilities {
  padding-bottom: 30px;
}
.find_possibilities h2 {
  font-size: 16px;
}
.links ul {
  margin-top: 10px;
  padding: 0px;
  list-style-type: none;
}
.links a {
  color: #4A4A4A;
  text-decoration: underline;
}
.links a:hover,
.links a:focus {
  text-decoration: underline;
  color: #F4792C;
}
.country-spec {
  font-size: 14px;
}
.find-study-program ul {
  font-size: 18px;
  font-weight: bold;
  padding-left: 0;
  color: #4A4A4A;
}
.find-study-program ul a {
  color: #F4792C;
}
.find-study-program ul .child {
  margin-bottom: 15px;
}
.find-study-program ul .child li a {
  padding-left: 20px;
  font-size: 14px;
  color: #F4792C;
}
.country-page .country {
  padding: 20px 20px 0 10px;
}
@media (min-width: 768px) {
  .country-page .country {
    margin-bottom: 100px;
  }
}
.news-text {
  padding: 20px 20px 100px 10px;
}
.provider #video h2 {
  font-size: 20px;
  font-weight: 700;
  color: #F4792C;
  margin-bottom: 5px;
}
.provider #video .embed-responsive {
  margin-bottom: 50px;
}
.providerTitle,
.countryPageTitle,
.productTitle,
.universityTitle {
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  color: #F4792C;
  font-size: 44px;
  padding-bottom: 10px;
  margin-top: -7px;
  line-height: 34px;
}
.providerSubtitle {
  color: #F4792C;
  font-size: 20px;
  font-weight: normal;
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
.newsTitle,
.newsTitle a,
.infoTitle,
.infoTitle a {
  color: #F4792C;
  font-size: 25px;
  padding-bottom: 10px;
  font-family: "HWTArtz", Helvetica, Arial, sans-serif;
  margin: 0 20px 0 0;
  padding-left: 0;
  text-decoration: none;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .newsTitle,
  .newsTitle a,
  .infoTitle,
  .infoTitle a {
    font-size: 34px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .newsTitle,
  .newsTitle a,
  .infoTitle,
  .infoTitle a {
    font-size: 36px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .newsTitle,
  .newsTitle a,
  .infoTitle,
  .infoTitle a {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
.lead-text-small {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
}
.panel-primary {
  background-color: #f5f5f5;
}
.header-logo {
  padding-top: 20px;
}
.listing_provider {
  text-transform: uppercase;
  color: #A8A8A8;
  font-size: 14px;
  margin: 2px 0;
}
.listing-row .listing-title,
.universitylisting .listing-title {
  margin: 0;
}
.circle-base {
  border-radius: 100px;
  background: #FAFAFA;
  width: 70px;
  height: 70px;
  padding: 15px;
  border: 1px solid #f5f5f5;
}
.school-pixel {
  position: absolute;
  visibility: hidden;
}
.orange_box {
  border: 3px solid #F4792C;
  padding: 10px;
  margin-top: 10px;
}
.country-page-flag {
  font: 0/0 a;
}
.country-page-flag .logo-container {
  display: inline-block;
}
.country-page-flag img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  max-height: 80px;
}
.school-logo {
  text-align: center;
}
.school-logo .logo-container {
  padding: 15px;
  border: 1px solid #EDEDED;
  display: inline-block;
}
.school-logo img {
  max-height: 80px;
}
@media (min-width: 768px) {
  .country-page-flag {
    float: left;
    max-width: 33%;
  }
  .country-page-flag .logo-container {
    margin-right: 15px;
    position: relative;
    z-index: 10;
  }
  .country-page-flag img {
    max-height: 110px;
  }
  .school-logo {
    float: left;
    max-width: 33%;
    margin-right: 15px;
  }
  .school-logo .logo-container {
    height: 110px;
    background: white;
    z-index: 10;
    position: relative;
    font: 0/0 a;
    max-width: 100%;
  }
  .school-logo .logo-container:after {
    content: ' ';
    height: 50%;
    width: 0;
    display: inline-block;
  }
  .school-logo img {
    min-width: 80px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .school-logo {
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .school-logo {
    max-width: 25%;
  }
}
.cover-photo-container {
  position: relative;
  top: -15px;
}
.cover-photo-container img {
  width: 100%;
}
.author {
  padding: 20px 0;
}
.flag-icon-16.language-dropdown-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.hideContent {
  display: none;
}
.countryUniversities {
  padding-top: 20px;
}
.gmat_row {
  padding-top: 20px;
}
.useful-links h4 a,
.gmat_row h4 a,
.link-degrees-row h4 a {
  text-decoration: none;
}
.school-logo-index {
  width: 100px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.school-logo-listing {
  z-index: 10;
  position: relative;
}
.duration .duration-fact-box {
  margin-bottom: 30px;
}
.duration .duration_box {
  background-color: #FAFAFA;
  border: 1px solid #f2f2f2;
  min-height: 200px;
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.duration .duration_box img {
  width: 45px;
}
.duration .duration_box_title {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4A4A4A;
}
.duration .duration_box_text {
  font-size: 16px;
  font-weight: 700;
  color: #F4792C;
}
.duration .links a {
  font-weight: 700;
  color: #4A4A4A;
}
.duration .duration_title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.sign-in-form {
  width: 250px;
  padding: 10px 25px 0;
}
.unesco-content-top10 {
  font-size: 14px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 0 25px 10px 0;
}
.unesco-content-top10 a {
  color: #4A4A4A;
}
.unesco-content-top10 a:hover,
.unesco-content-top10 a:focus {
  text-decoration: underline;
  color: #4A4A4A;
}
.unesco-content-top10 tr:first-child td:first-child a {
  color: #F4792C;
}
.top-ten {
  padding-bottom: 0;
}
.top-ten .unesco_degree {
  font-size: 16px;
  font-weight: 700;
}
#unesco_current_location {
  display: inline;
}
.unesco_current_location_title {
  font-weight: 700;
}
.teaching-language h5 {
  margin: 20px 0;
}
.teaching-language .flag-icon-16 {
  position: relative;
  top: 4px;
  display: inline-block;
}
.news-container .small-news-images {
  margin-left: -35px;
}
.news-container .news-select {
  padding-top: 10px;
}
.news-container .label-news-select {
  text-align: right;
  padding-top: 10px;
  font-size: 18px;
  color: #4A4A4A;
}
.country_universities {
  margin-top: 20px;
}
.country_universities > li {
  margin-bottom: 20px;
}
.fulltext {
  display: none;
}
section.cat .multicolumn {
  padding-left: 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
section.cat .multicolumn a {
  color: #4a4a4a;
}
@media (min-width: 768px) {
  section.cat .multicolumn {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.universitylisting .country-flag img,
.listing-page .country-flag img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.universitylisting .search-listing-flag,
.listing-page .search-listing-flag {
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 10px;
  width: 130px;
  margin-left: 20px;
}
.universitylisting .listing-image {
  margin-left: 20px;
  margin-bottom: 10px;
}
.info-box {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-bottom: 10px; */
  border: 1px solid #F4792C;
  padding: 10px;
}
.universities-index .multicolumns,
.universitylisting .multicolumns {
  padding-left: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .universities-index .multicolumns,
  .universitylisting .multicolumns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .dropdown-menu {
    max-height: 335px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .universities-index .multicolumns,
  .universitylisting .multicolumns {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  .second_nav .container .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .second_nav .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .multicolumns-sitemap,
  .multicolumns {
    padding-left: 20px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .multicolumns-sitemap,
  .multicolumns {
    column-gap: 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .multicolumns-sitemap,
  .multicolumns {
    column-gap: 10px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.universities-index .multicolumns-sm,
.universitylisting .multicolumns-sm {
  padding-left: 20px;
  -moz-column-count: 6;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 6;
  column-gap: 10px;
}
.universitylisting .pagination {
  text-align: center;
}
@media (max-width: 767px) {
  .universitylisting .pagination {
    margin: 0;
  }
}
.universitylisting h4,
.listing-row h4 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .listing-page .listing_title {
    font-size: 20px;
  }
  .listing-page .also-have-these-degrees {
    text-align: right;
  }
  .listing-page .navigation-box .multicolumn {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .listing-page .list-item-divider {
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  .listing-page .listing_title {
    font-size: 22px;
  }
  .listing-page .also-have-these-degrees {
    text-align: right;
  }
  .listing-page .navigation-box .multicolumn {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
  }
}
/*needed???*/
#school .no-tab-address-box {
  width: 200px;
  padding-left: 5px;
}
#school .half-width {
  width: 50%;
}
.listing-pagination {
  text-align: center;
}
.label-default-master {
  background-color: #F5F5F5;
  display: inline-block;
  color: #808080;
  padding: 8px 8px 6px 8px;
  margin: 5px 5px 5px 0;
  border-radius: 3px;
}
a .label-default-master:hover {
  color: #808080;
}
a .label-default-master:hover:hover,
a .label-default-master:hover:focus {
  color: #fff;
  background-color: #F4792C;
  text-decoration: none;
}
.label-success-master {
  background-color: #2f971c;
  display: inline-block;
  color: #fff;
  padding: 8px;
  margin: 5px 5px 5px 0;
}
.label-success-master a {
  color: #fff;
}
.label-warning-master {
  background-color: #cdae25;
  display: inline-block;
  color: #fff;
  padding: 8px;
  margin: 5px 5px 5px 0;
}
.country .country_universities .list-unstyled .label-success-master a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.country .country_universities .list-unstyled .label-default-master a {
  color: #8B8989;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.country .country_universities .list-unstyled .label-warning-master a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.labels-more {
  cursor: pointer;
  cursor: hand;
  font-weight: 700;
}
.useful-links-md {
  float: left;
  width: 50%;
}
.useful-links-sm {
  float: left;
  width: 50%;
}
.news-pagination,
.provider-pagination {
  text-align: center;
}
.news-pagination .pagination.hidden-xs,
.provider-pagination .pagination.hidden-xs {
  margin-top: 50px;
}
.dfp_ads {
  text-align: right;
  margin-bottom: 20px;
}
.dfp_ads div {
  padding-bottom: 10px;
}
.text-left .dfp_ads {
  text-align: left;
}
.hide_text {
  display: none;
}
.news-lead-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.news-lead-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .news-lead-image {
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .news-lead-image.large,
  .news-lead-image.small {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .less-padding-right {
    padding-right: 5px;
  }
}
.program-facts {
  font-weight: 700;
  font-size: 14px;
  margin-top: 50px;
}
.program-facts a {
  color: #667899;
}
.program-facts .show-date-details {
  cursor: pointer;
  cursor: hand;
}
.program-facts .indented {
  padding-left: 40px;
}
.program-facts tr.odd {
  background-color: #F9F9F9;
}
.program-facts .borderless {
  font-weight: 500;
  font-size: 13px;
  border: none;
}
.program-facts .boldness {
  font-weight: 500;
}
.program-facts .show-details {
  text-align: right;
}
.search-container .search {
  padding-top: 20px;
}
.sitemap .subtitles {
  padding-left: 20px;
}
.sitemap {
  padding-bottom: 20px;
}
.sitemap h2 {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 18px;
}
.sitemap .country-subtitles {
  padding-bottom: 20px;
  padding-left: 20px;
}
.sitemap .product {
  padding: 20px;
}
ul.sitemap li.country > a.country {
  display: block;
  background: #254e98;
  color: White;
  padding: 2px 5px;
}
.school-map {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
.social-media-icons img {
  width: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.reviews-container {
  padding: 0;
}
.reviews-container blockquote {
  display: none;
}
.reviews-container blockquote.show {
  display: block;
  -webkit-animation: fadein .5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .5s;
  /* Firefox < 16 */
  -ms-animation: fadein .5s;
  /* Internet Explorer */
  -o-animation: fadein .5s;
  /* Opera < 12.1 */
  animation: fadein .5s;
}
blockquote.review {
  border-left-color: #F4792C;
}
blockquote.review p {
  font-size: 14px;
}
.testimonials-sidebar {
  padding-top: 30px;
}
.testimonials-sidebar .well h2 {
  margin-top: 0;
}
.testimonials-sidebar .well p {
  margin-bottom: 0;
  font-style: italic;
}
.sector-select-wrapper {
  margin-bottom: 10px;
}
.find-study-program ul > li > ul {
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .find-study-program {
    margin-right: 135px;
  }
}
@media (max-width: 767px) {
  .logo-heading {
    margin-bottom: 15px;
  }
}
.about-author {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  margin: 40px 0px 35px;
}
.info .well.contact-details {
  padding: 0;
}
.info .well.contact-details .contact-details-text {
  padding: 20px;
}
.info .customer-login-button {
  color: #ffffff;
  background-color: #F4792C;
  border-color: #F4792C;
}
.info .nav > li > a {
  padding: 0 0 0 10px;
}
.info .nav > li > a:hover,
.info .nav > li > a:focus {
  color: #F4792C;
  font-weight: 700;
  background: none;
}
.info .info-pages-nav .active {
  color: #F4792C;
  font-weight: 700;
  background: none;
}
.info .info-pages-nav .active a {
  color: #F4792C;
}
.info .book_demo_container img {
  padding-bottom: 10px;
}
.info .book_demo_container .contact_us_image_legend {
  font-weight: 700;
  font-size: 14px;
}
.info .quote {
  min-height: 180px;
  font-size: 1.2em;
  color: #B0B0B0;
  font-weight: 600;
  font-style: italic;
}
.info .well {
  margin-bottom: 5px;
  margin-top: 20px;
}
.info .quote_author {
  text-align: right;
  font-size: 1.1em;
  font-weight: 700;
}
.info .quote_author_info {
  text-align: right;
  font-size: 0.85em;
}
@media (min-width: 768px) {
  .school-ident-container {
    position: relative;
    z-index: 10;
    height: 110px;
  }
  .school-ident-container .school-ident {
    position: absolute;
  }
  .school-ident-container .school-ident .headings {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 15px 5px;
    margin: 0 -15px;
  }
}
.text-image {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
.account-recommended-programs .loop-intro .great-news {
  font-family: HWTArtz, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #49494a;
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
}
.account-recommended-programs .loop-intro .great-news span {
  color: #68b710;
}
.account-recommended-programs .loop-intro .btn-yes-all {
  font-size: 20px;
  white-space: normal;
  line-height: 22px;
}
.account-recommended-programs .main-columns {
  display: flex;
}
.account-recommended-programs .main-columns .recommended-list {
  flex: 5;
  color: #a7a7a8;
}
.account-recommended-programs .main-columns .recommended-list .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  border: 0;
}
.account-recommended-programs .main-columns .recommended-list .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ccc;
}
.account-recommended-programs .main-columns .recommended-list .list-header {
  display: flex;
}
.account-recommended-programs .main-columns .recommended-list .list-header .col1 {
  flex: 1;
}
.account-recommended-programs .main-columns .recommended-list .list-header .col2 {
  flex-basis: 110px;
  font-size: 1.6em;
  color: #333;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li {
  border: 1px solid #dfe1e1;
  margin-bottom: 20px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li:last-child {
  border-bottom: 1px solid #dfe1e1;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program {
  display: flex;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program a {
  color: #a7a7a8;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo {
  flex-basis: 140px;
  padding: 5px 10px;
  text-align: center;
  background-color: #fdfdfe;
  border-right: 1px solid #dfe1e1;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo.orange {
  font-weight: bold;
  background-color: #f2782d;
  color: White;
  text-align: left;
  font-size: 0.85em;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo img {
  max-height: 100px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo * {
  box-sizing: border-box;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo .matching-percent-container {
  text-align: center;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .logo .wrapper {
  margin: 5px auto 0;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info {
  flex: 1;
  margin-left: 10px;
  padding: 15px 10px 0 10px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info h4 {
  color: #F4792C;
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info h4 a {
  color: #F4792C;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info .school-name {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 0.85em;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info .program-short-info {
  color: #49494a;
  font-size: 0.7em;
  line-height: 1.2em;
  font-family: Helvetica;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info .recommended-readmore {
  cursor: pointer;
  font-size: 0.9em;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info .statement {
  background-color: #f4792c;
  white-space: normal !important;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options {
  flex-basis: 150px;
  padding: 15px 10px;
  color: #99999a;
  font-size: 0.9em;
  position: relative;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .star {
  background: url(/img/loop/star-xs.png) no-repeat;
  position: relative;
  width: 44px;
  height: 38px;
  margin: 0 auto 10px auto;
  text-align: center;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .star div {
  position: absolute;
  font-size: 0.8em;
  color: #fff;
  width: 26px;
  text-align: center;
  top: 12px;
  left: 6px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .checkbox-selector {
  color: #818182;
  font-size: 0.9em;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .checkbox-selector i {
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 3px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .location {
  margin-top: 15px;
  line-height: 1.2em;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .location span {
  color: #F4792C;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .btn-request-info {
  display: inline-block;
  background: #8ac808;
  background: -moz-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: -webkit-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: linear-gradient(to bottom, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac808', endColorstr='#4e9203', GradientType=0);
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 500;
  width: 200px;
  cursor: pointer;
  border: 0;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos {
  font-size: 0;
  line-height: 0;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 15px 5px 15px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button.btn-primary {
  background-color: #F4792C;
  border: 1px solid #F4792C;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button.btn-default {
  background-color: #f3f3f4;
  border: 1px solid #ccc;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button:first-child {
  padding-right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button:last-child {
  padding-left: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .yes-nos .button:focus {
  outline: none;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper {
  flex: 1;
  border-top: 1px solid #dfe1e1;
  padding: 15px 10px 10px 10px;
  font-size: 0.7em;
  line-height: 1.2em;
  font-family: Helvetica;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .form-group {
  margin-bottom: 0;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions {
  display: flex;
  margin-left: 10px;
  background: #fdfdfe;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .program-question {
  flex: 1;
  max-width: 400px;
  padding: 0 5px 0 0;
  color: #333;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .send-answer {
  flex-basis: 140px;
  align-self: center;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .send-answer.align-self-end {
  align-self: flex-end;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .send-answer a.btn-request-info {
  display: inline-block;
  background: #8ac808;
  background: -moz-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: -webkit-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: linear-gradient(to bottom, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac808', endColorstr='#4e9203', GradientType=0);
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 500;
  width: 200px;
  cursor: pointer;
  border: 0;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .send-answer a.btn-request-info.not-yet-clicked {
  opacity: 0.6;
}
.account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .grow-div {
  flex-grow: 1;
}
.account-recommended-programs .main-columns .info {
  flex: 1.1;
  padding-left: 25px;
}
.account-recommended-programs .main-columns .info .statement {
  font-size: 1.5em;
  color: #F4792C;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
}
.account-recommended-programs .main-columns .info .you-will {
  font-size: 1.1em;
  margin-top: 50px;
  font-weight: 600;
  color: #F4792C;
  padding-left: 0;
}
.account-recommended-programs .main-columns .info .you-will ul {
  margin-top: 7px;
}
.account-recommended-programs .main-columns .info .you-will ul li {
  color: #4a4a4a;
  position: relative;
  padding: 0 0 7px 35px;
}
.account-recommended-programs .main-columns .info .you-will ul li i {
  position: absolute;
  left: 0;
  color: #F4792C;
  font-size: 1.7em;
  display: inline-block;
  margin-right: 10px;
}
.account-recommended-programs .main-columns .send-all-section {
  display: flex;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase h3 {
  font-family: Arial;
  color: #F4792C;
  font-size: 1.3em;
  font-weight: 600;
  margin: 30px 0;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase p {
  margin-top: 8px;
  font-size: 0.9em;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase .btn-send-all {
  display: inline-block;
  background: #8ac808;
  background: -moz-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: -webkit-linear-gradient(top, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  background: linear-gradient(to bottom, #8ac808 0%, #8ac808 14%, #80c217 27%, #4e9203 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac808', endColorstr='#4e9203', GradientType=0);
  border-radius: 4px;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 50px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase .btn-send-all.affix {
  top: 0;
  width: 94.5%;
  z-index: 999;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase .no-thanks {
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
  margin-top: 85px;
}
.account-recommended-programs .main-columns .send-all-section .ready-to-increase .no-thanks a {
  color: #999;
  text-decoration: underline;
}
.account-recommended-programs .main-columns .send-all-section .trust {
  flex: 1;
  padding-top: 75px;
}
.account-recommended-programs .main-columns .send-all-section .trust img {
  height: 54px;
  margin-top: 5px;
}
.account-recommended-programs.loop-modal ul {
  column-gap: 10px;
  column-count: 4;
  margin-bottom: 0;
}
.account-recommended-programs.loop-modal ul input {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .account-recommended-programs .main-columns .info {
    padding-left: 0;
  }
  .account-recommended-programs .main-columns .info .you-will {
    padding-left: 25px;
  }
  .account-recommended-programs .main-columns .recommended-list .list-header .col2 {
    flex-basis: 90px;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-info {
    margin-left: 0;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .options {
    flex-basis: 115px;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .options .checkbox-selector {
    padding-left: 0;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions {
    display: block;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .program-question {
    margin-top: 5px;
  }
  .account-recommended-programs .main-columns .recommended-list ul.programs li .program .program-questions-wrapper .program-questions .program-question:first-child {
    margin-top: 0;
  }
  .account-recommended-programs .loop-intro .great-news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .account-recommended-programs.loop-modal ul {
    column-gap: 10px;
    column-count: 3;
  }
}
.faq-iframe {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.country-sites-list li {
  padding: 1px 0;
}
.country-sites-list li .flag-icon-16 {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.country-sites-list li a {
  display: block;
  padding: 2px 7px 1px;
}
.country-sites-list li a:hover {
  text-decoration: none;
  background: #eeeeee;
}
html[lang="zh"] div[id="program"] p {
  text-indent: 2em;
}
html[lang="zh"] div[id="school"] p {
  text-indent: 2em;
}
html[lang="zh"] div[id="listings"] p {
  text-indent: 2em;
}

/*# sourceMappingURL=../maps/css/main.css.map */
