@charset "UTF-8";

/**
 * Fonts
 */


/*!
 *  Font Awesome 4.2.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("https://studyportals.com/wp-content/themes/studyportals/assets/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("https://studyportals.com/wp-content/themes/studyportals/assets/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("https://studyportals.com/wp-content/themes/studyportals/assets/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("https://studyportals.com/wp-content/themes/studyportals/assets/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("https://studyportals.com/wp-content/themes/studyportals/assets/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.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;
}


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

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

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

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

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

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

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

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

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

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

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

.fa-border {
    padding: 0.2em 0.25em 0.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**
 * Plugins
 */


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/css/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper .bx-viewport {
    left: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.bx-pager .bx-pager-item {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
}

.bx-pager .bx-pager-item:not(:last-child) {
    margin-right: 5px;
}

.bx-pager .bx-pager-item .bx-pager-link {
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    background: white;
    text-indent: -9999px;
}

.bx-pager .bx-pager-item .bx-pager-link.active {
    opacity: 1;
}

.bx-pager .bx-pager-item:hover .bx-pager-link {
    opacity: 0.5;
}

.bx-controls .bx-controls-direction .bx-prev, .bx-controls .bx-controls-direction .bx-next {
    z-index: 100 !important;
    background: black;
}

.bx-controls .bx-controls-direction .bx-prev:before, .bx-controls .bx-controls-direction .bx-next:before {
    content: "";
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url("https://studyportals.com/wp-content/themes/studyportals/assets/css/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: url("https://studyportals.com/wp-content/themes/studyportals/assets/css/plugins/slick/fontsslick.eot");
    src: url("https://studyportals.com/wp-content/themes/studyportals/assets/css/plugins/slick/fontsslick.eot?#iefix") format("embedded-opentype"), url("https://studyportals.com/wp-content/themes/studyportals/assets/css/plugins/slick/fontsslick.woff") format("woff"), url("https://studyportals.com/wp-content/themes/studyportals/assets/css/plugins/slick/fontsslick.ttf") format("truetype"), url("https://studyportals.com/wp-content/themes/studyportals/assets/css/plugins/slick/fontsslick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 5px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/**
 * Helpers
 */


/* 0, 640px */


/* 641px, 1024px */


/* 1025px, 1440px */


/* 1441px, 1920px */


/* 1921px */

.absolute-center, .bx-pager .bx-pager-item .bx-pager-link, .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

.clearfix:after, [class*='large-']:after, [class*='medium-']:after, [class*='small-']:after, [class*='large-'] [class*='wrapper-']:after, [class*='medium-'] [class*='wrapper-']:after, [class*='small-'] [class*='wrapper-']:after, [class*='large-'] [class*='wrapper-'] [class*='box-']:after, [class*='medium-'] [class*='wrapper-'] [class*='box-']:after, [class*='small-'] [class*='wrapper-'] [class*='box-']:after, .row:after, .content:after {
    display: block !important;
    clear: both;
    content: "";
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.container_fit_content .row {
    height: 100%;
}

.container_fit_content .row .columns {
    height: 100%;
}

.container_fit_content .row .columns [class*='wrapper-'] {
    height: 100%;
}

.container_fit_content .row .columns [class*='wrapper-'] [class*='box-'] {
    height: 100%;
}

.undo_container_fit_content .row {
    height: auto !important;
}

.undo_container_fit_content .row .columns {
    height: auto !important;
}

.undo_container_fit_content .row .columns [class*='wrapper-'] {
    height: auto !important;
}

.undo_container_fit_content .row .columns [class*='wrapper-'] [class*='box-'] {
    height: auto !important;
}

.row {
    max-width: 1200px;
}

.wrapper-inner {
    width: 100%;
}

.wrapper-inner .box-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.normalize-table {
    margin: 0;
    width: 100%;
    background: none;
    border: none;
}

.normalize-table tr {
    background: none;
    border: none;
}

.normalize-table tr td {
    padding: 0;
    background: none;
    border: none;
}

.inline-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.inline-list li {
    display: inline-block;
}

.reset-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.border-top {
    border-top: 1px solid #cccccc;
}

.border-bottom {
    border-bottom: 1px solid #cccccc;
}

.border-left {
    border-left: 1px solid #cccccc;
}

.border-right {
    border-right: 1px solid #cccccc;
}

.border {
    border: 1px solid #cccccc;
}

.mfp-perspective .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.mfp-perspective.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-perspective.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-perspective.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-perspective.mfp-removing .mfp-with-anim {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
    opacity: 0;
}

.mfp-perspective.mfp-removing.mfp-bg {
    opacity: 0;
}

a {
    outline: 0!important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.pad-top {
    padding-top: 0.9375rem !important;
}

.pad-bottom {
    padding-bottom: 0.9375rem !important;
}

.pad-left {
    padding-left: 0.9375rem !important;
}

.pad-right {
    padding-right: 0.9375rem !important;
}

.margin-top {
    margin-top: 0.9375rem !important;
}

.margin-bottom {
    margin-bottom: 0.9375rem !important;
}

.margin-left {
    margin-left: 0.9375rem !important;
}

.margin-right {
    margin-right: 0.9375rem !important;
}

.no-margin-all {
    margin: 0 !important;
}

.no-pad {
    padding: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.no-margin {
    margin-left: auto !important;
    margin-right: auto !important;
}

.no-margin-left {
    margin-left: auto !important;
}

.no-margin-right {
    margin-right: auto !important;
}

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

.standard-font.thin {
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    line-height: 1.2;
}

.standard-font.normal {
    font-size: 13px;
    font-weight: 500;
    color: #5F5F5F;
    line-height: 1.2;
    letter-spacing: 0px;
}

.subheading {
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    color: #231f20;
}

.disable-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.capitalize-all {
    text-transform: uppercase !important;
}

.capitalize-initial {
    text-transform: capitalize !important;
}

.text-justify {
    text-align: justify;
}

.color-facebook {
    color: #3b5998;
}

.color-twitter {
    color: #00aced;
}

.gradient.yellow {
    background: #ff8f00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f00), color-stop(100%, #c06900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff8f00 0%, #c06900 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#c06900', GradientType=0);
    /* IE6-9 */
}

.gradient.blue {
    background: #47639b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #47639b 1%, #1d3a72 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #47639b), color-stop(100%, #1d3a72));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #47639b 1%, #1d3a72 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #47639b 1%, #1d3a72 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #47639b 1%, #1d3a72 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #47639b 1%, #1d3a72 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47639b', endColorstr='#1d3a72', GradientType=0);
    /* IE6-9 */
}

.gradient.light-blue {
    background: #0088d0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0088d0), color-stop(100%, #006eb7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0088d0 1%, #006eb7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088d0', endColorstr='#006eb7', GradientType=0);
    /* IE6-9 */
}

.gradient.green {
    background: #3dd699;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #3dd699), color-stop(100%, #028a54));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3dd699 18%, #028a54 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dd699', endColorstr='#028a54', GradientType=0);
    /* IE6-9 */
}

.gradient.red {
    background: #ff4946;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4946), color-stop(100%, #ff302d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff4946 0%, #ff302d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4946', endColorstr='#ff302d', GradientType=0);
    /* IE6-9 */
}


/**
 * Components
 */

.button {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.button.small {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: capitalize;
}

.button .button-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button .button-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button .button-inner .button-text>* {
    vertical-align: middle;
}

.button .button-inner .button-text .fa {
    margin-right: 10px;
}

.button .button-inner .button-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button:hover .button-overlay {
    opacity: 1;
}

.button.has-icon:hover .button-inner {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.button.has-icon:hover .button-inner .button-icon {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.button.orange {
    background-color: #f95c39;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.orange:hover {
    background-color: #d3411b;
}

.button.blue {
    background: #247ba0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.blue:hover {
    background-color: #007db2;
}

.button.orange-o {
    background: none;
    opacity: 1;
    color: #f95c39;
    border: 1px solid #f95c39;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.orange-o:hover {
    background-color: #f95c39;
    color: #FFFFFF;
}

.button.blue-o {
    background: none;
    opacity: 1;
    color: #247ba0;
    border: 1px solid #247ba0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.blue-o:hover {
    background-color: #007db2;
    border: 1px solid #007db2;
    color: #FFFFFF;
}

.button.white-o {
    background: none;
    opacity: 1;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.white-o:hover {
    background-color: #FFFFFF;
    color: #247ba0;
}

.button.yellow {
    background: #ff8f00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f00), color-stop(100%, #c06900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8f00 0%, #c06900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff8f00 0%, #c06900 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#c06900', GradientType=0);
    /* IE6-9 */
}

.button.light-blue {
    background: #0088d0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0088d0), color-stop(100%, #006eb7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0088d0 1%, #006eb7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0088d0 1%, #006eb7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088d0', endColorstr='#006eb7', GradientType=0);
    /* IE6-9 */
}

.button.green {
    background: #3dd699;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #3dd699), color-stop(100%, #028a54));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3dd699 18%, #028a54 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3dd699 18%, #028a54 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dd699', endColorstr='#028a54', GradientType=0);
    /* IE6-9 */
}

.button.red {
    background: #ff4946;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4946), color-stop(100%, #ff302d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff4946 0%, #ff302d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff4946 0%, #ff302d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4946', endColorstr='#ff302d', GradientType=0);
    /* IE6-9 */
}


/**
 * Filters
 */


/**
 * Sections
 */

z::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 92px;
}

body>.wrap {
    overflow: hidden;
    padding: 0;
    min-height: 650px;
}

body>.wrap>.content {
    min-height: 650px;
    /* padding-top: 20px; */
}

body>.wrap>.content>.main {
    min-height: 650px;
}

.text-center {
    text-align: center;
}

.fixed {
    position: fixed;
    z-index: 999999999999999;
}

.slick-dots {
    display: inline-block;
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 60px;
    margin-bottom: 0px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button:before {
    font-size: 15px;
    color: #CCCCCC;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slick-dots .slick-active button:before {
    font-size: 20px;
    color: #f95c39 !important;
}

.left-image-section {
    padding: 75px 0px;
}

.left-image-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.left-image-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 30px;
}

.left-image-section .image-column {
    text-align: center;
}

.right-image-section {
    padding: 30px 0px;
}

.right-image-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.right-image-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 30px;
}

.right-image-section .image-column {
    text-align: center;
}

.background-image-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0px;
    text-align: center;
}

.background-image-section p {
    font-size: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.image-text-boxes-section {
    padding: 75px 0px;
    text-align: center;
}

.image-text-boxes-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.image-text-boxes-section .section-box {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.image-text-boxes-section .section-box img {
    margin-bottom: 20px;
}

.image-text-boxes-section .section-box p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 20px;
    min-height: 115px;
}

.big-image-section {
    padding: 75px 0px;
    text-align: center;
}

.big-image-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.big-image-section p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.big-quote-section {
    padding-bottom: 55px;
    padding-top: 135px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 35px;
}

.big-quote-section p {
    font-size: 29px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    max-width: 900px;
    margin: 0 auto;
}

.call-to-action-section {
    padding: 65px 0px;
    text-align: center;
}

.call-to-action-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.call-to-action-section p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin: 0 auto;
}

.call-to-action-section .button {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 100;
    padding: 20px 40px;
}

.masonry-section {
    background-color: #EEEEEE;
    padding: 90px 0px;
}

.masonry-section #masonry {
    text-align: center;
}

.masonry-section #masonry .msnry {
    height: 250px;
    width: 33%;
    display: inline-block;
    padding: 10px;
}

.masonry-section #masonry .msnry .image {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.masonry-section #masonry .msnry .image:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.masonry-section #masonry .msnry .image-large {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.masonry-section #masonry .msnry .image-large:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.masonry-section #masonry .w2 {
    height: 500px;
}

.icon-text-boxes-section {
    padding: 70px 0px 40px 0px;
    text-align: center;
}

.icon-text-boxes-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

.icon-text-boxes-section img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.page-id-10774 .icon-text-boxes-section h4 {
    font-size: 20px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    text-align: left !important;
}

.icon-text-boxes-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    padding: 0px 15px;
}

.cover-section {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center;
    padding: 110px 0px;
}

.cover-section h1 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.html-code-section {
    text-align: center;
    padding: 35px 0px;
}

.html-code-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.html-code-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 30px;
}

.subscribe-download-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    text-align: center;
}

.subscribe-download-section .title {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

.subscribe-download-section .description {
    font-size: 16px;
    color: #EEEEEE;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

div.wpcf7-validation-errors {
    display: none!important;
}

.wpcf7 {
    margin-bottom: 0px;
}

.wpcf7-form {
    margin-bottom: 0px;
}

.grey-bg {
    background-color: #EEEEEE;
}

.white-bg {
    background-color: #FFFFFF;
}

.white-popup {
    position: relative;
    background: #FFFFFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}


/*

====== Zoom effect ======

*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== Newspaper effect ======

*/

.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== Move-horizontal effect ======

*/

.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== Move-from-top effect ======

*/

.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== 3d unfold ======

*/

.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== Zoom-out effect ======

*/

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}


/*

====== "Hinge" close effect ======

*/

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

@media (max-width: 1050px) {
    body {
        padding-top: 69px;
    }
}

.navigation {
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo-header{
    max-width: 100%;
    display: flex;
    height: 88px;
    align-items: center;
}
.navigation.nav-scroll .logo-header{
  height: 65px
}
.navigation .row {
    height: 100%;
}

.navigation .columns {
    height: 100%;
}

.navigation .logo {
    height: 100%;
    display: inline-block;
}

.navigation .logo img {
    height: 65%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.navigation .contact-btn {
      float: right;
      height: 88px;
      display: flex;
      align-items: center;
}
.navigation.nav-scroll .contact-btn {
    height: 65px;
}
.navigation .contact-btn a {
    display: table-cell;
    vertical-align: middle;
}

.navigation .contact-btn a:active {
    color: #FFFFFF!important;
}

.navigation .contact-btn a:focus {
    color: #FFFFFF!important;
}

.navigation .contact-btn a span:active {
    color: #FFFFFF!important;
}

.navigation .contact-btn a span:focus {
    color: #FFFFFF!important;
}

.navigation .contact-btn a:active span {
    color: #FFFFFF!important;
}

.navigation .contact-btn a:focus span {
    color: #FFFFFF!important;
}

.navigation .contact-btn a span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.navigation .contact-btn a span:hover {
    color: #FFFFFF!important;
}

.navigation .menu {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

.navigation .menu ul {
    padding: 0px;
    margin: 0px;
}

.navigation .menu ul li {
    display: inline-table;
    list-style: none;
    margin-right: 15px;
    height: 100%;
}

.navigation .menu ul li a {
    /*display: table-cell;*/
    line-height: 88px;
    font-size: 17px;
    height: 100%;
    vertical-align: middle;
    color: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
}

.navigation .menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.navigation .menu ul li a:hover {
    color: #f95c39;
}

.navigation .menu ul li:last-child {
    margin-right: 0px;
}

@media screen and (min-width:950px) {
	.navigation .menu #menu-top-nav li.dropdown > a.dropdown-toggle {
		cursor: pointer;
		pointer-events: none;
	}
}

.navigation .menu ul li a,
.navigation .menu ul li a span {
	font-family: "Source Sans Pro", sans-serif !important;
}

.navigation .menu ul .active a {
    color: #f95c39;
    text-decoration: none;
}

.navigation .menu ul .dropdown-menu {
    line-height: 40px !important;
    border-radius: 0px;
    border-top: 1px solid #EEEEEE;
    height: initial!important;
}

.navigation .menu ul .dropdown-menu li {
    width: 100% !important;
    background-color: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.navigation .menu ul .dropdown-menu li a {
    color: #666666 !important;
}

.navigation .menu ul .dropdown-menu li.active:last-child a {
    background-color: #EEEEEE;
    padding: 0px 20px !important;
    color: #f95c39 !important;
}

.navigation .mobile-menu {
    display: none;
    float: right;
}

.navigation .mobile-menu .toggle-menu {
    cursor: pointer;
    line-height: 60px;
    text-align: right;
    display: block;
    padding: 0px 20px;
}

.navigation .mobile-menu .toggle-menu.active i {
    color: #F95C39;
}

.navigation .mobile-menu .toggle-menu i {
    font-size: 30px;
    color: #666666;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.navigation .mobile-menu ul {
    position: absolute;
    top: 69px;
    right: 0px;
    z-index: 100;
    background-color: #eeecec;
    width: 75%;
    margin: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
}

.navigation .mobile-menu .active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.navigation .mobile-menu ul li {
    text-align: center;
    list-style-type: none;
    padding: 15px 5px!important;
    border-bottom: 1px solid #DEDEDE!important;
}

.navigation .mobile-menu ul li:not([class]) {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px!important;
}

.navigation .mobile-menu ul li a {
    color: #666666;
}

.navigation .mobile-menu ul li a li {
    list-style-type: none;
    text-align: center;
    padding: 10px 0px;
}

.navigation .mobile-menu ul li a i {
    display: none;
}

.navigation .mobile-menu ul li a:focus {
    color: #F95C39;
    text-decoration: none;
}

.navigation .mobile-menu ul li a:active {
    color: #F95C39;
    text-decoration: none;
}

.navigation .mobile-menu ul li a:hover {
    color: #f95c39;
    text-decoration: none;
}

.nav-scroll {
    height: 67px !important;
    border-bottom: 1px solid #E3E5E6;
}

.nav-scroll .menu ul li a {
    line-height: 65px;
}

.navigation .menu ul .dropdown-menu li a {
    line-height: 45px!important;
}

@media (max-width: 1220px) {
    .top-small {
        padding-right: 16px;
    }
}

@media (max-width: 1140px) {
    .navigation .menu ul li {
        margin-right: 25px;
    }
}

@media (max-width: 1100px) {
    .navigation .logo {
        padding-left: 10px;
    }

    .navigation .menu ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1120px) {
    .navigation .logo img {
        height: 36px;
    }

}

@media (max-width: 1050px) {
    .top-small {
        padding-right: 16px;
    }
    .navigation {

    }
    .navigation .columns {
        line-height: 68px;
    }
    .navigation .menu ul {
        line-height: 68px;
    }
}

@media (max-width: 985px) {
    .navigation .menu ul li {
        margin-right: 10px;
    }
}

@media (max-width: 855px) {
    .navigation .contact-btn a span {
        text-transform: capitalize !important;
        font-weight: normal !important;
        color: #666666 !important;
        font-size: 17px !important;
        padding: 0px !important;
        border: none !important;
    }
}

@media (max-width: 950px) {
    .top-small .contact {
        float: left;
        margin-left: 10px;
    }
    .top-small .contact:after {
        display: none;
    }
    .navigation .logo {
        line-height: 60px;
    }
    .navigation .logo-header span{
    display: block;
    content: '';
    position: absolute;
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/logo.png) center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    }
    .ribbon-header span{
      display: inline-block;
      content: '';
      background: url('https://studyportals.com/wp-content/uploads/2020/04/coronavirus_copy.png') center center no-repeat;
      width: 25px;
      height: 25px;
      background-size: contain;
      float: left;
      margin-right: 3px;
    }
    .ribbon-header img,
    .navigation .logo-header img{
      display: none;
    }
    .navigation .menu {
        display: none;
    }
    .navigation .mobile-menu {
          display: block;
          float: none;
          position: absolute;
          width: 100%;
          top: 0;
          right: 0;
    }
    .contact-btn {
        display: none !important;
    }
}

@media (max-width: 641px) {
    .cover .title {
        margin-top: 50px !important;
    }
    .cover .students {
        margin-top: 30px !important;
    }
    .cover .institutions {
        margin-top: 30px !important;
    }
}

@media (max-width: 475px) {
    .cover .title {
        margin-top: 50px !important;
    }
    .cover .title span {
        font-size: 30px !important;
    }
    .cover .students {
        margin-top: 30px !important;
    }
    .cover .institutions {
        margin-top: 30px !important;
    }
}

.breadcrumb {
    height: 45px;
    background-color: #f95c39;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}

.breadcrumb ul {
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    line-height: 45px;
}

.breadcrumb ul span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Source Sans Pro';
}

.breadcrumb ul span a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb ul .divider i {
    color: #FFFFFF;
    margin: 0px 10px;
    padding: 1px 6px 1px 8px;
    font-size: 19px;
}

@media (max-width: 765px) {
    .breadcrumb {
        height: 45px;
    }
    .breadcrumb ul {
        line-height: 45px;
    }

    .page-id-10573 .breadcrumb ul {
        line-height: 58px;
    }
}

.color-border {
    position: relative;
    height: 5px;
    /* background-image: url("../img/general/color-border.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    background-color: #247BA0;
}

.footer-columns {
    padding: 60px 15px;
}

.footer-columns .columns {
    padding: 0px;
}

.footer-columns .title {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.footer-columns .links ul {
    margin: 0px;
}

.footer-columns .links ul li {
    list-style: none;
    font-size: 15px;
    color: #666666;
    font-weight: 100;
    font-size: 17px;
    line-height: 34px;
}

.footer-columns .links ul li a {
    color: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-columns .links ul li a .fa-linkedin {
    color: #1687B1;
    padding: 0px 2px;
}

.footer-columns .links ul li a .fa-twitter {
    color: #00BBF2;
    padding: 0px 2px;
}

.footer-columns .links ul li a .fa-google-plus {
    color: #E3401D;
    padding: 0px 2px;
}

.footer-columns .links ul li a .fa-facebook {
    color: #4D70A8;
    padding: 0px 2px;
}

.footer-columns .links ul li a .pink {
    color: #c48cd8 !important;
}

.footer-columns .links ul li a .orange {
    color: #F95C39 !important;
    font-family: "Source Sans Pro", sans-serif !important;
}

.footer-columns .links ul li a .blue {
    color: #247ba0 !important;
    font-family: "Source Sans Pro", sans-serif !important;
}

.footer-columns .links ul li a .green {
    color: #24ac81 !important;
}

.footer-columns .links ul li a .red {
    color: #DD4141 !important;
}

.footer-columns .links ul li a .yellow {
    color: #E7B246 !important;
}

.footer-columns .links ul li a .cyan {
    color: #39c8c2 !important;
}

.footer-columns .links ul li a:hover {
    color: #f95c39 !important;
}

.footer-columns .links ul li .italic {
    font-style: italic;
    font-size: 13px;
}

.small-footer {
    height: 60px;
    background-color: #F2F4F5;
}

.small-footer .columns {
    padding: 0px;
}

.small-footer .copyright {
    font-size: 14px;
    line-height: 60px;
    color: #666666;
    padding-left: 15px;
}

.small-footer .links ul {
    display: inline-block;
    float: right;
    margin: 0px;
    padding-right: 15px;
}

.small-footer .links ul li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

.small-footer .links ul li a {
    font-size: 14px;
    line-height: 60px;
    color: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.small-footer .links ul li a:hover {
    color: #f95c39;
}

@media (max-width: 1025px) {
    .footer-columns .title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.clear-off-canvas {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.clear-off-canvas.active {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

.off-canvas-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    z-index: 101;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: opacity 0.1s ease, width 0.6s ease, height 0.6s ease;
    -o-transition: opacity 0.1s ease, width 0.6s ease, height 0.6s ease;
    transition: opacity 0.1s ease, width 0.6s ease, height 0.6s ease;
}

.off-canvas-overlay.visible {
    -webkit-transition: opacity 0.5s ease, width 0.001s ease, height 0.001s ease;
    -o-transition: opacity 0.5s ease, width 0.001s ease, height 0.001s ease;
    transition: opacity 0.5s ease, width 0.001s ease, height 0.001s ease;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.off-canvas-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    z-index: 102;
    -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media all and (max-width: 40em) {
    .off-canvas-menu {
        width: 50%;
    }
}

.off-canvas-menu .wrapper-off-canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition-delay: .5s;
    -webkit-transform: translateY(160px);
    -moz-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    transform: translateY(160px);
    background: #1e1e1e;
    -webkit-transition: all 0.001s ease;
    -o-transition: all 0.001s ease;
    transition: all 0.001s ease;
}

.off-canvas-menu .wrapper-off-canvas .off-canvas-close {
    position: relative;
    padding: 15px 0 15px 15px;
    text-align: right;
}

.off-canvas-menu .wrapper-off-canvas .off-canvas-close:before {
    width: 100%;
    content: "\e082";
    font-family: "Simple-Line-Icons";
    z-index: 100;
    font-size: 50px;
    color: white;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.off-canvas-menu .wrapper-off-canvas .off-canvas-close:hover {
    cursor: pointer;
}

.off-canvas-menu .wrapper-off-canvas .off-canvas-close:hover:before {
    color: #e42024;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas {
    width: 100%;
    height: 100%;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-bottom: 100px;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item {
    position: relative;
    display: table;
    width: 100%;
    padding: 15px 10px 15px 25px;
}

@media all and (min-width: 40.1em) {
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item.newsletter {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.001s ease;
        -o-transition: all 0.001s ease;
        transition: all 0.001s ease;
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-160px);
        -o-transform: translateY(-160px);
        transform: translateY(-160px);
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item.newsletter:before {
        top: 0;
        bottom: auto;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item.newsletter:after {
        top: 1px;
        bottom: auto;
    }
}

@media all and (max-width: 40em) {
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item.newsletter {
        position: relative;
        bottom: auto;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item:before, .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item:before {
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item:after {
    bottom: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb, .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text {
    display: table-cell;
    vertical-align: middle;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb img {
    max-width: 100%;
    max-height: 100%;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb i {
    font-size: 50px;
    color: #f4a01a;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text {
    padding-left: 25px;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text .menu-title {
    display: block;
    font-size: 24px;
    color: white;
    line-height: 1;
}

.off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text .menu-subtitle {
    font-size: 14px;
    color: #03a564;
    font-style: italic;
}

@media all and (max-width: 40em) {
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item {
        padding: 10px 5px 10px 15px;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .thumb i {
        font-size: 30px;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text {
        padding-left: 10px;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text .menu-title {
        font-size: 18px;
    }
    .off-canvas-menu .wrapper-off-canvas .box-off-canvas .off-canvas-nav .menu-item .text .menu-subtitle {
        font-size: 12px;
    }
}

.off-canvas-menu.visible {
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
}


/**
 * Pages
 */

 .cov_news{
background: url("https://studyportals.com/wp-content/uploads/2018/08/Hero_Studyportals_News.jpg") no-repeat center center;

}

.cov_news:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}

.cover {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-top: 92px;
}

.cover .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.cover .title {
    text-align: center;
    margin-top: 33px;
}

.cover .title span {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 600;
}

.cover .description {
    text-align: center;
    margin-top: 20px;
}

.cover .description span {
    color: #FFFFFF;
    font-size: 20px;
}

.cover .play {
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    display: none;
}

.cover .play a {
    color: #FFFFFF;
}

.cover .play i {
    font-size: 50px;
    border: 2px solid white;
    border-radius: 60px;
    padding: 28px 26px 27px 40px;
    height: 110px;
    width: 110px;
}

.cover .students {
    text-align: center;
}

.cover .students span {
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cover .institutions {
    text-align: center;
}

.cover .institutions span {
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.courses {
    height: 600px;
    background-image: url("https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/home/courses_map.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.courses .title {
    text-align: center;
    font-size: 30px;
    color: #444444;
    font-weight: 600;
    margin-top: 70px;
}

.courses .title .orange {
    color: #f95c39;
}

.courses .title .grey {
    color: #666666;
}

.courses .description {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.courses .course-box {
    width: 154px;
    display: inline-block;
    margin: 0px 4px;
    margin-top: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.courses .course-box img {
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 80px;
    padding: 16px;
}

.courses .course-box .number {
    text-align: center;
    margin-top: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.courses .course-box .course-title {
    font-size: 16px;
    text-align: center;
    width: 96px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.courses .course-box .olive {
    color: #8ca62a;
}

.courses .course-box .pink {
    color: #c48cd8;
}

.courses .course-box .orange {
    color: #f95c39;
}

.courses .course-box .green {
    color: #24ac81;
}

.courses .course-box .blue {
    color: #247BA0;
}

.courses .course-box .red {
    color: #dd4141;
}

.courses .course-box .cyan {
    color: #39c8c2;
}

.courses .read-more {
    text-align: center;
    margin-top: 80px;
}

.logo-bar {
    height: 130px;
    background-color: #EEEEEE;
}

.logo-bar .logo-slide {
    margin-top: 28px;
}

.logo-bar .logo-slide .logo {
    line-height: 130px;
}

.logo-bar .logo-slide .logo img {
    margin: 0 auto;
}

.promotions .large-9 {
    padding: 0px;
}

.promotions .title {
    font-size: 30px;
    color: #444444;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}

.promotions .loader {
    text-align: center;
    margin: 50px 0px;
}

.promotions .details .content {
    width: 60%;
    display: inline-block;
}

.promotions .details .content .title {
    font-size: 18px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    margin-top: 0px;
}

.promotions .details .content .sub-title {
    font-size: 15px;
    color: #f95c39;
    text-transform: uppercase;
    margin-top: 15px;
}

.promotions .details .content .description {
    font-size: 16px;
    color: #444444;
    margin-top: 34px;
}

.promotions .details .content .description p {
    font-weight: 200;
}

.promotions .details .content .learn-more {
    margin-top: 45px;
}

.promotions .details .image {
    width: 35%;
    display: inline-block;
    float: right;
}

.promotions .details .image img {
    padding-right: 20px;
}

.promotions .slider {
    display: none;
    margin-top: 90px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #F2F4F5;
    padding-right: 30px;
    margin-bottom: 80px;
}

.promotions .slider .slick-dots {
    display: inline-block;
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
}

.promotions .slider .slick-dots li {
    display: inline-block;
}

.promotions .slider .slick-dots li button:before {
    font-size: 66px;
    color: #EEEEEE;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.promotions .slider .slick-dots .slick-active button:before {
    font-size: 40px;
    color: #f95c39;
}

.promotions .tweets {
    display: none;
    margin-top: 90px;
    margin-bottom: 20px;
}

.promotions .tweets .title {
    font-size: 18px;
    color: #00BBF2;
    text-align: left;
    font-weight: normal;
}

.promotions .tweets .tweet {
    position: relative;
    margin-left: 25px;
    margin-top: 30px;
}

.promotions .tweets .tweet .content {
    font-size: 16px;
    color: #222222;
}

.promotions .tweets .tweet .content p {
    margin: 0px;
}

.promotions .tweets .tweet .link {
    font-size: 16px;
    color: #247ba0;
    text-decoration: underline;
}

.promotions .tweets .tweet .link:hover {
    color: #007db2;
}

.promotions .tweets .tweet .time {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
    font-style: italic;
}

.promotions .tweets .tweet .twitter-icon {
    position: absolute;
    top: 3px;
    left: -25px;
    color: #00BBF2;
}

.students-say {
    background-color: #EEEEEE;
    padding: 70px 0px;
}

.students-say .title {
    font-size: 30px;
    font-weight: 600;
    color: #444444;
    letter-spacing: 1px;
    margin-bottom: 66px;
}

.students-say .description {
    color: #444444;
    margin-bottom: 52px;
}

.students-say .description p {
    margin: 0px;
    font-weight: 200;
    font-size: 19px;
}

.students-say .student-details .name {
    font-size: 26px;
    color: #247ba0;
    margin: 0px;
    margin-bottom: 0px;
}

.students-say .student-details .location {
    font-size: 18px;
    color: #247ba0;
    margin: 0px;
}

.for-institutions-section {
    padding: 70px 0px;
}

.for-institutions-section .title {
    font-size: 30px;
    font-weight: 600;
    color: #444444;
    text-align: center;
    line-height: 25px;
}

.for-institutions-section .institution-box {
    padding: 70px 0px;
    width: 222px;
    display: inline-block;
    margin: 0px 4px;
}

.for-institutions-section .institution-box .icon {
    text-align: center;
}

.for-institutions-section .institution-box .title {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    padding: 15px 0px;
}

.for-institutions-section .institution-box .description {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 200;
    height: 190px;
    width: 168px;
    margin-left: auto;
    margin-right: auto;
}

.for-institutions-section .institution-box .learn-more {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.for-institutions-section .contact-us {
    position: relative;
    border: 1px solid #dddddd;
    padding: 25px 45px;
    height: 96px;
}

.for-institutions-section .contact-us:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    height: 96px;
    width: 5px;
    background-color: #f95c39;
}

.for-institutions-section .contact-us p {
    display: inline-block;
    margin: 0px;
    font-size: 30px;
    line-height: 37px;
    color: #222222;
}

.for-institutions-section .contact-us a {
    margin: 0px;
    float: right;
    display: block;
}

.numbers {
    position: relative;
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0px;
}

.numbers .number-box .icon {
    text-align: center;
}

.numbers .number-box .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.numbers .number-box .number {
    font-size: 75px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 200;
}

.numbers .number-box .title {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.numbers .number-box .blue {
    color: #247ba0;
}

.numbers .number-box .orange {
    color: #f95c39;
}

.numbers .number-box .yellow {
    color: #E7B246;
}

.numbers .number-box .green {
    color: #6CAB45;
}

.clients-say {
    padding: 60px 0px;
    background-color: #EEEEEE;
}

.clients-say .title {
    font-size: 30px;
    color: #444444;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.clients-say .loader {
    text-align: center;
    margin: 50px 0px;
}

.clients-say .clients-slider {
    text-align: center;
    display: none;
}

.clients-say .clients-slider .slide {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 17px;
    text-align: center;
    display: inline-block;
    width: 360px;
    margin: 0px 10px;
}

.clients-say .clients-slider .slick-dots {
    display: inline-block;
    position: relative;
    text-align: center;
    bottom: 0;
    margin-top: 60px;
    margin-bottom: 0px;
}

.clients-say .clients-slider .slick-dots li {
    display: inline-block;
}

.clients-say .clients-slider .slick-dots li button:before {
    font-size: 66px;
    color: #CCCCCC;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.clients-say .clients-slider .slick-dots .slick-active button:before {
    font-size: 40px;
    color: #f95c39;
}

.fresh-insights {
    padding: 60px 0px;
}

.fresh-insights .title {
    font-size: 30px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 20px;
    text-align: center;
}

.fresh-insights .description {
    text-align: center;
    margin-bottom: 75px;
}

.fresh-insights .description p {
    color: #444444;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fresh-insights .description a {
    color: #247ba0;
    text-decoration: underline;
    font-size: 14px;
}

.fresh-insights .text p {
    font-size: 16px;
    color: #444444;
}

.fresh-insights .text p span {
    font-size: 30px;
    font-weight: 600;
    color: #f95c39;
}

.fresh-insights .text a {
    color: #247ba0;
    text-decoration: underline;
    font-size: 14px;
}

.fresh-insights .text .left {
    text-align: left;
}

.fresh-insights .text .right {
    text-align: right;
}

.fresh-insights .image {
    text-align: center;
}

.fresh-insights .after {
    border-right: 1px solid #dddddd;
}

.student-partners {
    padding: 60px 0px;
    background-color: #EEEEEE;
}

.student-partners .title {
    font-size: 30px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 20px;
    text-align: center;
}

.student-partners .description {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 60px;
}

.student-partners .description p {
    margin: 0px;
}

.student-partners .partners-box {
    display: inline-block;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 20px;
    margin-right: 15px;
    width: 215px;
    text-align: center;
    margin-bottom: 20px;
}

.student-partners .partners-box:last-child {
    margin: 0px;
}

.unicef {
    padding: 60px 0px;
}

.unicef .column {
    padding: 0px;
}

.unicef .title {
    font-size: 30px;
    font-weight: 600;
    color: #444444;
    text-align: center;
    margin-bottom: 90px;
}

.unicef .title span {
    color: #f95c39;
}

.unicef .border-middle {
    border-right: 1px solid #ddd;
    padding-right: 60px;
}

.unicef .padding-left {
    padding-left: 80px;
    padding-right: 25px;
}

.unicef .left {
    float: none !important;
}

.unicef .left .counter {
    font-size: 96px;
    color: #247ba0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 200;
}

.unicef .left .description {
    font-size: 16px;
    color: #444444;
    text-align: center;
    margin-bottom: 5px;
}

.unicef .left .goal {
    font-size: 30px;
    font-weight: 600;
    color: #247ba0;
    text-align: center;
    margin-bottom: 30px;
}

.unicef .left .share-experience {
    text-align: center;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}

.unicef .left .share-experience .button {
    padding: 6px 26px !important;
}

.unicef .right {
    float: none !important;
}

.unicef .right .description {
    font-size: 16px;
    color: #444444;
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    width: 60%;
}

.unicef .right .description .button {
    padding: 10px 28px;
    width: 100%;
}

.unicef .right .description p {
    margin-bottom: 64px;
}

.unicef .right .unicef-logo {
    padding: 19px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: inline-block;
    float: right;
    width: 35%;
}

.unicef #masonry {
    text-align: center;
}

.unicef #masonry .msnry {
    height: 250px;
    width: 33%;
    display: inline-block;
    padding: 10px;
}

.unicef #masonry .msnry .image {
    width: 100%;
    height: 100%;
}

.unicef #masonry .msnry .image-large {
    width: 100%;
    height: 100%;
}

.unicef #masonry .w2 {
    height: 500px;
}

.bottom-cover {
    position: relative;
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.bottom-cover .title {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-top: 210px;
    margin-bottom: 20px;
}

.bottom-cover .description {
    font-size: 16px;
    color: #EEEEEE;
    text-align: center;
    margin-bottom: 40px;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-cover .to-careers {
    text-align: center;
}

@media (max-width: 1195px) {
    .courses {
        height: 900px;
    }
    .courses .course-box {
        margin: 0px 38px;
        margin-top: 60px;
    }
    .promotions .slider {
        padding-left: 15px;
    }
    .students-say .title {
        margin-bottom: 42px;
    }
    .students-say .description {
        margin-bottom: 30px;
    }
}

@media (max-width: 1090px) {
    .for-institutions-section .contact-us p {
        font-size: 24px;
    }
    .numbers .number-box .number {
        font-size: 55px;
    }
}

@media (max-width: 1025px) {
    .promotions .details {
        padding: 0px 20px;
    }
    .promotions .details .learn-more {
        text-align: center;
    }
    .promotions .slider {
        margin-left: auto;
        margin-right: auto;
    }
    .promotions .slider .slick-dots {
        text-align: center;
        margin-top: 17px;
        margin-left: 0px;
    }
    .students-say .student-details .name {
        font-size: 24px;
    }
    .students-say .student-details .location {
        font-size: 14px;
    }
    .fresh-insights .image {
        margin-top: 20px;
    }
    .unicef .right .description {
        width: 100%;
    }
    .unicef .right .unicef-logo {
        display: none;
    }
}

@media (max-width: 971px) {
    .courses .course-box {
        margin: 0px 25px;
        margin-top: 60px;
    }
}

@media (max-width: 924px) {
    .for-institutions-section .contact-us {
        height: 66px;
        padding: 12px 12px;
    }
    .for-institutions-section .contact-us:before {
        height: 66px;
    }
    .for-institutions-section .contact-us p {
        font-size: 19px;
        line-height: 39px;
        margin-left: 20px;
    }
}

@media (max-width: 867px) {
    .courses .course-box {
        margin: 0px 15px;
        margin-top: 60px;
    }
}

@media (max-width: 800px) {
    .promotions .slider {}
    .students-say .student-details.hidden {
        display: block !important;
        visibility: visible !important;
    }
    .students-say .student-details.visible {
        display: none !important;
        visibility: hidden !important;
    }
    .unicef #masonry .msnry {
        width: 50%;
    }
    .masonry-section #masonry .msnry {
        width: 50%;
    }
    .numbers .number-box .number {
        font-size: 35px;
    }
}

@media (max-width: 787px) {
    .courses .course-box {
        margin: 0px 4px;
        margin-top: 60px;
    }
}

@media (max-width: 738px) {
    .for-institutions-section .contact-us {
        height: 130px;
        text-align: center;
    }
    .for-institutions-section .contact-us:before {
        height: 130px;
    }
    .for-institutions-section .contact-us .button {
        margin-top: 15px;
        float: none;
        display: inline-block;
    }
    .unicef .border-middle {
        padding-right: 0px;
    }
    .unicef .padding-left {
        padding-left: 30px;
    }
}

@media (max-width: 699px) {
    .courses {
        height: 1200px;
    }
    .courses .course-box {
        margin: 0px 10px;
        margin-top: 60px;
    }
}

@media (max-width: 685px) {
    .promotions .slider {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .promotions .tweets {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .promotions .tweets .title {
        margin-top: 0px !important;
    }
    .promotions .details .content {
        width: 100%;
    }
    .promotions .details .image {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 642px) {
  .home section.background-image-section p{
    max-height: 280px;
  }
}
@media (max-width: 641px) {
    .cover {
        height: auto;
        padding: 20px 0;
        margin-top: 69px;
    }
    .students-say .student-photo {
        text-align: center;
    }
    .students-say .student-details {
        margin-bottom: 30px;
    }
    .home section.background-image-section{
      padding: 0;
      background-repeat: no-repeat;
    }
    .home section.background-image-section p{
      max-height: 150px;
    }
    .home section.background-image-section .columns a{
      margin-bottom: 10px;
    }
}

@media (max-width: 573px) {
    .for-institutions-section .contact-us {
        height: 163px;
    }
    .for-institutions-section .contact-us:before {
        height: 163px;
    }
}

@media (max-width: 570px) {
    .courses {
        height: 1500px;
    }
    .courses .course-box {
        margin: 0px 42px;
        margin-top: 60px;
    }
    .promotions .slider {
        display: none;
    }
    .promotions .small-7 {
        width: 100%;
    }
    .promotions .tweets {
        margin-bottom: 40px;
    }
    .bottom-cover .description {
        width: 100%;
    }
}

@media (max-width: 521px) {
    .courses .course-box {
        margin: 0px 20px;
        margin-top: 60px;
    }
}

@media (max-width: 433px) {
    .courses .course-box {
        margin: 0px 4px;
        margin-top: 60px;
    }
    .unicef #masonry .msnry {
        width: 100%;
    }
    .masonry-section #masonry .msnry {
        width: 100%;
    }
}

@media (max-width: 369px) {
    .courses {
        height: 1550px;
    }
    .courses .course-box {
        margin-top: 60px;
    }
}

@media (max-width: 357px) {
    .courses {
        height: 2450px;
    }
}

@media (max-width: 347px) {
    .for-institutions-section .contact-us {
        height: 206px;
    }
    .for-institutions-section .contact-us:before {
        height: 206px;
    }
}

.about-cover {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/about/studyportals-team-xmas2014.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.about-cover h1 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.about-nav {
    padding: 60px 0px;
}

.about-nav .box {
    text-align: center;
}

.about-nav .box img {
    display: block;
    margin: 0 auto;
    height: 55px;
}

.about-nav .box span {
    font-size: 18px;
    color: #444444;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.about-nav a {
    text-decoration: none;
}

.about-us {
    background-color: #EEEEEE;
    padding: 73px 0px;
}

.about-us h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-us p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    /*margin-bottom: 100px;*/
}

.mission {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/about/mission.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0px;
    text-align: center;
}

.mission p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.about-team {
    padding-top: 65px;
    padding-bottom: 60px;
    text-align: center;
}

.about-team h2 {
    text-align: center;
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-team .members .columns {
    float: left;
    height: 449px;
}

.about-team .members .position {
    margin-bottom: 30px;
}

.about-team .members .position h4 {
    color: #f95c39;
}

.about-team .members .member {
    margin-bottom: 90px;
    text-align: center;
}

.about-team .members .member img {
    display: block;
    margin: 0 auto;
    margin-bottom: 23px;
    border-radius: 250px;
    max-width: 80%;
    width:222px;
    height:222px;
}

.about-team .members .member .name {
    font-size: 22px;
    color: #222222;
    font-family: 'Source Sans Pro';
    display: block;
    marign: 0 auto;
    margin-bottom: 10px;
}

.about-team .members .member .job {
    font-size: 16px;
    color: #444444;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    display: block;
    marign: 0 auto;
    margin-bottom: 30px;
}

.about-team .members .member .contact span {
    margin: 0px 5px;
}

.about-team .members .member .contact span .fa-envelope {
    background-color: #247BA0;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 30px;
}

.about-team .members .member .contact span .fa-linkedin {
    background-color: #247BA0;
    color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 30px;
}

.about-beyond {
    background-color: #EEEEEE;
    padding: 70px 0px;
}

.about-beyond h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-beyond p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 30px;
}

.about-partners {
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
}

.about-partners h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}

.about-partners p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 70px;
}

.about-partners p a {
    color: #247ba0;
    text-decoration: underline;
}

.about-partners .about-partners-boxes .partner {
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin: 20px;
    text-align: center;
}

.about-partners .about-partners-boxes .partner img {
    margin: 0 auto;
}

.about-partners .about-partners-boxes .slick-dots {
    text-align: center;
    margin: 0px;
    margin-top: 40px;
}

.about-video {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/about/video-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 90px;
    text-align: center;
}

.about-video h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}

.about-video .video iframe {
    height: 340px;
    width: 600px;
}

@media (max-width: 640px) {
    .about-video .video iframe {
        height: 210px;
        width: 370px;
    }
}

@media (max-width: 800px) {
    .about-team .members .member {
        height: 300px;
    }
}

@media (max-width: 490px) {
    .about-cover {
        text-align: center;
        padding: 50px 0px;
    }
    .about-cover h2 {
        font-size: 18px;
    }
    .about-nav {
        padding: 30px 0px;
    }
    .about-nav .box {
        margin-bottom: 20px;
    }
    .about-us {
        padding: 35px 0px;
    }
    .about-us p {
        margin-bottom: 20px;
    }
    .mission {
        padding: 50px 0px;
    }
    .about-team {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .about-team h2 {
        margin-bottom: 35px;
    }
    .about-team .members .member {
        margin-bottom: 140px;
    }
    .about-beyond {
        padding: 20px 0px;
    }
    .about-partners {
        padding-top: 35px;
    }
    .about-partners p {
        margin-bottom: 30px;
    }
    .about-partners .about-partners-boxes .slick-dots {
        margin-top: 30px;
    }
    .about-videos {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 410px) {
    .about-video {
        padding: 20px 0px;
    }
    .about-video .video iframe {
        height: initial;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .about-video {
        padding: 20px 0px;
    }
    .about-video .video iframe {
        height: 160px;
        width: 270px;
    }
}

.careers-cover {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/careers/cover-careers.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.careers-cover h2 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.careers-mission {
    padding: 70px 0px;
}

.careers-mission h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

.careers-mission img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.careers-mission p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    padding: 0px 15px;
}

.mission-bottom {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/careers/mission-bottom-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.mission-bottom p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #FFFFFF;
    max-width: 1000px;
    margin: 0 auto;
}

.careers-values {
    padding: 80px;
    text-align: center;
}

.careers-values h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

.careers-values img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.careers-values span {
    font-size: 22px;
    color: #222222;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    display: block;
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.careers-values p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #444444;
    padding: 0px 30px;
}

.careers-masonry {
    background-color: #EEEEEE;
    padding: 90px 0px;
}

.careers-masonry #masonry {
    text-align: center;
}

.careers-masonry #masonry .msnry {
    height: 250px;
    width: 33%;
    display: inline-block;
    padding: 10px;
}

.careers-masonry #masonry .msnry .image {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.careers-masonry #masonry .msnry .image:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.careers-masonry #masonry .msnry .image-large {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.careers-masonry #masonry .msnry .image-large:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.careers-masonry #masonry .w2 {
    height: 500px;
}

.careers-jobs {
    padding: 90px 0px;
}

.careers-jobs h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

.careers-jobs .jobs .job {
    height: 75px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 75px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.careers-jobs .jobs .job .title {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    color: #222222;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.careers-jobs .jobs .job .location {
    float: right;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    color: #666666;
    opacity: 0.6;
}

.careers-jobs .jobs .job:hover {
    background-color: #EEEEEE;
}

.careers-jobs .jobs .job:hover .title {
    margin-left: 15px;
    color: #f95c39;
}

.careers-jobs .jobs .row:last-child .job {
    border-bottom: none;
}

.careers-footer {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/careers/careers-footer-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.careers-footer .contact-us {
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 25px 45px;
    height: 96px;
}

.careers-footer .contact-us:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    height: 96px;
    width: 5px;
    background-color: #f95c39;
}

.careers-footer .contact-us p {
    display: inline-block;
    margin: 0px;
    font-size: 30px;
    line-height: 43px;
    color: #444444;
}

.careers-footer .contact-us a {
    margin: 0px;
    float: right;
    display: block;
}

@media (max-width: 822px) {
    .careers-values p {
        padding: 0px;
    }
}

@media (max-width: 795px) {
    .careers-footer .contact-us p {
        font-size: 20px;
    }
}

@media (max-width: 630px) {
    .careers-footer .contact-us {
        padding: 2px 5px;
        height: 106px;
    }
    .careers-footer .contact-us:before {
        height: 106px;
    }
    .careers-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .careers-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

@media (max-width: 431px) {
    .careers-jobs .jobs .job {
        height: 58px;
        line-height: 58px;
    }
}

@media (max-width: 380px) {
    .careers-footer .contact-us {
        padding: 2px 5px;
        height: 150px;
    }
    .careers-footer .contact-us:before {
        height: 150px;
    }
    .careers-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .careers-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

.contact-map {
    width: 100%;
    position: relative;
    display: inline-block;
}

.contact-map .map {
    position: relative;
}

.contact-map .map img {
    position: relative;
    float: left;
}

.contact-map .marker {
    position: absolute;
}

.contact-map .marker .pointer {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.contact-map .marker .pointer .details {
    position: absolute;
    top: -63px;
    left: -63px;
    background-color: #247ba0;
    border: 0px solid #FFFFFF;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    padding: 65px 0px;
    cursor: pointer;
    z-index: 100000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.contact-map .marker.boston .pointer .details, .contact-map .marker.melbourne .pointer .details, .contact-map .marker.eindhoven .pointer .details {
    background-color: #F95C39;
}

.contact-map .marker .pointer .details h2 {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-map .marker .pointer .details p {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-map .marker:hover .details {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 5px solid #FFFFFF;
}

.contact-map .marker:hover .details h2 {
    opacity: 1;
}

.contact-map .marker:hover .details p {
    opacity: 1;
}

.contact-map .marker.melbourne {
    margin-top: 36%;
    margin-left: 86%;
}


.contact-map .marker.boston {
    margin-top: 9%;
    margin-left: 23%;
     z-index:1;
}


.contact-map .marker.bucharest {
    margin-top: 8.6%;
    margin-left: 51.5%;
}

.contact-map .marker.eindhoven {
    margin-top: 6%;
    margin-left: 45%;
    z-index:1;
}


.contact-map .marker.kaiserslautern {
    margin-top: 7%;
    margin-left: 47.5%;
}

.contact-map .marker.manchester {
    margin-top: 5%;
    margin-left: 42%;
}

.contact-map .marker.stockholm {
    margin-top: 3%;
    margin-left: 46%;
}

.contact-locations {
    padding: 80px 0px;
    text-align: center;
}

.contact-locations .city {
    display: inline-block;
    margin: 0 15px;
    height: 224px;
    width: 224px;
    border: 1px solid #CCCCCC;
    border-radius: 130px;
    background-repeat: no-repeat;
    background-position: 0px 91px;
    background-size: contain;
    margin-bottom: 30px;
    padding: 20px 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-position:bottom;
    vertical-align: middle;
    padding-top: 7%;
}

.city:nth-child(1), .city:nth-child(2), .city:nth-child(3){
    background-color:#6da2b8;
}
.city:nth-child(1) h2, .city:nth-child(1) p, .city:nth-child(2) h2, .city:nth-child(2) p, .city:nth-child(3) h2, .city:nth-child(3) p {
    color:#fff !important;
}
.city a, .city a:link, .city a:active, .city a:visited,.city a:focus, .city a:hover {
    color:#F95C39 ;
    font-weight: 700;
    font-size: 15px;
}
.city:hover {
    transform: scale(1.2);
    box-shadow: 1px 3px 40px rgba(0,0,0,0.5);
}
.city:hover a {
    transform: scale(1.2);
}
.contact-locations .city h2 {
    text-align: center;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-locations .city:hover h2 {
    color: #F95C39 !important;
}
.contact-locations .city p {
    font-size: 13px;
}

.contact-form {
    margin-top: 20px;
    background-color: #EEEEEE;
}

.contact-form .contact-tabs .left {
    padding-right: 0px !important;
}

@media (max-width: 1025px) {
    .contact-form .contact-tabs .left {
        padding: 0px 15px!important;
    }
}

.contact-form .contact-tabs .right {
    padding-left: 0px !important;
}

@media (max-width: 1025px) {
    .contact-form .contact-tabs .right {
        padding: 0px 15px!important;
    }
}

.contact-form .contact-tabs .contact-tab {
    background-color: #EEEEEE;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    color: #888888;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-form .contact-tabs .contact-tab:hover {
    background-color: #EEEEEE;
}

.contact-form .contact-tabs .contact-tab.active {
    background-color: #f95c39;
    color: #FFFFFF;
    border-bottom: 1px solid #f95c39;
}

.contact-form .contact-form-content {
    padding: 20px;
    padding-top: 0px;
}

.contact-form .contact-form-content .faq {
    display: none;
    margin-top: 20px;
}

.contact-form .contact-form-content .faq.active {
    display: block;
}

.contact-form .contact-form-content .faq .qa .question {
    margin-bottom: 10px;
}

.contact-form .contact-form-content .faq .qa .question span {
    color: #f95c39;
    font-weight: bold;
    cursor: pointer;
}

.contact-form .contact-form-content .faq .qa .question span i {
    font-size: 14px;
    margin-right: 5px;
}

.contact-form .contact-form-content .faq .qa .question span .fa-minus-circle {
    display: none;
}

.contact-form .contact-form-content .faq .qa .answer {
    display: none;
}

.contact-form .contact-form-content .faq .qa .answer p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    padding-left: 10px;
}

.contact-form .contact-form-content .universities-text {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.contact-form .contact-form-content .universities-text.active {
    display: block;
}

.contact-form .contact-form-content .universities-text span {
    font-size: 14px;
    color: #666666;
}

.contact-form .contact-form-content .contact-students {
    display: none;
}

.contact-form .contact-form-content .contact-students.active {
    display: block;
}

.contact-form .contact-form-content .contact-universities {
    display: none;
}

.contact-form .contact-form-content .contact-universities.active {
    display: block;
}

.contact-form .contact-form-content form {
    margin: 0 0 0.8rem;
}

.contact-form .contact-form-content label {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    color: #FFFFFF;
    line-height: 10px;
}

.contact-form .contact-form-content .button {
    margin-top: 30px;
}

.contact-form .contact-form-content input {
    margin-bottom: 0px !important;
    line-height: 16px;
    color: #888888 !important;
}

.contact-form .contact-form-content select {
    color: #888888;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    line-height: 17px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.contact-form .contact-form-content select:focus {
    background: #fafafa;
    border-color: #999;
    outline: none;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}

.contact-form .contact-form-content textarea {
    height: 207px;
    line-height: 20px;
}

.contact-form .contact-form-content span.wpcf7-not-valid-tip {
    display: none;
}

.contact-form .contact-form-content .wpcf7-not-valid {
    border: 1px solid #CA0000;
}

.contact-form .contact-form-content .wpcf7-validation-errors {
    display: none !important;
}

.contact-form .contact-form-content .wpcf7-list-item-label {
    color: #666666;
}

.contact-form .contact-form-content .button {
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
    color: #FFFFFF !important;
}

.contact-form .contact-form-content .ajax-loader {
    position: absolute;
    bottom: 46px;
    left: 0px;
    right: 0px;
    margin-left: auto !important;
    margin: auto;
}

@media (max-width: 767px) {
    .contact-map {
        display: none;
    }
}

@media (max-width: 641px) {
    .contact-form .button {
        display: block;
        width: 100%;
        margin-top: 0px;
    }
}

.press-header {
    text-align: center;
    padding: 65px 0px;
    position: relative;
    -webkit-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
}

.press-header .header-icon {
    margin-bottom: 25px;
}

.press-header h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.press-header p {
    font-size: 18px;
    color: #444444;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 100px;
    max-width: 900px;
    margin: 0 auto;
}

.press-posts {
    padding: 65px 0px;
    padding-top: 0px;
    background-color: #EEEEEE;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.press-posts .columns {
    float: left !important;
}

.press-posts .press-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.press-posts .press-box .press-box-image {
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.press-posts .press-box .press-box-image img {
    width: 100%;
}

.press-posts .press-box .press-box-content {
    padding: 30px 25px;
}

.press-posts .press-box .press-box-content h3 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
    height: 90px;
}

.press-posts .press-box .press-box-content p {
    font-size: 15px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.press-posts .press-box .press-box-footer {
    padding: 25px;
}

.press-posts .press-box .press-box-footer .author {
    display: inline-block;
}

.press-posts .press-box .press-box-footer .author span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 12px;
}

.press-posts .press-box .press-box-footer .time {
    display: inline-block;
    float: right;
}

.press-posts .press-box .press-box-footer .time span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 12px;
}

.press-post {
    padding: 65px 0px;
}

.press-post .author {
    display: inline-block;
}

.press-post .author span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.press-post .time {
    display: inline-block;
    margin-left: 30px;
}

.press-post .time span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.press-post .title h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.press-post .content p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.press-more-releases {
    padding: 35px 0px;
    background-color: #EEEEEE;
}

.press-more-releases .columns {
    float: left !important;
}

.press-more-releases h2 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.press-more-releases .press-box {
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.press-more-releases .press-box .press-box-image {
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.press-more-releases .press-box .press-box-image img {
    width: 100%;
}

.press-more-releases .press-box .press-box-content {
    padding: 25px 25px;
    padding-top: 15px;
}

.press-more-releases .press-box .press-box-content h3 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
}

@media (max-width: 880px) {
    .press-posts .press-box .press-box-content {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .press-posts .press-box .press-box-content h3 {
        margin-bottom: 0px;
    }
    .press-posts .press-box .press-box-content p {
        display: none;
    }
}

.blog-header {
    text-align: center;
    padding: 65px 0px;
    position: relative;
    -webkit-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
}

.blog-header .header-icon {
    margin-bottom: 25px;
}

.blog-header h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.blog-header p {
    font-size: 18px;
    color: #444444;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 100px;
    max-width: 950px;
    margin: 0 auto;
}

.blog-categories {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEEEEE;
}

.blog-categories ul {
    margin: 0px;
}

.blog-categories ul li {
    list-style-type: none;
    display: inline;
    font-size: 18px;
    margin-right: 10px;
}

.blog-categories ul li a {
    color: #666666;
    padding: 2px 8px;
}

.blog-categories ul li a.active {
    background-color: #f95c39;
    color: #FFFFFF;
    border-radius: 2px;
}

.blog-categories ul li:hover a {
    background-color: #f95c39;
    color: #FFFFFF;
    border-radius: 2px;
}

.blog-categories ul li.title {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.blog-posts {
    padding: 65px 0px;
    padding-top: 10px;
    background-color: #EEEEEE;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-posts .columns {
    float: left !important;
}

.blog-posts .blog-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-posts .blog-box .blog-box-image {
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-posts .blog-box .blog-box-image img {
    width: 100%;
}

.blog-posts .blog-box .blog-box-content {
    padding: 30px 25px;
}

.blog-posts .blog-box .blog-box-content h3 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
    height: 90px;
}

.blog-posts .blog-box .blog-box-content p {
    font-size: 15px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.blog-posts .blog-box .blog-box-footer {
    padding: 25px;
}

.blog-posts .blog-box .blog-box-footer .author {
    display: inline-block;
}

.blog-posts .blog-box .blog-box-footer .author span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 12px;
}

.blog-posts .blog-box .blog-box-footer .time {
    display: inline-block;
    float: right;
}

.blog-posts .blog-box .blog-box-footer .time span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 12px;
}

.blog-post {
    padding: 65px 0px;
}

.blog-post .author {
    display: inline-block;
}

.blog-post .author span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.blog-post .time {
    display: inline-block;
    margin-left: 30px;
}

.blog-post .time span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.post-category {
    display: inline-block;
    margin-left: 30px;
}

.post-category a {
    font-size: 14px;
    opacity: .8;
    color: #666666;
}

.post-category .fa {
    font-size: 14px;
    opacity: .8;
    color: #666666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-category:hover a {
    color: #f95c39;
}

.post-category:hover .fa {
    color: #f95c39;
}

.blog-post .title h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.blog-post .content p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.content ul {
    font-weight: 100;
}

.blog-more-releases {
    padding: 35px 0px;
    background-color: #EEEEEE;
}

.blog-more-releases .columns {
    float: left !important;
}

.blog-more-releases h2 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.blog-more-releases .blog-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-more-releases .blog-box .blog-box-image {
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-more-releases .blog-box .blog-box-image img {
    width: 100%;
}

.blog-more-releases .blog-box .blog-box-content {
    padding: 25px 25px;
    padding-top: 15px;
}

.blog-more-releases .blog-box .blog-box-content h3 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
}

@media (max-width: 880px) {
    .blog-posts .blog-box .blog-box-content {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .blog-posts .blog-box .blog-box-content h3 {
        margin-bottom: 0px;
    }
    .blog-posts .blog-box .blog-box-content p {
        display: none;
    }
}

.intelligence-header {
    text-align: center;
    padding: 65px 0px;
    position: relative;
    -webkit-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px -8px 16px 3px rgba(0, 0, 0, 0.38);
}

.intelligence-header .header-icon {
    margin-bottom: 25px;
}

.intelligence-header h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.intelligence-header p {
    font-size: 18px;
    color: #444444;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 100px;
    max-width: 900px;
    margin: 0 auto;
}

.intelligence-partners {
    background-color: #EEEEEE;
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: center;
}

.intelligence-partners h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}

.intelligence-partners p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 70px;
}

.intelligence-partners p a {
    color: #247ba0;
    text-decoration: underline;
}

.intelligence-partners .intelligence-partners-boxes {
    display: none;
}

.intelligence-partners .intelligence-partners-boxes .partner {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 20px;
    text-align: center;
}

.intelligence-partners .intelligence-partners-boxes .partner img {
    margin: 0 auto;
}

.intelligence-partners .intelligence-partners-boxes .slick-dots {
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}

.intelligence-partners .intelligence-partners-boxes .slick-dots li button:before {
    color: #CCCCCC;
}

.intelligence-posts {
    padding: 65px 0px;
    background-color: #EEEEEE;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.intelligence-posts .columns {
    float: left !important;
}

.intelligence-posts .intelligence-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    max-height: 302px;
}

.intelligence-posts .intelligence-box .columns {
    padding-right: 0px !important;
}

.intelligence-posts .intelligence-box .arrow {
    position: absolute;
    top: 136px;
    right: -2px;
}

.intelligence-posts .intelligence-box .content {
    padding: 12px 20px;
    padding-right: 35px;
    min-height: 325px;
}

.intelligence-posts .intelligence-box .content h3 {
    font-size: 25px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.excerpt-section ul,
.excerpt-section a,
.excerpt-section p,
.excerpt-section li,
.excerpt-section,
.intelligence-posts .intelligence-box .content p {
    font-size: 13px;
    color: #222222;
    font-family: 'Source Sans Pro';
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.6;
}
.excerpt-section p,
.excerpt-section li{
  margin-bottom: 5px !important;
  line-height: 1.2
}

.intelligence-post {
    padding: 65px 0px;
}

.intelligence-post .author {
    display: inline-block;
}

.intelligence-post .author span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.intelligence-post .time {
    display: inline-block;
    margin-left: 30px;
}

.intelligence-post .time span {
    color: #666666;
    opacity: .8;
    margin-left: 3px;
    font-size: 14px;
}

.intelligence-post .title h1 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.intelligence-post .content p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
}

.intelligence-more-releases {
    padding: 35px 0px;
    background-color: #EEEEEE;
}

.intelligence-more-releases .columns {
    float: left !important;
}

.intelligence-more-releases h2 {
    color: #f95c39;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.intelligence-more-releases .intelligence-box {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.intelligence-more-releases .intelligence-box .intelligence-box-image {
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.intelligence-more-releases .intelligence-box .intelligence-box-image img {
    width: 100%;
}

.intelligence-more-releases .intelligence-box .intelligence-box-content {
    padding: 25px 25px;
    padding-top: 15px;
}

.intelligence-more-releases .intelligence-box .intelligence-box-content h3 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
}

@media (max-width: 1025px) {
    .intelligence-posts .intelligence-box .columns {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .intelligence-posts .intelligence-box img {
        width: 100%;
    }
    .intelligence-posts .intelligence-box .arrow {
        bottom: -20px !important;
        top: initial;
        right: 0;
        left: 0;
        margin: auto;
        width: 31px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.students-cover {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/students/cover-students.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.students-cover h2 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.top-section {
    background-color: #EEEEEE;
    padding: 75px 0px;
}

.top-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.top-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 100px;
}

.students-banner {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/students/students-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0px;
    text-align: center;
}

.students-banner p {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.students-boxes {
    padding: 75px 0px;
    text-align: center;
}

.students-boxes h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.students-boxes .student-box {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.students-boxes .student-box img {
    margin-bottom: 20px;
}

.students-boxes .student-box p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 20px;
    min-height: 115px;
}

.students-footer {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/students/students-footer-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.students-footer .contact-us {
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 25px 45px;
    height: 96px;
}

.students-footer .contact-us:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    height: 96px;
    width: 5px;
    background-color: #f95c39;
}

.students-footer .contact-us p {
    display: inline-block;
    margin: 0px;
    font-size: 30px;
    line-height: 43px;
    color: #444444;
}

.students-footer .contact-us a {
    margin: 0px;
    float: right;
    display: block;
}

@media (max-width: 1000px) {
    .top-section {
        padding: 35px 0px !important;
    }
    .top-section h2 {
        margin-bottom: 20px !important;
    }
    .top-section p {
        margin-bottom: 20px !important;
    }
    .students-banner {
        padding: 35px 0px !important;
    }
    .students-boxes {
        padding: 35px 0px !important;
    }
    .students-boxes .student-box p {
        min-height: 80px;
    }
}

@media (max-width: 795px) {
    .top-section img {
        margin-top: 60px;
    }
    .students-footer .contact-us p {
        font-size: 20px;
    }
}

@media (max-width: 630px) {
    .students-footer .contact-us {
        padding: 2px 5px;
        height: 106px;
    }
    .students-footer .contact-us:before {
        height: 106px;
    }
    .students-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .students-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

@media (max-width: 380px) {
    .students-footer .contact-us {
        padding: 2px 5px;
        height: 150px;
    }
    .students-footer .contact-us:before {
        height: 150px;
    }
    .students-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .students-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

.institutions-cover {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/institutions/cover-institutions.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.institutions-cover h2 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.top-section {
    background-color: #EEEEEE;
    padding: 75px 0px;
}

.top-section h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.top-section p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 100px;
}

.institutions-banner {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/institutions/institutions-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0px;
    text-align: center;
}

.institutions-banner p {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.institutions-boxes {
    padding: 75px 0px;
    text-align: center;
}

.institutions-boxes h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

.institutions-boxes .institutions-box {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.institutions-boxes .institutions-box img {
    margin-bottom: 20px;
}

.institutions-boxes .institutions-box p {
    font-size: 18px;
    color: #222222;
    font-family: 'Source Sans Pro';
    font-weight: 100;
    margin-bottom: 20px;
    min-height: 115px;
}

.institutions-footer {
    background: url(https://studyportals.com/wp-content/themes/studyportals/assets/img/pages/institutions/institutions-footer-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.institutions-footer .contact-us {
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 25px 45px;
    height: 96px;
}

.institutions-footer .contact-us:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    height: 96px;
    width: 5px;
    background-color: #f95c39;
}

.institutions-footer .contact-us p {
    display: inline-block;
    margin: 0px;
    font-size: 30px;
    line-height: 43px;
    color: #444444;
}

.institutions-footer .contact-us a {
    margin: 0px;
    float: right;
    display: block;
}

@media (max-width: 1000px) {
    .top-section {
        padding: 35px 0px !important;
    }
    .top-section h2 {
        margin-bottom: 20px !important;
    }
    .top-section p {
        margin-bottom: 20px !important;
    }
    .institutions-banner {
        padding: 35px 0px !important;
    }
    .institutions-boxes {
        padding: 35px 0px !important;
    }
    .institutions-boxes .institutions-box p {
        min-height: 80px;
    }
}

@media (max-width: 795px) {
    .top-section img {
        margin-top: 60px;
    }
    .institutions-footer .contact-us p {
        font-size: 20px;
    }
}

@media (max-width: 630px) {
    .institutions-footer .contact-us {
        padding: 2px 5px;
        height: 106px;
    }
    .institutions-footer .contact-us:before {
        height: 106px;
    }
    .institutions-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .institutions-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

@media (max-width: 380px) {
    .institutions-footer .contact-us {
        padding: 2px 5px;
        height: 150px;
    }
    .institutions-footer .contact-us:before {
        height: 150px;
    }
    .institutions-footer .contact-us p {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .institutions-footer .contact-us a {
        display: block;
        float: initial;
        margin: 0 auto;
        width: 198px;
    }
}

.team-member {
    padding: 40px 0px;
}

.team-member .image {
    text-align: center;
    margin-bottom: 30px;
}

.team-member .quote {
    text-align: center;
}

.team-member .social {
    text-align: center;
}

.team-member .social span {
    margin: 0px 5px;
}

.team-member .social span .fa-envelope {
    background-color: #247BA0;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 30px;
}

.team-member .social span .fa-linkedin {
    background-color: #247BA0;
    color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 30px;
}

.team-member .name {
    color: #f95c39;
    margin-bottom: 30px;
    font-size: 30px;
}

.search-form {
    margin-top: 15px;
    width: 230px;
}

.search-form .input-group {
    height: 40px;
}

.search-form .input-group .search-field {
    -webkit-box-shadow: none;
    ;
    -moz-box-shadow: none;
    ;
    box-shadow: none;
    height: 40px;
    padding-left: 15px;
}

.search-form .input-group span {
    height: 33px;
}

.search-form .input-group span button {
    height: 40px;
    background-color: #f95c39;
    color: #FFFFFF;
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    height: 54px!important;
}

.previous-posts {
    float: left;
    margin-top: 20px;
}

.previous-posts a {
    color: #868686;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px 25px;
    text-decoration: none;
    outline: 0;
}

.previous-posts:hover a {
    color: #f95c39;
}

.next-posts {
    float: right;
    margin-top: 20px;
}

.next-posts a {
    color: #868686;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px 25px;
    text-decoration: none;
    outline: 0;
}

.next-posts:hover a {
    color: #f95c39;
}

.post-search-form {
    position: relative;
}

.post-search-form button {
    background-color: #f95c39;
    padding: 10.5px 16px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.navigation .mobile-menu ul {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    background-color: #edf1f2!important;
    width: 100%;
    margin: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    height: auto!important;
}

.navigation .mobile-menu ul li {
    border: none!important;
}

.navigation .mobile-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
}

.navigation .mobile-menu ul li:hover {
    background-color: #e8eced;
}

.navigation .mobile-menu .toggle-menu {
    padding: 15px 20px !important;
    text-align: right;
    position: absolute;
    top: -58px;
    right: 15px;
    display: inline-block;
}
.navigation.nav-scroll .mobile-menu .toggle-menu {
    top: -44px;
}

.toggle-menu span {
    /* position: relative; */
}

.toggle-menu span:nth-child(1):before {
    content: "";
    background-color: #F95C39;
    width: 40px;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.toggle-menu span:nth-child(2):before {
    content: "";
    background-color: #F95C39;
    width: 40px;
    height: 5px;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.toggle-menu span:nth-child(3):before {
    content: "";
    background-color: #F95C39;
    width: 40px;
    height: 5px;
    margin-top: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.toggle-menu.active span:nth-child(1):before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.toggle-menu.active span:nth-child(2):before {
    -webkit-transform: translateX(-7px) scaleX(0.5);
    -moz-transform: translateX(-7px) scaleX(0.5);
    -ms-transform: translateX(-7px) scaleX(0.5);
    -o-transform: translateX(-7px) scaleX(0.5);
    transform: translateX(-7px) scaleX(0.5);
    opacity: 0;
}

.toggle-menu.active span:nth-child(3):before {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.blog-categories ul li {
    margin-right: 3px;
    line-height: 34px;
}

.blog-categories .categories-title {
    display: block;
    float: left;
    width: 12%;
    min-width: 100px;
}

.blog-categories .categories-list {
    display: block;
    float: left;
    width: 88%;
}

#menu-top-nav ul.dropdown-menu>.active>a {
    background-color: #f95c39;
    color: #FFFFFF!important;
}

#menu-top-nav ul.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #f95c39;
    color: #FFFFFF!important;
}

.slick-dots .slick-active button:before {
    font-size: 20px!important;
}

.slick-dots li button:before {
    font-size: 15px!important;
}
.contact-map .marker.monterey {
    margin-top: 16%;
    margin-left: 11%;
}
.contact-map .marker.chicago,
.contact-map .marker.indianapolis {
    margin-top: 10%;
    margin-left: 17%;
}
.contact-map .marker.colombo {
    margin-top: 21%;
    margin-left: 67%;
}
.contact-map .marker.saltlake,
.contact-map .marker.sandiego {
  margin-top: 10%;
  margin-left: 10%;
}
.contact-map .marker.stockholm {
    margin-top: 3%;
    margin-left: 47%;
}

.faq-accordion h4, .faq-accordion p {
    text-align:left !important;
}
.faq-accordion h4 {
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.faq-accordion h4:after {
    content: '';
    position: absolute;
    left: 98%;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EF5E4E;
    clear: both;
    cursor:pointer;
}
.faq-accordion {
    text-align: left;
}
.faq-accordion h4 + p {
    display: none;
}

.faq-accordion h4:hover {
    border-bottom:1px solid #000;
}

.faq-subtitle {
    color: #F15F49;
}

.about-team .members .position h5 {
    color: #247BA0;
    float: left;
    clear: both;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: #247BA0;
}

.about-team .members .position h3 {
    color: #f95c39;
}

.intelligence-form {
    text-align: center;
    border: 1px solid #d1d1d1;
    position: fixed;
    bottom:20px;
}


.intelligence-form h4 {
    padding-top:1em;
    color: #F95C39;
}

@media screen and (max-width: 794px) {
    .intelligence-form {
        position: relative;
    }
    .intelligence-wrap {
        position:static;
        top: auto;
        right:auto;
    }

}

.advisory-board-section {
        border-bottom: 2px solid #F75B41;
}

.advisory-board-row h2{
    text-align:center;
    color:#F75B41;
}

.advisory-board-row {
    margin-top:20px;
}

.advisory-board-section:last-child {
    border:none;
}

.page-id-10573 .breadcrumb {
    margin-top:20px;
    display: none;
}

.page-id-10573 .about-us p {
    margin-top:0;
    margin-bottom: 0;
}

/*Advisory board style*/
.active-submenu-mobile{
     display: block;
    width: 100%;
    height: 100%;
    position: relative !important;
    z-index: 999999999999;
    background-color: #e8eced !important;
    top: 0 !important;
    right: auto;
    left: auto;
    float: none;
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 0!important;
    left: calc(-100vw);
    border: none;
    box-shadow: none;
    color: #666666;
    font-weight: 400;
    left: 0 !important;
    right: 0 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
    transition: all 0s !important;
    display: block !important;
}

.active-submenu-mobile li a, .active-submenu-mobile li a:hover, .active-submenu-mobile li a:active {
    font-weight: light;
    background: none !important;
    color: #666666;
}



.active-submenu-mobile li {
    background-color: #e8eced;
}

.footer-columns .dropdown .dropdown-menu {
    height: auto !important;
}
/***Andrei Code**/
.page-id-10774 .faq-accordion{
  background: #fff;
}
.page-id-10181 #popup .contact-tabs .left{
  display: none !important;
}

/***/

@media screen and (max-width: 991px) {
    ul.dropdown-menu {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        transition: all 0s !important;
        left: 0 !important;
        display: none !important;
    }
    ul.dropdown-menu.active-submenu-mobile {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        transition: all 0s !important;
        display: block !important;
    }
    .navigation .mobile-menu ul li a.dropdown-toggle{
      z-index: 1 !important;
    pointer-events: none !important;
    }
    .navigation .mobile-menu ul li.menu-contact a{
        pointer-events: initial !important;
    }
}
@media screen and (max-width: 480px) {
    .dropdown-toggle .caret {
        margin-left: 15px;
        display: inline-block;
        width: 14px !important;
        height: 14px !important;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 7px solid !important;
        border-right: 7px solid transparent !important;
        border-left: 7px solid transparent !important;
    }
}
@media screen and (min-width: 700px){
  .cover {
    padding: 50px 0;
  }

}

p span {
    display: initial !important;
}

.home.page {
    padding-top: 0px !important;
}
@media screen and (min-width: 767px) {
    .page-id-18007 .wp-block-columns .wp-block-column p:last-child {
        min-height: 85px;
    }
    .page-id-18007 .wp-block-columns .wp-block-column p:nth-child(3n+3) {
        min-height: 56px;
    }
    .page-id-18007 .wp-block-columns .wp-block-column p:nth-child(3n+1) {
        min-height: 85px;
    }
    .content .wp-block-columns:first-child .wp-block-column p:nth-child(3n+3) {
        min-height: 0px;
    }
    .content .wp-block-columns:last-child .wp-block-column p:nth-child(3n+3) {
        min-height: 0px;
    }
}

section.breadcrumb {
    display: none;
}

.ribbon-header {
    background: #fff6e5;
    color: #217d9c;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #217d9c;
}

.ribbon-header a {
    text-decoration: underline;
    color: #217d9c;
}

.custom-img-crn {
    margin: 0 5px 0 15px;
}

@media screen and (max-width: 991px) {
    .post-type-archive-intelligence .intelligence-posts .intelligence-box {
        max-height: 100%;
    }
    .intelligence-posts .intelligence-box {
        max-height: 100%;
    }
    .post-type-archive-intelligence .intelligence-posts .intelligence-box{
        max-height: 100%;
    }
    body>.wrap{
    padding-top: 30px;
    }
    .ribbon-header{
      padding-left: 15px;
      padding-right: 15px;
      top: 69px;
    }
    .custom-img-crn{
      margin-left: 0;
    }
}
.page-id-12246 .icon-text-boxes-section p{
  min-height: 56px;
}
.page-id-12246 .icon-text-boxes-section img{
  min-height: 150px;
}

@media screen and (max-width: 1200px) and (min-width: 850px){
  .about-team .medium-3 {
    width: 33%;
  }
}
@media screen and (max-width: 849px) and (min-width: 768px){
  .about-team .medium-3 {
    width: 50%;
  }
}
.home .main .right-image-section:nth-child(2n+1) .row .image-column img{
  display: none;
}
.home .main .right-image-section:nth-child(2n+2) .row .image-column .cover{
  display: none;
}
.home .image-column .cover{
  position: relative;
  padding-bottom: 70px;
}
.home .image-column .cover::before{
  position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.25); /* Black background with opacity */
content: '';
}
.home .image-column .cover .play{
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) and (min-width: 951px){
  .navigation .menu ul li{
      margin-right: 5px;
  }
  .navigation .menu ul li a{
    font-size: 14px;
  }
  .navigation .contact-btn a span{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* advisory board column fix */
body.page-id-12246 main.main.columns .icon-text-boxes-section .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
body.page-id-12246 main.main.columns .icon-text-boxes-section .row .columns {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* menu fix to account for extra menu item - dec 2021 */
@media screen and (min-width:950px) {
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs { padding-left: 0; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu { margin-right: 0; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu > #menu-top-nav > li { margin-right: 2px; }
}
@media screen and (min-width:1000px) {
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu { margin-right: 10px; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu > #menu-top-nav > li { margin-right: 5px; }
}
@media screen and (min-width:1100px) {
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs { padding-left: 15px; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu { margin-right: 20px; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu > #menu-top-nav > li { margin-right: 10px; }
}
@media screen and (min-width:1200px) {
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .contact-btn > a > span.button { padding: 12px 20px; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu { margin-right: 5px; }
	header.header .navigation > .row > .col-md-12 > .col-md-9.hidden-xs > .menu > #menu-top-nav > li { margin-right: 5px; }
}
/*	admin bar fix */
#wpadminbar {
	display: block !important;
	z-index: 9999999999;
}