@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700);
/* Import here reusable tools for saas */

/* Keyframes */

/* Animation */

/* Animation Iteration */

/* Border Radius */

/* Transform */

/* Transitions */

/* Opacity */

/* Box Shadow */

/* Color Gradient */

/* Media Queries Sizes */

*::selection {
  background-color: initial;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}

.fa,
.fa-stack {
  display: inline-block;
}

.fa-inverse,
::selection {
  color: #fff;
}

#header,
#subfooter,
.fa-fw,
.fa-li,
.glyphicon-block {
  text-align: center;
}

ul.links,
ul.menu li {
  list-style-position: inside;
}

.block,
.calender_dept,
.comment h3,
.page-node-edit .vertical-tabs,
ul.pager {
  clear: both;
}

.flex-direction-nav li,
.page-node-edit .vertical-tabs li {
  list-style: none;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: 0.1em;
}

#footer,
#subfooter {
  border-top: 1px solid #eaeaea;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

#logo img:hover,
#site-name a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.fa-stack {
  position: relative;
  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;
}

#pre-header-inside,
blockquote,
html {
  position: relative;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

body,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444;
}

h1,
h2,
h3 {
  color: #222;
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.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-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

@media (max-width: 991px) {
  .block-search .form-submit,
  .block-superfish select,
  .form-text,
  .form-textarea {
    background-image: none;
  }
}

body {
  font-size: 14px;
  line-height: 160%;
}

@media (min-width: 320px) {
  body.node-type-department-page {
    padding-bottom: 183px;
  }
  body {
    padding-bottom: 150px;
  }
}

@media (min-width: 640px) {
  body {
    padding-bottom: 75px;
  }
  body.node-type-department-page {
    padding-bottom: 108px;
  }
}

p {
  margin: 0 0 25px;
  padding: 0;
}

p>a {
  font-weight: 500;
}

p>a:hover {
  color: #93c933;
}

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

blockquote {
  margin: 40px 40px 24px;
  border-left: none;
  padding: 0;
  color: #999;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  left: -20px;
  top: 5px;
  position: absolute;
}

blockquote p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1.page-title {
  font-size: 32px;
}

html {
  min-height: 100%;
}

#footer h2,
#pre-header h2,
#promoted h2,
.sidebar h2,
.title-sep {
  clear: both;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
}

.title-sep .glyphicon {
  font-size: 13px;
  padding-right: 18px;
}

.page-node #content-wrapper h1.page-title {
  margin: 0;
  padding: 20px 40px 0 0;
}

#subfooter,
table {
  margin-bottom: 20px;
}

.page-node.page-node- #content-wrapper h1.page-title {
  padding: 20px 40px 0;
}

table {
  width: 100%;
  border: 1px solid #bdc7d6;
}

table tbody {
  border-top: none;
}

table tr.even,
table tr.odd,
th {
  background-color: transparent;
  border-bottom: 1px solid #bdc7d6;
}

#footer,
#slideshow,
#subfooter {
  background-color: #fcfcfc;
}

tbody tr td,
tbody tr th,
thead tr td,
thead tr th {
  padding: 8px;
  line-height: 142%;
  vertical-align: top;
}

#pre-header {
  color: #aaa;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  position: absolute;
  background-color: #333;
}

.logged-in #pre-header {
  padding-top: 64px;
}

#footer,
#main-content {
  padding: 60px 0 30px;
}

#pre-header-inside {
  display: none;
  z-index: 13;
  padding: 40px 0 0;
}

#header-top {
  background-color: #194176;
  position: absolute;
  z-index: 12;
  right: 0;
  width: 36.5%;
  top: inherit !important;
}

#header,
#main-navigation,
ul.pager {
  position: relative;
}

#header {
  background-color: #163867;
  z-index: 5;
  padding: 0;
  min-height: 95px;
}

#main-navigation {
  z-index: 11;
}

#slideshow {
  padding: 10px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
}

#top-content {
  background-color: #fff;
}

#main {
  padding: 0 0 20px;
}

#bottom-content {
  color: #fff;
  padding: 40px 0 20px;
}

#footer {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1px;
}

#subfooter {
  padding: 40px 0 20px;
}

.block {
  padding: 0 0 30px;
}

#banner .block,
#header-top .block,
#main-navigation .block {
  padding: 0;
}

.glyphicon-block .glyphicon {
  font-size: 48px;
  margin: 30px 0 0;
}

.glyphicon-block h4 {
  margin-top: 10px;
}

ul li {
  list-style-type: square;
}

ol li {
  list-style-type: decimal;
}

#header ul,
#subfooter ul {
  text-align: left;
}

.item-list ul li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 15px 0;
}

#block-user-login .item-list ul li {
  border-bottom: none;
  padding: 0 0 5px;
}

.item-list ul li.first {
  padding-top: 0;
}

.item-list ul li.last {
  border-bottom: none;
}

ul.pager {
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin-bottom: 25px;
}

.item-list ul.pager li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

ul.pager li a,
ul.pager li.pager-current {
  background: #fff;
  padding: 10px 18px;
  display: block;
  margin: 5px 3px 5px 0;
  border-radius: 0;
}

ul.pager li a:hover,
ul.pager li.pager-current {
  background-color: #1a437a;
  color: #fff;
}

ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px dashed #ddd;
}

ul.menu li a {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

ul.menu li a.active,
ul.menu li a:hover {
  text-decoration: none;
}

ul.menu li.leaf {
  list-style-image: none;
  color: #444;
}

ul.menu li.expanded {
  border-bottom: none;
  padding-bottom: 0;
}

#bottom-content ul.menu,
#header ul.menu,
#subfooter ul.menu,
#top-content ul.menu {
  text-align: center;
}

#bottom-content ul.menu li,
#header ul.menu li,
#header-top ul.menu li,
#main-navigation ul.menu li,
#subfooter ul.menu li,
#top-content ul.menu li {
  display: inline-block;
  background: 0 0;
  list-style-type: none;
  border: none;
  padding: 0;
}

#bottom-content ul.menu li a,
#header ul.menu li a,
#top-content ul.menu li a {
  padding: 15px 20px;
}

#bottom-content ul.menu ul,
#header ul.menu ul,
#header-top ul.menu ul,
#main-navigation ul.menu ul,
#subfooter ul.menu ul,
#top-content ul.menu ul {
  display: none;
}

#header-top ul.menu li a {
  font-size: 13px;
  text-transform: capitalize;
  padding: 16px 20px;
}

#main-navigation ul.menu li a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
}

#header-top ul.menu ul li a,
#main-navigation ul.menu ul li a {
  padding: 15px 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #eaeaea;
  border-top: none;
  line-height: 150%;
}

.block-superfish select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  width: 90%;
}

#main-navigation .block-superfish select {
  border-top: none;
  border-bottom: none;
  width: 100%;
}

.block-superfish ul.sf-menu {
  padding: 0;
  margin: 0;
}

.block-superfish ul.sf-menu ul {
  border-top: 1px solid #eaeaea;
  top: 100%;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  display: none;
}

#site-name a,
.block-superfish ul.sf-menu ul li a {
  display: block;
}

.block-superfish ul.sf-menu>li>ul:after,
.block-superfish ul.sf-menu>li>ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px;
  border-color: transparent transparent #fff;
  height: 0;
  position: absolute;
  left: 15px;
  top: -9px;
  width: 0;
}

.block-superfish ul.sf-menu>li>ul:after {
  border-color: transparent transparent #eaeaea;
  top: -10px;
  z-index: -1;
}

.block-superfish ul.sf-menu ul ul {
  top: -1px;
}

.block-superfish ul.sf-menu ul ul li a {
  border-left: none !important;
}

#main-navigation .block-superfish ul.sf-menu>li>a.menuparent {
  padding: 20px 40px 20px 20px;
}

#header-top .block-superfish ul.sf-menu>li>a.menuparent {
  padding: 16px 40px 16px 20px;
}

.block-superfish ul.sf-menu li a.menuparent:after {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 20px;
  right: 17px;
  font-size: 11px;
  font-weight: 400;
}

#header-top .block-superfish ul.sf-menu li a.menuparent:after {
  top: 17px;
}

.block-superfish ul.sf-menu ul li a.menuparent:after {
  content: "\e080";
  top: 14px;
  right: 10px;
}

.sf-menu.sf-horizontal.sf-shadow ul {
  background: #fff;
  padding: inherit !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

#subfooter ul.menu li a {
  padding: 0 20px 15px;
  display: block;
}

#bottom-content ul.menu li a.active,
#bottom-content ul.menu li a:hover,
#pre-header ul.menu li a.active,
#pre-header ul.menu li a:hover {
  color: #fafafa;
}

#pre-header ul.menu li a {
  border-bottom: 1px dashed #444;
}

#site-name a {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 10px;
  color: #444;
}

#site-name a:hover {
  text-decoration: none;
}

.call-to-action .btn:hover,
.dark input[type=submit]:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

#site-slogan {
  color: #999;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  margin: 10px 0;
}

.node.node-teaser,
.page-contact #content-wrapper {
  background-color: #fcfcfc;
  margin-bottom: 30px;
}

.node header h2 a:hover {
  text-decoration: none;
}

#comments,
.page-contact #content-wrapper {
  padding: 20px 40px;
}

.node header {
  padding: 10px 40px 20px;
}

.node footer {
  padding: 20px 40px 40px;
}

.field-name-field-image {
  margin: 10px 0 20px;
}

.node .user-signature {
  font-size: 12px;
  padding: 0;
}

.user-picture {
  margin: 0 15px 0 0;
  display: inline-block;
  max-width: 48px;
}

.submitted .glyphicon {
  top: 0;
}

#comments {
  background: #fff;
  display: none;
}

.comment .new,
.field-type-taxonomy-term-reference .field-items,
.field-type-taxonomy-term-reference .field-label {
  display: inline-block;
}

.comment {
  border: 2px solid #fff;
  padding: 32px;
  margin-top: 25px;
}

.comment header {
  padding: 0;
}

.comment h3 a:hover {
  text-decoration: none;
}

.comment .user-picture {
  float: left;
  margin: 0 15px 25px 0;
}

.comment .new {
  margin: 10px 0;
}

.field-type-taxonomy-term-reference {
  position: relative;
}

footer .field-type-taxonomy-term-reference {
  float: left;
}

.field-type-taxonomy-term-reference .field-label {
  font-weight: 400;
}

.field-type-taxonomy-term-reference .field-item {
  margin: 0;
  display: inline;
}

.field-type-taxonomy-term-reference .field-item:after {
  content: ",";
  margin-right: 5px;
}

.field-type-taxonomy-term-reference .field-item:last-child:after {
  color: transparent;
}

th.active img {
  margin: -4px 0 0 5px;
}

#forum table {
  border: 1px solid #eaeaea;
}

#forum thead tr {
  border-bottom: 1px solid #eaeaea;
}

#forum thead tr td,
#forum thead tr th {
  background: #fff;
  font-weight: 700;
  border: none;
  padding: 11px;
}

#forum thead a {
  color: #444;
}

#forum tbody tr td,
#forum tbody tr th {
  padding: 25px 25px 25px 15px;
  border: none;
}

#forum tr.even,
#forum tr.odd {
  border-bottom: 1px solid #eaeaea;
}

#forum tr.odd {
  background: #fbfbfb;
}

#forum tr.even {
  background: #fff;
}

#forum .last-reply {
  font-size: 12px;
}

.node-forum .field-name-body {
  margin: 10px 0;
}

.node-forum .field-type-taxonomy-term-reference {
  float: none;
}

input:focus,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.form-text,
select,
textarea.form-textarea {
  background-color: #fcfcfc;
  border: 2px solid #eaeaea;
  color: #999;
  font-size: 14px;
  padding: 14px;
  width: 100%;
  min-height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.form-text:focus,
textarea.form-textarea:focus {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-form input.form-text {
  width: 70%;
}

.dark input.form-text {
  border: none;
}

fieldset {
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #eaeaea;
}

legend {
  border-bottom: none;
  font-size: 14px;
  width: auto;
  margin: 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 0 3px;
}

input[type=button],
input[type=reset],
input[type=submit] {
  margin: 5px 5px 10px 0;
  background-color: #444;
  border: none;
  box-shadow: none;
  padding: 15px 24px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.highlighted-block .btn:focus,
.highlighted-block .btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
}

.nav-tabs {
  margin: 25px 0 15px;
}

.panel-group {
  margin: 25px 0;
}

ul.links,
ul.links li {
  margin: 0;
}

.panel-heading a:hover {
  text-decoration: none;
}

ul.links {
  padding: 0;
}

.breadcrumb {
  background-color: #dfdddc;
  border: 0 solid #eaeaea;
  padding: 0 20px;
  margin: 0;
  font-size: 11px;
  color: #516e99;
  border-radius: 0;
  height: 20px;
  line-height: 20px;
}

.breadcrumb>li {
  margin: 0 2px 0 0;
  display: inline;
  font-weight: 700;
}

.breadcrumb>li p {
  display: inherit;
}

.breadcrumb>li a {
  font-weight: 300;
  color: #516e99;
}

.breadcrumb>li a:hover {
  color: #93c933;
}

#header-top #block-search-form {
  margin: 0;
  float: right;
}

#header-top #block-search-form .form-item {
  margin: 0;
}

#header-top #block-search-form input.form-text {
  border: none;
  padding: 15px 40px 15px 15px;
  font-size: 13px;
  width: 180px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  min-height: 52px;
}

#header-top #block-search-form input.form-text:focus {
  width: 240px;
  background-color: #444;
  color: #fff;
}

#block-search-form .form-actions,
.sidebar-search-block .form-actions {
  position: absolute;
  top: 0;
  right: 20px;
  color: #999;
  font-size: 16px;
}

.logged-in #block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
  right: 10px;
}

#block-search-form .form-actions:after,
.sidebar-search-block .form-actions:after {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
}

#block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
  background-color: transparent;
  color: #000;
  position: relative;
  z-index: 1;
  height: 52px;
  margin: 0;
  padding: 10px;
}

#block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
  outline: 0;
  background: 0 0;
}

.poll .vote-form {
  text-align: left;
}

.call-to-action,
.dark,
.highlighted-block .btn {
  text-align: center;
}

.poll .vote-form .choices {
  display: block;
}

.poll .bar .foreground {
  background-color: #444;
}

.call-to-action .lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.call-to-action p {
  margin: 0 0 30px;
}

.call-to-action .btn {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  padding: 18px 28px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.call-to-action .btn:active {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
}

#block-node-recent .node-title a {
  color: #444;
  font-size: 16px;
  font-weight: 700;
}

#bottom-content .node-title a {
  color: #fff;
}

#pre-header .node-title a {
  color: #aaa;
}

#block-node-recent .node-title a:hover {
  text-decoration: none;
}

#block-node-recent .node-author {
  margin: 5px 0;
}

#block-node-recent table {
  border: none;
}

#block-node-recent tr.even,
#block-node-recent tr.odd {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 15px 0;
}

#block-node-recent tbody td,
#block-node-recent tbody th {
  padding: 8px 8px 8px 0;
  line-height: 1.428571429;
  vertical-align: top;
  border: none;
  font-size: 13px;
}

#block-node-recent tbody tr:first-child td,
#block-node-recent tbody tr:first-child th {
  padding-top: 0;
}

#block-node-recent tbody tr:last-child {
  border-bottom: none;
}

#block-poll-recent,
#block-user-login,
.highlighted-block {
  overflow: hidden;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.highlighted-block-inside {
  padding: 0 25px 25px;
  text-align: center;
}

.highlighted-block .btn {
  background-color: #444;
  color: #fff;
  display: block;
  padding: 15px 25px;
  margin: 20px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.highlighted-block.nopadding {
  padding: 0;
}

.highlighted-block .title-sep {
  margin: 0 0 40px;
}

#block-poll-recent,
#block-user-login,
.light {
  background: #fcfcfc;
  color: #333;
  border: 1px solid #eaeaea;
}

.dark {
  background-color: #333;
  color: #ccc;
  padding: 30px 20px 0;
}

.dark h3 {
  color: #fff;
  margin: 0 0 20px;
}

.dark input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

.dark .small {
  color: #999;
  font-size: 13px;
}

#block-user-login {
  padding: 5px 25px 0;
  margin: 0 0 20px;
}

.tag {
  display: inline-block;
}

.tag a {
  background-color: #444;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 8px;
  margin: 3px 0;
  zoom: 1;
  z-index: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: block;
}

.tag a:hover {
  color: #fff;
  text-decoration: none;
}

div.messages {
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-position: 13px 15px;
}

div.messages a {
  font-weight: 700;
}

div.messages.status {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.messages.status a {
  color: #356635;
}

div.messages.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

div.messages.error a {
  color: #953b39;
}

div.messages.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.messages.warning a {
  color: #a47e3c;
}

.carousel .item {
  max-height: 520px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel ol.carousel-indicators {
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 2;
  padding: 0 20px;
  margin: 0;
  text-align: right;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: auto;
  bottom: auto;
  right: 20px;
}

.carousel ol.carousel-indicators li {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.carousel a.carousel-control:active,
.carousel a.carousel-control:hover,
.carousel ol.carousel-indicators li.active {
  background-color: #fcfcfc;
}

.carousel .carousel-control {
  background-color: #fcfcfc;
  color: #444;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 15px;
  position: absolute;
  overflow: hidden;
  top: 45%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-image: none;
  outline: 0;
}

.carousel .carousel-control.right {
  right: 20px;
}

.carousel .carousel-control.left {
  left: 20px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 40px;
  font-family: Arial, sans-serif;
  display: block;
  right: 0;
  left: auto;
  width: 100%;
}

.carousel:hover .carousel-control,
.carousel:hover ol.carousel-indicators {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.carousel .carousel-caption h4,
.carousel .carousel-caption p {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 768px) {
  .carousel .carousel-caption p {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .carousel .carousel-caption,
  .carousel .carousel-control {
    display: none;
  }
}

.credits {
  margin-bottom: 0;
  font-size: 0.9em;
}

.toggle-control {
  width: 100%;
  position: relative;
  z-index: 13;
}

.toggle-control a,
.toggle-control a:hover {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 18px 19px;
  line-height: 14px;
  cursor: pointer;
  height: 52px;
}

#toTop,
.not-logged-in .block-forum .contextual-links-wrapper,
.page-search-catalog .breadcrumb li {
  display: none;
}

.gm-style img {
  max-width: none;
}

#toTop {
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #999;
  opacity: .4;
  filter: alpha(opacity=40);
  width: 55px;
  height: 55px;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 10px 0 0 2px;
  z-index: 14;
}

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all 0.3s;
}

ul.primary {
  margin: 15px 0;
  padding-left: 40px;
}

ul.primary,
ul.primary li a,
ul.primary li.active a {
  border-color: #eaeaea;
}

ul.primary li.active a {
  border-bottom: 1px solid #fff;
}

#toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#toolbar ul.menu {
  width: auto;
}

#toolbar ul.menu li {
  background: 0 0;
}

#toolbar a,
a.contextual-links-trigger,
textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.page-node-edit .region-content {
  padding: 0 40px;
}

.page-node-edit .vertical-tabs,
.page-node-edit .vertical-tabs ul.vertical-tabs-list,
.page-node-edit .vertical-tabs ul.vertical-tabs-list li {
  border-color: #dfdfdf;
}

#main-navigation-inside #block-tb-megamenu-main-menu.contextual-links-region {
  position: inherit;
}

.node-type-course #promoted #block-system-main,
.node-type-course #promoted #block-system-main header,
.node-type-course .col-md-12 #main {
  padding: 0;
}

.page-search-catalog .view-empty p {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
    margin: 0 auto;
  }
  #header-inside .col-md-8,
  #main-navigation,
  .tb-megamenu {
    position: inherit;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}

.page-search-catalog .breadcrumb li:first-child,
.page-search-catalog .breadcrumb li:last-child {
  display: inline-block;
}

body a,
i,
i:focus,
i:hover {
  text-decoration: none;
  color: #05345a;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all 0.5s ease;
}

#header .search-btn,
#header .search-btn i {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all 0.5s ease;
}

input[type=email],
input[type=file],
input[type=password],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 120%;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #bdc7d6;
}

#search-footer-input::-webkit-input-placeholder,
.node-type-department-sub-page .views-exposed-widget input[type=text]::-webkit-input-placeholder,
.page-search-catalog .views-exposed-widget input[type=text]::-webkit-input-placeholder {
  color: #1a437a;
}

#search-footer-input::-moz-placeholder,
.node-type-department-sub-page .views-exposed-widget input[type=text]::-moz-placeholder,
.page-search-catalog .views-exposed-widget input[type=text]::-moz-placeholder {
  color: #1a437a;
}

#search-footer-input:-ms-input-placeholder,
.node-type-department-sub-page .views-exposed-widget input[type=text]:-ms-input-placeholder,
.page-search-catalog .views-exposed-widget input[type=text]:-ms-input-placeholder {
  color: #1a437a;
}

#search-footer-input:-moz-placeholder,
.node-type-department-sub-page .views-exposed-widget input[type=text]:-moz-placeholder,
.page-search-catalog .views-exposed-widget input[type=text]:-moz-placeholder {
  color: #1a437a;
}

#search-header-input::-webkit-input-placeholder {
  color: #fff;
}

#search-header-input::-moz-placeholder {
  color: #fff;
}

#search-header-input:-ms-input-placeholder {
  color: #fff;
}

#search-header-input:-moz-placeholder {
  color: #fff;
}

footer .search,
footer .search-field {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
  background-color: #93c933;
  padding: 0;
  margin: 0;
}

footer .search-field {
  width: 100%;
}

footer .search input {
  padding: 0 20px;
  font-size: 18px;
  color: #1a437a;
  background: #93c933;
  border-right: 0;
  margin: 0;
  height: 75px;
  outline: 0;
}

footer .search-btn1 {
  border-left: 1px solid #d2d2d2;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #93c933;
  text-align: center;
}

footer .search-btn1:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  color: #1a437a;
  line-height: 70px;
}

footer .search-btn1:hover:after {
  color: #fff;
}

.footer .region.region-footer2 .views-row {
  width: 150px;
  position: relative;
}

.footer .region.region-footer2 .views-row a {
  position: relative;
}

.region.region-footer2 .views-row a:after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  position: absolute;
  border-right: 1px solid #1a437a;
  top: 2px;
  right: -25px;
}

.region.region-footer2 .views-row-2 a:after {
  right: -16px;
}

.region.region-footer2 .views-row-3 a:after,
footer .col-md-5 {
  display: none;
}

footer.footer.sticky-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px #a59a9a;
  padding: 0;
}

.footer .col-md-5 .views-row a:hover {
  color: #93c933;
}

.responsive_menu_hide a {
  background: #879cb7 !important;
  border: 0 !important;
  padding: 8px 25px !important;
  text-transform: capitalize !important;
}

.responsive_menu_hide a:after {
  content: "" !important;
  font-family: FontAwesome !important;
  display: inline-block !important;
  position: inherit !important;
  height: 10px !important;
  width: 10px !important;
  top: inherit !important;
  padding: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  margin-left: 8px;
}

@media (min-width: 640px) and (max-width: 1100px) {
  footer .col-md-3,
  footer .col-md-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  footer .search,
  footer .search-field {
    height: 75px;
  }
  footer .search input {
    height: 75px;
    line-height: 75px;
  }
}

@media (min-width: 992px) {
  .responsive_menu_hide {
    display: none !important;
  }
  footer,
  footer .search input {
    text-align: center;
  }
  .footer.container-fluid {
    padding: 0;
  }
}

@media (min-width: 1100px) {
  footer .col-md-5 {
    display: block;
  }
}

#header-top-right .tb-megamenu-nav li a {
  background: #194176;
  border-right: 1px solid #163867;
  color: #fefefe;
  font-size: 11px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

#header-top-right .tb-megamenu-nav li a:hover {
  color: #93c933;
}

#header .search {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  color: #fff;
  font-size: 26px;
  z-index: 999;
}

#header .search h1 {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}

#header .search span {
  color: #93c933;
}

#header .search-field {
  position: relative;
  overflow: hidden;
  border: none;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 0;
  width: 235px;
}

#header .search input {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  background: 0 0;
  border: none;
  height: 50px;
  color: #1a437a;
  font-size: 14px;
  padding: 19px 16px;
}

#header .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 22px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  font-size: 15px;
  color: #1a437a;
  transition: all .5s ease;
  z-index: 99;
}

#header .search-btn i {
  position: relative;
  width: 17px;
  height: 17px;
  transition: all 0.5s ease;
}

#header-inside .search-field,
#header-inside .search-field input,
.areas .title-wrap {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all 0.5s ease;
}

#header .search-btn:hover i {
  color: #93c933;
}

#header-inside .nav-search {
  position: absolute;
  bottom: -10%;
  top: 0;
  left: initial;
  right: 0;
  width: initial;
  list-style-type: none;
}

#header-inside .search-field,
#header-inside .search-field input {
  position: absolute;
  z-index: 99;
  right: 0;
  background-color: #1a437a;
  border: none;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  transition: all 0.5s ease;
}

#header-inside .search-field {
  position: relative;
  right: -10px;
  width: 0;
  padding-left: 0;
  top: 45px;
}

#header-inside .search-btn {
  top: 50px;
  right: -10px;
  margin-right: 10px;
  padding: 8px 11px 0 0;
  font-size: 20px;
  height: 50px;
}

#header-inside .search-btn i {
  color: #fff;
}

/* #header-inside .search-field.open, */
/* #header-inside .search-field.open input { */
/*   width: 925px; */
/* } */

#header-inside .search-field.open~.search-btn i {
  color: #93c933;
}

.search h1 {
  font-size: 100px;
}

.search-bar-top {
  margin: 0;
}

#header-top {
  display: none;
}

@media (min-width: 840px) {
  #header-top-right .tb-megamenu-nav li a {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  #header-top {
    display: block;
  }
  #main-navigation .tb-megamenu .nav>li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    content: "";
  }
  #header-top-right .tb-megamenu-nav li a {
    padding: 0 5px;
  }
  #main-navigation .tb-megamenu .nav>li>a:hover:after {
    border-bottom: 2px solid #93c933;
    width: 100%;
  }
}

#banner .container-fluid,
#top-content-inside .col-md-12,
#top-content-inside .col-md-12 .block,
.node-type-department-page #top-content {
  padding: 0;
}

#banner {
  position: relative;
}

#breadcrumb,
.dept_crumb {
  position: absolute;
  top: 0;
  height: 20px;
  z-index: 1;
}

#banner .row,
#banner .col-md-12 {
  margin: 0;
  padding: 0;
}

#breadcrumb {
  right: 0;
  left: 446px;
}

.dept_crumb {
  background-color: #93c933;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  left: 146px;
  width: 300px;
}

#top-content-inside .col-md-12 .menu li a:after,
.see_more:after {
  height: 10px;
  width: 10px;
  content: "";
}

.dept_crumb a {
  color: #fff;
}

#top-content-inside .col-md-12 .menu li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0;
  padding-top: 24px;
  padding-right: 40px;
  background: #879cb7;
}

@media only screen and (max-width: 865px) {
  #top-content-inside .col-md-12 .menu li a {
    padding: 24px 44px 23px 0px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  #top-content-inside .col-md-12 .menu li a {
    font-size: 18px;
  }
}

.node-type-department-page #main-content,
.node-type-department-page #main-content header,
.node-type-department-page #promoted .block,
.node-type-department-page #promoted .node>.content {
  padding: 0;
}

#top-content-inside .col-md-12 .menu li a:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 22px;
  right: 25px;
}

.front #block-views-event-list-block .view-header br,
.node-type-department-page #main .page-title,
.node-type-department-page #main .region-content #block-views-department-block-1 br {
  display: none;
}

#top-content-inside .col-md-12 .menu li a:hover {
  color: #163867;
}

#banner-inside .col-md-12,
#banner-inside .row {
  margin: 0;
  padding: 0;
}

.node-type-department-page #promoted {
  background: #d7d7d7;
}

.node-type-department-page #main .region-content #block-views-department-block-1 {
  padding: 45px;
}

.node-type-department-page #main .region-content #block-views-department-block-1 .view-header {
  padding-bottom: 15px;
}

#block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
.front #block-views-event-list-block .view-header em,
.front #page h2,
.front footer #block-menu-block-4 h2,
.node-type-course h2,
.node-type-department-page #main .region-content #block-views-department-block-1 em {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #1a437a;
  font-style: normal;
}

.see_more {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #1a437a;
  float: right;
  padding-right: 20px;
  margin-top: 12px;
  position: relative;
}

.see_more:hover {
  text-decoration: none;
}

.see_more:after {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.calender_dept {
  margin-bottom: 40px;
  width: 90%;
}

.calender_dept .calender_date_dept .date {
  font-size: 48px;
  font-weight: 300;
}

.footer .block {
  padding: 0;
}

.calender_dept .calender_date_dept p {
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}

.calender_dept .calender_content_dept a {
  text-decoration: none;
}

.calender_dept .calender_content_dept .calender_title h3,
.calender_dept .calender_content_dept .calender_title p {
  font-size: 15px;
  margin: 0 0 6px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #1a437a;
}

.calender_dept .calender_content_dept .calender_location p {
  font-size: 14px;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #879cb7;
}

.feature_content {
  position: relative;
  overflow: hidden;
}

.flex-direction-nav a.flex-next:after,
.flex-direction-nav a:after {
  font-family: FontAwesome;
  height: 26px;
  width: 25px;
  font-size: 45px;
  position: absolute;
  color: #fff;
  font-weight: 300;
  top: 0;
}

.feature_content .carousel_caption a.call_to_action {
  border-color: #fff;
}

.node-type-department-page #main,
.node-type-department-page #main .region-content #block-views-department-block-2 {
  padding: 0;
}

.node-type-department-page #block-views-department-block-2 #flexslider-1 {
  margin: 0;
}

.node-type-department-page #block-views-department-block-2 .flex-control-nav {
  display: none;
}

.flexslider .flex-direction-nav .flex-next {
  opacity: 1 !important;
  z-index: 99;
}

.flexslider {
  border: 0;
}

.flex-direction-nav .flex-prev {
  left: 10px;
  z-index: 999;
  opacity: 1 !important;
}

.flexslider .flex-direction-nav a {
  display: block;
}

.flex-direction-nav .flex-next {
  right: 10px;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav a.flex-next:after {
  content: "\f105";
  display: block;
}

.flex-direction-nav a:after {
  content: "\f104";
  display: block;
  left: 8px;
}

.node-type-blog-entry #top-content,
.node-type-course #top-content,
.node-type-degree-certificates-interior #top-content,
.node-type-department-sub-page #top-content,
.node-type-event #top-content {
  padding: 60px 0 40px;
}

.black_title a,
.black_title a:hover {
  color: #222;
  font-size: 36px;
  font-family: Merriweather, serif;
  font-weight: 300;
  margin: 0;
  text-decoration: none;
  line-height: 45px;
}

.black_title {
  margin: 0;
  padding-bottom: 10px;
}

.dept_sub_top h2,
.dept_sub_top p {
  margin: 0 !important;
  font-size: 18px !important;
  color: #1a437a !important;
  font-weight: 300 !important;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li,
.node-type-department-sub-page .region-container-sidebar-first .menu li,
.node-type-event .region-container-sidebar-first .menu li {
  list-style-type: none;
  border-bottom: 1px solid #bdc7d6;
  list-style-image: none;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li.last,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li.last,
.node-type-event .region-container-sidebar-first .menu li .menu li.last {
  border-bottom: 0;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li a,
.node-type-degree-certificates-interior .region-container-sidebar-first .menu li a,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li a,
.node-type-department-sub-page .region-container-sidebar-first .menu li a,
.node-type-event .region-container-sidebar-first .menu li .menu li a,
.node-type-event .region-container-sidebar-first .menu li a {
  color: #183e73;
  text-transform: capitalize;
  font-size: 18px;
  font-family: Merriweather, serif;
  font-weight: 300;
  text-decoration: none;
  padding-left: 10px;
  display: block;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li,
.node-type-event .region-container-sidebar-first .menu li .menu li {
  border: 0;
  padding: 10px 5px;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li a,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li a,
.node-type-event .region-container-sidebar-first .menu li .menu li a {
  padding-left: 20px;
  font-size: 15px;
}

.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li a:before,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li a:before,
.node-type-event .region-container-sidebar-first .menu li .menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  height: 38px;
  width: 10px;
  margin-right: 10px;
  float: left;
}

.node-type-blog-entry #main-content,
.node-type-course #main-content,
.node-type-degree-certificates-interior #main-content,
.node-type-department-sub-page #main-content,
.node-type-event #main-content {
  background: #ededed;
  position: relative;
}

#sidebar-first .menu .active-trail,
.node-type-degree-certificates-interior .region-container-sidebar-first .menu li .menu li a:hover,
.node-type-degree-certificates-interior .region-container-sidebar-first .menu li.active-trail a,
.node-type-department-sub-page .region-container-sidebar-first .menu li .menu li a:hover,
.node-type-department-sub-page .region-container-sidebar-first .menu li a:hover,
.node-type-department-sub-page .region-container-sidebar-first .menu li.active a,
.node-type-event .region-container-sidebar-first .menu li .menu li a:hover,
.node-type-event .region-container-sidebar-first .menu li.active a {
  color: #93c933;
}

.node-type-degree-certificates-interior #main-content:before,
.node-type-department-sub-page #main-content:before,
.page-search-catalog #main-content:before {
  content: '';
  border: 2px solid #c7cfdb;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.node-type-blog-entry #main-content:before,
.node-type-event #main-content:before,
.page-node-70.node-type-department-sub-page #main-content:before {
  content: '';
  border: 2px solid #c7cfdb;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65.7%;
}

@media (min-width: 992px) {
  .node-type-degree-certificates-interior #main-content:before,
  .node-type-department-sub-page #main-content:before,
  .page-search-catalog #main-content:before {
    width: 73%;
  }
}

@media (min-width: 1400px) {
  .node-type-degree-certificates-interior #main-content:before,
  .node-type-department-sub-page #main-content:before,
  .page-search-catalog #main-content:before {
    width: 66%;
  }
}

.dept_inner_design p,
.dept_inner_design ul li {
  font-size: 16px;
  font-weight: 300;
  color: #222;
  padding-bottom: 20px;
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .dept_inner_design img {
    width: 100% !important;
    height: auto !important;
  }
}

.dept_inner_design ul li {
  padding-bottom: 5px;
}

.dept_inner_design a {
  font-size: 16px;
  font-weight: 500;
  color: #879cb7;
}

.dept_inner_design a:hover {
  color: #93c933;
}

.dept_inner_design h1,
.dept_inner_design h3,
.dept_inner_design h4 {
  color: #1a437a;
  margin: 0;
  padding-bottom: 20px;
}

.dept_inner_design h3 {
  font-size: 20px;
  font-weight: 700;
}

.dept_inner_design h4 {
  font-size: 16px;
  font-weight: 700;
}

.dept_inner_design h1 {
  font-size: 36px;
  font-weight: 300;
  font-family: Merriweather, serif;
}

.social_icons_floating {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 40%;
}

@media only screen and (max-width: 575px) {
  .social_icons_floating {
    visibility: hidden;
  }
}

.dept_inner_design p img {
  margin-right: 20px;
  margin-bottom: 15px;
}

.social_icons_floating .addtoany_list.a2a_kit_size_32 a>span {
  background-color: #bec7d6 !important;
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 2px;
}

.social_icons_floating .addtoany_list.a2a_kit_size_32 a>span svg {
  height: 37px;
  margin-top: 10px;
}

.node-type-department-sub-page #main,
.node-type-department-sub-page #main .node header,
.node-type-department-sub-page #main .node>.content,
.node-type-department-sub-page #promoted-inside .block {
  padding: 0;
}

.node-type-department-sub-page #main #content-wrapper {
  margin: 0;
}

#banner .banner_title {
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#banner .banner_title h1,
#banner .banner_title h3 {
  text-align: center;
  text-transform: inherit;
  font-weight: 300;
}

.front #banner .banner_title h1,
.front #banner .banner_title h3 {
  color: #fff;
}

#top-content-inside .col-md-12 .menu li {
  text-align: right;
  background: #879cb7;
  border: 1px solid #fff;
  height: 70px;
}

@media only screen and (max-width: 865px) {
  #top-content-inside .col-md-12 .menu li {
    height: auto;
  }
  #top-content-inside .col-md-12 .menu li:last-child {
    float: none;
    overflow: hidden;
    width: auto;
    display: inherit;
  }
}

#banner .banner_title span,
.calender_title:hover,
.see_more:hover {
  color: #93c933;
}

.node-type-department-page #promoted .node-department-page .field-items p {
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #222;
  margin: 0;
  font-weight: 300;
}

.down-arrow-banner {
  width: 42px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.blog_dept h4,
.blog_dept h5 {
  margin: 0;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
}

#logo img {
  display: inherit;
}

.node-type-department-page #main .region-content #block-views-department-block-3 {
  text-align: center;
}

.blog_dept h5 {
  font-size: 16px;
  font-weight: 600;
  color: #879cb7;
}

.blog_dept h4,
.blog_dept h5 span,
.blog_dept p {
  font-weight: 300;
}

.blog_dept h4 {
  color: #1a437a;
}

.blog_dept p {
  font-size: 16px;
  margin: 0 0 30px;
  font-family: Roboto, sans-serif;
  padding-bottom: 15px;
  color: #333;
}

.call_to_action {
  color: #516e99;
  font-size: 14px;
  width: 220px;
  height: 49px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #516e99;
  padding: 13px 15px;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

.feature_content .carousel_caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(87, 113, 151, 0.91);
  padding: 10px 35px;
  height: 230px;
}

.feature_content .carousel_caption a {
  text-decoration: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.calender_date_dept:before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.calender_dept .calender_date_dept {
  font-size: 24px;
  color: #1a437a;
  float: left;
  padding-right: 45px;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
}

.front #block-views-home-slider-block>h2 {
  margin: 0;
}

.front #banner .dept_crumb {
  display: none;
}

.node-type-department-sub-page #block-views-event-list-block-1 .views-field.views-field-nothing {
  float: left;
  width: 100%;
}

.node-type-department-sub-page #block-views-event-list-block-1 .views-field.views-field-nothing .calender_dept {
  margin-bottom: 0;
}

.not-front #banner #banner-inside .view .views-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 0;
  border-bottom: 4px solid #93c933 !important;
  margin: 0 auto;
}

select::-ms-expand {
  display: none;
}

#block-views-area-of-study-block .view-footer .views-field a:hover {
  background: #fff !important;
  color: #516e99 !important;
}

@media (min-width: 320px) {
  .search-bar-top {
    display: none;
    position: relative;
  }
  #logo {
    text-align: left;
  }
  .node-type-department-sub-page #block-views-event-list-block-1 .views-field.views-field-nothing {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .calender_dept .calender_content_dept .calender_title p {
    font-size: 14px;
  }
}

@media (min-width: 580px) {
  .node-type-department-sub-page #block-views-event-list-block-1 .views-field.views-field-nothing {
    margin-bottom: 15px;
  }
}

@media (max-width: 579px) {
  .calender_dept .calender_date_dept {
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .calender_dept .calender_date_dept {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #banner .banner_title h1,
  #banner .banner_title h3 {
    color: #1a437a;
  }
  .breadcrumb {
    display: none;
  }
  .dept_crumb {
    width: 80%;
    left: 0;
  }
  #banner .banner_title {
    font-size: 20px;
    color: #163867;
  }
  #top-content-inside .col-md-12 .menu li {
    width: 100%;
  }
  .node-type-department-page #promoted .node-department-page .field-items p {
    padding: 50px 15px;
    font-size: 16px;
  }
  #logo img {
    width: 260px;
    height: 35px;
  }
  .footer.container-fluid {
    padding: 0;
  }
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    padding: 40px 15px;
  }
  .blog_dept h2 {
    font-size: 25px;
  }
  .feature_content .carousel_caption {
    position: relative;
    top: -120px;
    background: 0 0;
    padding: 0;
    margin-bottom: -180px;
  }
  .feature_content .carousel_caption h4 {
    background: rgba(87, 113, 151, 0.91);
    display: block;
    padding: 26px;
    height: 120px;
    margin: 0;
    font-size: 20px;
  }
  .main_crumb,
  .see_more_top {
    display: none;
  }
  .feature_content .carousel_caption>a:first-child {
    background: 0 0;
  }
  .views-row-1 .feature_content .carousel_caption h4 {
    background: rgba(22, 56, 103, 0.84);
  }
  .views-row-1 .feature_content .carousel_caption a:last-child {
    border: 0;
    background: rgba(22, 56, 103, 0.84) !important;
  }
  .feature_content .carousel_caption a.call_to_action {
    background: #93a6be;
    color: #fff;
    height: 50px;
    border-color: #93a6be;
    width: 100%;
    font-weight: 700;
  }
  .flex-direction-nav a {
    top: inherit;
    bottom: 40%;
  }
  .calender_date_dept:before {
    background: url(/sites/default/files/calender_img_phone.jpg) right center no-repeat;
    background-size: contain;
  }
  footer .search-btn {
    top: 0;
    right: 0;
    padding: 4px 0;
    text-align: center;
  }
  .mega-dropdown-inner div[data-showblocktitle="1"] {
    display: none !important;
  }
  #sidebar-first .menu-name-main-menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mega-dropdown-inner div[data-showblocktitle="1"] {
    display: none !important;
  }
  .breadcrumb,
  .see_more_footer {
    display: none;
  }
  .dept_crumb {
    left: 0;
  }
  .calender_dept .calender_date_dept {
    margin-bottom: 40px;
  }
  #banner .banner_title {
    position: absolute;
    font-size: 30px;
    color: #fff;
  }
  #top-content-inside .col-md-12 .menu li {
    width: 50%;
    float: left;
  }
  #top-content-inside .col-md-12 .menu li:last-child {
    float: none;
    overflow: hidden;
    width: auto;
    display: inherit;
  }
  .node-type-department-page #promoted .node-department-page .field-items p {
    padding: 50px 20px;
    font-size: 18px;
  }
  .calender_dept {
    margin-bottom: 30px;
  }
  .node-type-department-page #main .region-content #block-views-department-block-1 .view-content .views-row {
    width: 47%;
    float: left;
    margin-right: 15px;
  }
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    padding: 45px 85px;
  }
  .blog_dept h2 {
    font-size: 36px;
  }
  .see_more_top {
    display: block;
  }
  .calender_date_dept:before {
    background: url(/sites/default/files/calender_img.jpg) right center no-repeat;
  }
  .feature_content {
    height: 270px;
    overflow: hidden;
  }
  .feature_content img {
    float: right;
    width: 50% !important;
    height: 330px !important;
  }
  .feature_content .carousel_caption {
    position: relative;
    background: 0 0;
    padding: 0;
    width: 50%;
    top: inherit;
  }
  .feature_content .carousel_caption h4 {
    background: rgba(87, 113, 151, 0.91);
    display: inline-flex;
    padding: 26px;
    margin: 0;
    font-size: 20px;
    height: 220px;
  }
  .feature_content .carousel_caption a.call_to_action {
    background: #93a6be;
    color: #fff;
    height: 50px;
    border-color: #93a6be;
    width: 100%;
    font-weight: 700;
  }
  .flex-direction-nav a {
    top: 50%;
    bottom: inherit;
  }
  .footer.container-fluid {
    padding: 0;
  }
  #sidebar-first .menu-name-main-menu {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-bar-top {
    display: block;
  }
  .not-front #banner #banner-inside .view .views-row:after {
    width: 50%;
  }
  .node-type-department-sub-page #block-views-event-list-block-1 .views-field.views-field-nothing {
    margin-bottom: 30px;
  }
  #main-navigation-inside nav {
    float: left;
  }
  #banner .banner_title {
    position: absolute;
  }
  #banner .banner_title h1,
  #banner .banner_title h3 {
    font-size: 50px;
    color: #fff !important;
  }
  #top-content-inside .col-md-12 .menu li {
    display: inherit;
    width: 25%;
    float: left;
  }
  #top-content-inside .col-md-12 .menu li:last-child {
    float: none;
    overflow: hidden;
    width: auto;
    display: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 992px) {
  #top-content-inside .col-md-12 .menu li:last-child {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .node-type-department-page #promoted .node-department-page .field-items p {
    padding: 50px 150px;
    font-size: 18px;
  }
  .node-type-department-page #main .region-content #block-views-department-block-1,
  .node-type-department-page #main .region-content #block-views-department-block-2,
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    width: 33.33%;
    float: left;
    clear: none;
  }
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    padding: 45px 15px;
  }
  .blog_dept h4 {
    font-size: 22px;
  }
  .feature_content .carousel_caption {
    position: inherit;
  }
  .flex-direction-nav a {
    top: 75%;
  }
  .see_more_footer {
    display: none;
  }
  .see_more_top {
    display: block;
  }
  .calender_date_dept:before {
    background: url(/sites/default/files/calender_img.jpg) right center no-repeat;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
  .front #block-views-event-list-block .view-header em,
  .front #page h2,
  .front footer #block-menu-block-4 h2,
  .node-type-course h2,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 25px;
  }
  .see_more {
    margin-top: 5px;
  }
  .footer .col-sm-5,
  .footer .col-sm-7 {
    width: 34%;
  }
  .footer .social-m.col-lg-3,
  .footer .social-m.col-sm-3 {
    width: 25%;
  }
  .footer .col-lg-4,
  .footer .col-sm-4 {
    width: 41%;
  }
  #top-content-inside .col-md-12 .menu li a {
    font-size: 14px;
    padding: 0;
    padding-top: 24px;
    padding-right: 40px;
  }
  #top-content-inside .col-md-12 .menu li a:after {
    top: 24px;
  }
}

@media (min-width: 1200px) {
  #logo {
    padding: 40px 0 5px;
  }
  .node-type-area-of-study-sub-category .feature_content img {
    float: inherit !important;
    height: 452px;
    max-width: inherit;
  }
  .node-type-area-of-study-sub-category #block-views-890c22f3744a8b7afa746ceadcc4f4fc .views-row>.views-field>.field-content>h2 {
    font-size: 46px;
    padding: 50px 50px 40px !important;
  }
  .feature_content .carousel_caption {
    position: absolute;
  }
}

@media (min-width: 1250px) {
  footer .social-m a {
    margin: 25px 19px;
  }
  .footer .col-sm-5,
  .footer .col-sm-7 {
    width: 41%;
  }
  .footer .social-m.col-lg-3,
  .footer .social-m.col-sm-3 {
    width: 25%;
  }
  .footer .col-lg-4,
  .footer .col-sm-4 {
    width: 33%;
  }
}

@media (min-width: 1800px) {
  #banner .banner_title h1,
  #banner .banner_title h3 {
    font-size: 80px;
  }
  #top-content-inside .col-md-12 .menu li a:after {
    top: 21px;
  }
  #top-content-inside .col-md-12 .menu li a {
    padding: 20px 44px 20px 24px;
  }
  .blog_dept h4 {
    font-size: 36px;
  }
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    padding: 45px 85px;
  }
  .calender_dept .calender_content_dept .calender_title h3,
  .calender_dept .calender_content_dept .calender_title p {
    font-size: 18px;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
  .front #block-views-event-list-block .view-header em,
  .front #page h2,
  .front footer #block-menu-block-4 h2,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 48px;
  }
  .see_more {
    margin-top: 12px;
  }
  #top-content-inside .col-md-12 .menu li a {
    font-size: 18px;
  }
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e .flex-direction-nav a,
.front .flex-direction-nav a {
  top: 50%;
}

.flex-control-nav {
  display: none;
}

.front .banner_title p:hover {
  color: #fff;
}

.info p {
  color: #05345a;
}

.info a:hover {
  color: #93c933;
}

.calender_title p:hover {
  color: #93c933 !important;
}

.areas {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.areas h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.areas .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.82);
  border-left: 5px solid #93c933;
  transition: all .5s ease;
  padding: 25px 15px;
  height: 72px;
}

.areas .title-wrap h3 a {
  font-size: 18px;
}

.areas .title-wrap p {
  height: 100%;
}

.areas .title-wrap p a {
  height: 100%;
}

.areas p a {
  width: inherit !important;
  position: inherit !important;
  font-size: 14px !important;
  transform: inherit !important;
}

.areas p a:after {
  display: none !important;
}

.areas p {
  opacity: 0;
}

.areas .title-wrap a {
  display: block;
  color: #1a437a;
  font-size: 20px;
  text-align: left;
  width: 100%;
  font-weight: 300;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all 0.5s ease;
}

.areas .title-wrap h3 a {
  font-size: 18px;
}

.areas:hover .title-wrap {
  background: rgba(22, 56, 103, 0.77);
  border-left: 5px solid #93c933;
  cursor: pointer;
}

a.area_title {
  position: absolute !important;
  width: 100% !important;
  display: block !important;
  height: 100% !important;
  bottom: -50% !important;
  left: 0 !important;
}

a.area_title:after {
  visibility: hidden;
}

.areas:hover .title-wrap a {
  border: 0;
  color: #fff;
  background-color: initial;
  padding: 0;
  position: absolute;
  bottom: 15px;
  transform: translate(0, -50%);
  width: 85%;
}

.front .call_to_action {
  background: #fff;
  border: 0;
  color: #879cb7;
}

.front .blog_dept .call_to_action {
  background: 0 0;
  border: 2px solid #879cb7;
  line-height: 21px;
}

.front .blog_dept .call_to_action:hover {
  line-height: 21px;
  background: #879cb7 !important;
  border: 2px solid #879cb7;
}

.front .call_to_action {
  line-height: 25px;
}

.front .call_to_action:hover {
  background: #879cb7;
  line-height: 25px;
  color: #fff;
}

.blog_dept h5:hover {
  color: #93c933;
  cursor: pointer;
}

.blog_dept h5 span {
  color: #879cb7;
}

.front #block-views-event-list-block .calender_date_dept:before {
  background: url(/sites/default/files/calender_img_phone.jpg) right center no-repeat;
}

.front #block-views-event-list-block .calender_dept .calender_date_dept {
  padding-bottom: 55px;
  margin-bottom: 40px;
}

.front #block-block-9 .footer_dept,
.front footer .menu-block-wrapper ul li {
  padding: 0 15px;
  list-style-type: none;
  list-style-image: none;
  background: #ededed;
  height: 70px;
  line-height: 70px;
  border: 1px solid #fff;
}

.front .footer_dept a,
.front footer .menu-block-wrapper ul li a {
  display: block;
  color: #1a437a;
  line-height: 70px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.front .footer_dept a {
  padding-left: 0;
}

.front footer .menu-block-wrapper ul li:hover {
  background: #879cb7;
}

.front footer .menu-block-wrapper ul li:hover a,
.front footer .menu-block-wrapper ul li:hover a:after {
  color: #fff;
}

.front #main-content {
  padding: 0;
}

.front #block-block-9 .footer_dept a:after,
.front footer .menu-block-wrapper ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 2px;
  right: 25px;
}

footer #block-block-1 {
  position: relative;
}

#block-views-area-of-study-block .view-footer .views-row,
#block-views-area-of-study-block-1 .view-footer .views-row,
#block-views-area-of-study-page-block-2 .view-footer .views-row,
div[id^=block-views-area-of-study-block] .view-footer .views-row {
  background: #516e99;
  padding: 50px 50px 14px;
  float: left;
}

#block-views-area-of-study-block .view-footer .views-field .field-content,
#block-views-area-of-study-block-1 .view-footer .views-field .field-content,
#block-views-area-of-study-page-block-2 .view-footer .views-field .field-content,
#block-views-home-view-block .view-content .views-field .field-content,
div[id^=block-views-area-of-study-block] .view-footer .views-field .field-content {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  font-family: Merriweather, serif;
  padding-bottom: 25px;
  text-align: left;
  line-height: 41px;
}

#block-views-area-of-study-block .view-footer .views-field p,
#block-views-area-of-study-block-1 .view-footer .views-field p,
#block-views-area-of-study-page-block-2 .view-footer .views-field p,
#block-views-home-view-block .view-content .views-field p,
div[id^=block-views-area-of-study-block] .view-footer .views-field p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  line-height: 26px;
  padding-bottom: 10px;
}

#block-views-area-of-study-block .view-footer .views-field a,
#block-views-area-of-study-block-1 .view-footer .views-field a,
#block-views-area-of-study-page-block-2 .view-footer .views-field a,
#block-views-home-view-block .view-content .views-field a,
div[id^=block-views-area-of-study-block] .view-footer .views-field a {
  font-size: 14px;
  color: #516e99 !important;
  font-weight: 700;
  display: block;
  width: 305px;
  background: #fff !important;
  line-height: 52px;
  height: 50px;
  text-align: center;
  font-family: Roboto, sans-serif;
  margin: 0 !important;
}

.front #block-views-feature-content-block-1 .flexslider,
.not-front #main .carousel_caption h4 {
  margin: 0;
}

#main .carousel_caption h4 {
  text-align: center !important;
  color: #fff;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 15px !important;
}

.front #block-views-feature-content-block .carousel_caption a {
  font-weight: 700;
}

#node-62 .content,
.front #promoted .region-promoted .block {
  padding: 0;
}

.blog_dept,
.front .blog_dept {
  text-align: center;
}

.front .blog_dept h2 {
  text-align: center !important;
  line-height: 38px;
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept,
.front #block-views-feature-content-block-1 .blog_dept,
.node-type-department-page #main .region-content #block-views-department-block-3 {
  background: #ededed;
  padding: 50px;
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e .flex-direction-nav a:after,
.front #block-views-feature-content-block-1 .flex-direction-nav a:after {
  color: #879cb7;
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e .flex-direction-nav a.flex-next:hover:after,
#block-views-ba37f5f73f6afe9b2757926ef664b59e .flex-direction-nav a.flex-prev:hover:after,
.front #block-views-feature-content-block-1 .flex-direction-nav a.flex-next:hover:after,
.front #block-views-feature-content-block-1 .flex-direction-nav a.flex-prev:hover:after {
  color: #93c933;
}

.front #top-content-inside {
  padding-bottom: 20px;
}

.front #page h2,
.front footer #block-menu-block-4 h2 {
  margin: 0;
  text-align: left;
}

.front .areas .title-wrap a:after,
.node-type-area-of-study .areas .title-wrap a:after,
.node-type-area-of-study-sub-category .areas .title-wrap a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  height: 10px;
  width: 10px;
  float: right;
}

#skip-link {
  display: none;
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4 a,
.blog_dept h4 a,
.front .blog_dept h4 a {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #879cb7;
  line-height: 36px;
}

.front #block-views-feature-content-block .feature_content:hover img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 320px) {
  .down-arrow-banner,
  .down-arrow-banner:hover {
    background: url(/sites/default/files/down-arrow-banner-white-phone.png) top center no-repeat;
  }
  .node-type-department-page #block-views-department-block-2 .carousel_caption h2 {
    padding: 15px !important;
  }
  .down-arrow-banner {
    bottom: 20px;
    height: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .front #banner .flex-direction-nav {
    display: none;
  }
  .top-logo {
    position: relative;
    z-index: 99;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
  .front #block-views-event-list-block .view-header em,
  .front #page h2,
  .front footer #block-menu-block-4 h2,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 25px;
  }
  #block-views-area-of-study-block .view-footer .views-field a,
  #block-views-area-of-study-block-1 .view-footer .views-field a,
  #block-views-home-view-block .view-content .views-field a {
    margin: 0 auto;
    margin-top: 25px !important;
    text-transform: uppercase;
    background: 0 0 !important;
    border: 2px solid #fff;
    color: #fff !important;
    line-height: 48px;
    width: 270px;
  }
  .areas:hover p {
    color: #fff;
  }
  .areas .title-wrap a {
    font-size: 13px;
  }
}

@media (min-width: 380px) {
  .areas .title-wrap a {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  #header {
    border: 0;
  }
  .front #block-views-event-list-block .views-row-1 {
    display: block !important;
  }
  .front #block-views-event-list-block .views-row {
    float: left;
    width: 100% !important;
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .front #block-views-event-list-block .views-row-1,
  .front #block-views-event-list-block .views-row-2 {
    display: block !important;
  }
  .front #block-views-event-list-block .views-row {
    display: none;
  }
}

@media (min-width: 700px) {
  .front .banner_img-Dept>img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .front #main {
    padding: 0;
  }
  .front #block-views-event-list-block .calender_dept .calender_date_dept {
    margin-bottom: 0;
  }
  .areas p {
    display: none;
  }
  .front #block-views-event-list-block .views-row {
    width: 50%;
    float: left;
  }
  .front #top-content-inside #block-views-event-list-block {
    padding: 0 15px 30px;
  }
  .front #page h2,
  .front footer #block-menu-block-4 h2 {
    font-size: 25px;
    padding: 0 15px 20px;
  }
  .down-arrow-banner:hover {
    background: url(/sites/default/files/down-arrow-banner-white-phone.png) top center no-repeat;
  }
  .front #logo {
    padding: 10px 0;
  }
  .not-front #header {
    line-height: 55px;
  }
  .front #banner .flex-control-nav {
    display: block;
    bottom: 20%;
    z-index: 2;
  }
  .front #banner .flex-control-paging li a.flex-active,
  .front #banner .flex-control-paging li a:hover {
    background: #93c933;
  }
  .front #banner .flex-control-paging li a {
    background: #fff;
    border-radius: 0;
    width: 5px;
    height: 5px;
    box-shadow: none;
  }
  .front .banner_img-Dept>img {
    max-width: inherit;
    width: inherit;
    height: 400px;
    overflow: hidden;
  }
  .front #banner .flexslider .slides>li {
    overflow: hidden;
  }
  .front #banner .banner_title {
    position: absolute;
    font-size: 23px;
    color: #fff;
    top: 30%;
  }
  .front #top-content-inside #block-views-area-of-study-block {
    display: none;
  }
  .areas .title-wrap,
  .areas .title-wrap a {
    position: inherit;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4,
  .front .blog_dept h4 {
    padding-bottom: 15px !important;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4 a,
  .front .blog_dept h4 a {
    font-size: 25px;
  }
  .front #main #block-views-feature-content-block .carousel_caption h4 {
    margin-bottom: 0 !important;
    padding: 25px 15px !important;
  }
  .front #block-views-feature-content-block .feature_content .carousel_caption a,
  .front #block-views-feature-content-block .feature_content:hover .carousel_caption a {
    background: #1a437a;
    color: #fff;
  }
  .front #block-views-feature-content-block .views-row-2 .feature_content .carousel_caption h4 {
    background: rgba(87, 113, 151, 0.9);
  }
  .front #block-views-feature-content-block .views-row-1 .feature_content .carousel_caption h4 {
    background: rgba(26, 67, 122, 0.9);
  }
  .front #block-views-feature-content-block .views-row-2 .feature_content .carousel_caption a,
  .front #block-views-feature-content-block .views-row-2 .feature_content:hover .carousel_caption a {
    background: rgba(87, 113, 151, 0.9);
  }
  .front #block-block-8 .panel-body,
  .front #block-block-8 .panel-heading,
  .node-type-area-of-study-sub-category #block-block-8 .panel-body,
  .node-type-area-of-study-sub-category #block-block-8 .panel-heading,
  .panel-group .panel {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .front #block-block-8 h2.panel-title,
  .front #block-block-9 .panel-title,
  .node-type-area-of-study-sub-category #block-block-8 h2.panel-title {
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #fff;
  }
  .front #block-block-9 .panel-title {
    border-bottom: 0;
  }
  .page-node-56 #main-content .container .row>.col-md-12 {
    padding: 0;
  }
  .front #block-block-8 .panel-default>.panel-heading,
  .front #block-block-9 .panel-default>.panel-heading,
  .node-type-area-of-study-sub-category #block-block-8 .panel-default>.panel-heading {
    background-color: #1a437a;
    border-radius: 0;
  }
  .front #block-block-8 h2.panel-title a,
  .front #block-block-9 .panel-title a,
  .node-type-area-of-study-sub-category #block-block-8 h2.panel-title a {
    font-weight: 300;
    color: #fff;
    position: relative;
    display: block;
    font-size: 25px;
  }
  .front #block-block-8 h2.panel-title a.collapsed:after,
  .front #block-block-9 .panel-title a.collapsed:after,
  .node-type-area-of-study-sub-category #block-block-8 h2.panel-title a.collapsed:after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 2px;
    right: 20px;
  }
  .front #block-block-8 h2.panel-title a:after,
  .front #block-block-9 .panel-title a:after,
  .node-type-area-of-study-sub-category #block-block-8 h2.panel-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 2px;
    right: 20px;
  }
  .front .feature_content .carousel_caption {
    margin-bottom: -180px;
  }
  .front footer .menu-block-wrapper ul li a {
    padding-left: 0;
    font-size: 14px;
  }
  .front .see_more_top {
    display: block;
    margin-top: 5px;
  }
  .front .panel-group,
  .panel-group {
    margin: 0;
  }
  .front #block-views-event-list-block .view-header em {
    font-size: 25px;
  }
  #block-views-home-view-block {
    background: #516e99;
    text-align: center;
    padding: 40px 15px 30px;
  }
  #block-views-home-view-block .view-content .views-field .field-content {
    font-size: 25px;
    padding: 0 0 25px;
  }
  .front #main-content .col-md-9,
  .front #top-content-inside,
  .node-type-area-of-study-sub-category #block-system-main,
  .panel-body {
    padding: 0;
  }
  #block-views-home-view-block .view-content .views-field p {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  .front #block-menu-block-4,
  .node-type-area-of-study-sub-category #block-views-area-of-study-block-1 {
    display: none;
  }
  .feature_content img {
    width: 100%;
  }
  .node-type-area-of-study-sub-category #block-block-8 {
    margin-top: 20px;
  }
  .node-type-area-of-study-sub-category #main .field-content h2 {
    padding: 20px 15px;
    margin: 0 !important;
    font-size: 25px;
  }
  .node-type-area-of-study-sub-category .feature_content .carousel_caption {
    margin-bottom: -180px;
  }
  .node-type-area-of-study-sub-category #main .feature_content .carousel_caption h4 {
    padding: 15px !important;
  }
  .node-type-area-of-study-sub-category #main-content .col-md-9 {
    padding: 0;
  }
  .node-type-area-of-study-sub-category .dept_sub_top {
    padding: 40px 0 15px;
  }
  .areas:hover .title-wrap a {
    bottom: 23px;
    transform: inherit;
    width: 90%;
  }
  .areas img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tb-megamenu .btn-navbar {
    top: -60px;
  }
  .main_crumb {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #banner .banner_title h1,
  #banner .banner_title h3 {
    color: #fff;
  }
  #main .carousel_caption h4 {
    font-size: 32px;
  }
  .areas:hover p {
    opacity: 1;
  }
  .areas:hover .title-wrap a {
    width: 91%;
  }
  .front #top-content-inside {
    padding-bottom: 0;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
  .front #block-views-event-list-block .view-header em,
  .front #page h2,
  .front footer #block-menu-block-4 h2,
  .node-type-course h2,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 35px;
  }
  #logo {
    padding: 10px 0 5px;
  }
  .front #block-block-9,
  .front #block-views-home-view-block,
  .node-type-area-of-study-sub-category #top-content-inside #block-block-8 {
    display: none;
  }
  .front .areas:hover .title-wrap a:after,
  .node-type-area-of-study .areas:hover .title-wrap a:after,
  .node-type-area-of-study-sub-category .areas:hover .title-wrap a:after {
    content: "";
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4 a,
  .blog_dept h4 a,
  .front .blog_dept h4 a {
    font-size: 36px;
  }
  .front .views-row-1 .feature_content .carousel_caption h4 {
    background: #486995;
  }
  .front .views-row-2 .feature_content .carousel_caption h4 {
    background: #9fb0c5;
  }
  .front #main .views-row .carousel_caption h4 {
    margin: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #block-views-area-of-study-block .view-footer {
    background: #516e99;
    text-align: center;
  }
  .front #banner .flex-control-nav {
    display: none;
  }
  #header {
    border-bottom: 5px solid #1a437a;
  }
  .front #block-views-event-list-block .views-row {
    width: 50%;
    float: left;
  }
  .front #page h2,
  .front footer #block-menu-block-4 h2 {
    padding: 0 25px 25px;
  }
  .main_crumb {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    text-align: right;
    padding-right: 25px;
    font-size: 11px;
    color: #fefefe;
    height: 20px;
    width: 145px;
    line-height: 20px;
  }
  .main_crumb .field-content a {
    color: #fefefe;
    font-weight: 300;
    position: relative;
  }
  .main_crumb .field-content a:before {
    content: '\f177';
    display: block;
    position: absolute;
    right: 97px;
    font-family: FontAwesome;
  }
  .front #top-content-inside #block-block-8,
  .node-type-area-of-study-sub-category #block-views-home-view-block {
    display: none;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2 {
    padding: 40px 50px;
    text-transform: capitalize;
    margin: 0;
  }
  .front .views-row-1 .feature_content img {
    float: left;
  }
  .front .views-row .feature_content img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
  }
  .front .views-row-1 .feature_content .carousel_caption {
    float: right;
  }
  .front #block-views-feature-content-block .views-row-1 .carousel_caption a.call_to_action {
    background: #163867;
    color: #fff;
  }
  .front #block-views-feature-content-block .views-row-2 .carousel_caption a.call_to_action {
    background: #93a6be;
    color: #fff;
  }
  .areas .title-wrap a {
    font-size: 18px;
  }
  .front #top-content-inside #block-views-event-list-block {
    padding: 0 25px;
  }
  .node-type-area-of-study-sub-category .dept_sub_top {
    padding: 80px 0 15px;
  }
  .node-type-area-of-study-sub-category #main .field-content h4 {
    margin: 0 !important;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
  }
  .node-type-area-of-study-sub-category .views-row-1 .feature_content img {
    float: left;
  }
  .node-type-area-of-study-sub-category .views-row-1 .feature_content .carousel_caption {
    float: right;
    background: rgba(22, 56, 103, 0.84);
  }
  .areas:hover .title-wrap {
    height: 100%;
  }
  .areas .title-wrap {
    height: 50px;
    padding: 16px;
  }
}

@media (max-width: 991) {
  #block-views-area-of-study-block .view-footer .views-row,
  #block-views-area-of-study-block-1 .view-footer .views-row,
  #block-views-area-of-study-page-block-2 .view-footer .views-row,
  div[id^=block-views-area-of-study-block] .view-footer .views-row {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #header {
    border-bottom: 2px solid #1a437a;
    min-height: inherit;
    height: 60px;
  }
  #header .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept,
  .front #block-views-feature-content-block-1 .blog_dept,
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    height: 416px;
  }
  .front .header_strip_color,
  .main_breadcrumb {
    height: 20px;
    position: absolute;
    top: 1px;
    z-index: 2;
  }
  .front footer .menu-block-wrapper ul li {
    width: 50%;
    float: left;
  }
  #logo {
    padding: 40px 0 5px;
  }
  .node-type-department-page .feature_content h4 {
    margin: 0;
  }
  .node-type-department-page #block-views-department-block-2 .carousel_caption h2 {
    padding: 0 !important;
  }
  .front #block-views-event-list-block .view-header em,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 22px !important;
  }
  .see_more_top {
    font-size: 14px;
  }
  .main_breadcrumb {
    background-image: linear-gradient(left, rgba(26, 67, 122, 0.7) 50%, #dfdddc 50%);
    background-image: -o-linear-gradient(left, rgba(26, 67, 122, 0.7) 50%, #dfdddc 50%);
    background-image: -moz-linear-gradient(left, rgba(26, 67, 122, 0.7) 50%, #dfdddc 50%);
    background-image: -webkit-linear-gradient(left, rgba(26, 67, 122, 0.7) 50%, #dfdddc 50%);
    background-image: -ms-linear-gradient(left, rgba(26, 67, 122, 0.7) 50%, #dfdddc 50%);
    width: 100%;
  }
  .front .main_breadcrumb {
    background-image: none !important;
  }
  .front .header_strip_color {
    background: rgba(26, 67, 122, 0.7);
    display: block !important;
  }
  .header_strip_color {
    display: none;
  }
  .main_breadcrumb .container {
    position: relative;
  }
  .front .main_crumb {
    background: rgba(26, 67, 122, 0.7) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_content .carousel_caption {
    position: relative;
    background: 0 0;
    padding: 0;
    width: 50%;
    top: inherit;
  }
  .node-type-department-page .feature_content .carousel_caption {
    background: #667ea0;
    width: 100%;
  }
  .front #main .views-row .carousel_caption h2 {
    padding: 0 15px !important;
  }
  .front .feature_content .carousel_caption h4,
  .node-type-area-of-study-sub-category .feature_content .carousel_caption h4 {
    height: 270px;
    background: #667ea0;
    width: 100%;
  }
  .front .feature_content .carousel_caption,
  .node-type-area-of-study-sub-category .feature_content .carousel_caption {
    width: 50%;
  }
  .front .feature_content img,
  .node-type-area-of-study-sub-category .feature_content img {
    width: 50%;
    height: 330px;
  }
  .front #block-views-feature-content-block .carousel_caption a {
    width: 100%;
  }
  .front .views-row-2 .feature_content img,
  .node-type-area-of-study-sub-category .views-row-2 .feature_content img {
    float: right;
  }
  .front .feature_content,
  .node-type-area-of-study-sub-category .feature_content {
    height: 318px;
    float: left;
    width: 100%;
  }
  .node-type-area-of-study-sub-category .feature_content .carousel_caption a.call_to_action {
    background: #93a6be;
    width: 100%;
    border: 0;
  }
}

@media (min-width: 1200px) {
  .front #block-views-event-list-block .calender_dept .calender_date_dept {
    padding-bottom: 95px;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept,
  .front #block-views-feature-content-block-1 .blog_dept,
  .node-type-department-page #main .region-content #block-views-department-block-3 {
    height: 452px;
  }
  .areas .title-wrap a {
    font-size: 14px;
  }
  .areas .title-wrap {
    height: 70px;
    padding: 25px 45px;
  }
  .areas:hover .title-wrap a {
    width: 85%;
  }
  .front #block-views-feature-content-block .feature_content img {
    height: 452px;
    max-width: inherit;
  }
  .front #top-content-inside #block-views-event-list-block {
    padding: 0 50px 30px;
  }
  .front #top-content-inside {
    padding-bottom: 20px;
  }
  #block-views-890c22f3744a8b7afa746ceadcc4f4fc h2,
  .front #block-views-event-list-block .view-header em,
  .front #page h2,
  .front footer #block-menu-block-4 h2,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 48px;
  }
  #main #block-views-8b1aafc1b7d22a94631cc530a7ecd911 .view-content .views-row,
  #main #block-views-feature-content-block .view-content .views-row {
    width: 50%;
    float: left;
  }
  .front #block-views-event-list-block .views-row {
    width: 25%;
    height: 220px;
    padding-right: 5px;
  }
  .down-arrow-banner {
    height: 115px;
    bottom: 60px;
    background: url(/sites/default/files/down-arrow-banner-white.png) top center no-repeat;
  }
  .front #banner .flex-direction-nav {
    display: block;
  }
  .down-arrow-banner:hover {
    background: url(/sites/default/files/down-arrow-banner.png) top center no-repeat;
  }
  #main #block-views-ba37f5f73f6afe9b2757926ef664b59e,
  #main #block-views-feature-content-block-1 {
    width: 34%;
    float: left;
    clear: none;
  }
  .front #page h2,
  .front footer #block-menu-block-4 h2 {
    padding: 0 50px 50px;
  }
  #main #block-views-8b1aafc1b7d22a94631cc530a7ecd911,
  #main #block-views-feature-content-block {
    width: 66%;
    float: left;
    clear: none;
  }
  .front #block-views-feature-content-block .carousel_caption a.call_to_action,
  .front #block-views-feature-content-block .views-row-1 .carousel_caption a.call_to_action {
    background: 0 0 !important;
    border: 2px solid #fff;
    line-height: 20px;
  }
  .call_to_action:hover,
  .feature_content .carousel_caption a:hover,
  .front #block-views-feature-content-block .carousel_caption a.call_to_action:hover,
  .front #block-views-feature-content-block .views-row-1 .carousel_caption a.call_to_action:hover {
    background: #163867 !important;
    color: #fff !important;
    border: 2px solid #163867;
  }
  .front #block-views-feature-content-block .feature_content:hover .carousel_caption a.call_to_action {
    color: #fff;
  }
  .front #main .views-row .carousel_caption h4 {
    font-size: 30px;
    background: 0 0;
    margin-bottom: 20px !important;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4 a,
  .blog_dept h4 a,
  .front .blog_dept h4 a {
    font-size: 28px;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4,
  .front .blog_dept h4 {
    padding: 0 25px 25px !important;
    line-height: 27px;
  }
  .front .feature_content .carousel_caption {
    position: absolute;
    bottom: 0;
  }
  .front .views-row-1 .feature_content img {
    float: inherit;
  }
  .front .footer {
    padding-top: 20px;
  }
  .feature_content .carousel_caption img {
    height: 452px;
  }
  .front .views-row-1 .feature_content .carousel_caption {
    background: rgba(22, 56, 103, 0.84);
  }
  .feature_content img {
    max-width: inherit;
    height: 452px !important;
    width: inherit !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
  }
  .feature_content:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 1400px) {
  #main .carousel_caption h4 {
    font-size: 36px;
  }
  .node-type-department-page .feature_content .carousel_caption {
    position: absolute;
    bottom: 0;
  }
  .node-type-department-page .feature_content img {
    height: 452px;
  }
  .areas:hover .title-wrap {
    padding-top: 50px;
  }
  .front #block-views-event-list-block .views-row {
    width: 20%;
    height: 240px;
  }
  .areas .title-wrap a {
    font-size: 18px;
  }
  #block-views-ba37f5f73f6afe9b2757926ef664b59e .blog_dept h4 a,
  .blog_dept h4 a,
  .front .blog_dept h4 a {
    font-size: 36px;
  }
  .see_more_top {
    font-size: 18px;
  }
  .front #block-views-event-list-block .view-header em,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 35px !important;
  }
}

@media (min-width: 1600px) {
  #block-views-area-of-study-block .view-footer .views-row,
  #block-views-area-of-study-block-1 .view-footer .views-row,
  #block-views-area-of-study-page-block-2 .view-footer .views-row,
  div[id^=block-views-area-of-study-block] .view-footer .views-row {
    width: 66.6%;
  }
  .front footer .menu-block-wrapper ul li {
    width: 33.33%;
  }
  .front #block-views-event-list-block .views-row {
    height: 200px;
  }
  .front #block-views-event-list-block .view-header em,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 42px !important;
  }
}

@media (min-width: 1800px) {
  .front .feature_content .carousel_caption {
    padding: 15px 35px;
  }
  .front #block-views-event-list-block .view-header em,
  .node-type-department-page #main .region-content #block-views-department-block-1 em {
    font-size: 48px !important;
  }
}

#main .region-content .block,
.node-type-area-of-study-sub-category #main,
.node-type-area-of-study-sub-category #main-content,
.node-type-area-of-study-sub-category .node header {
  padding: 0;
}

.node-type-department-sub-page .view-event-list #edit-field-type-tid {
  background: url(/sites/default/files/dropdown_arrow_white.png) 92% no-repeat #1a437a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin: 0;
}

#block-views-ba37f5f73f6afe9b2757926ef664b59e #flexslider-1 {
  margin: 0;
}

.node-type-area-of-study #main,
.node-type-area-of-study #main-content,
.node-type-area-of-study #promoted .block,
.node-type-area-of-study #promoted .node header,
.node-type-area-of-study .page-node- #content-wrapper,
.node-type-area-of-study .region-content #block-views-area-of-study-page-block-2 h2 {
  padding: 0;
  margin: 0;
}

.node-type-area-of-study #top-content {
  padding: 40px;
}

@media (max-width: 767px) {
  .node-type-area-of-study #top-content {
    padding: 15px;
  }
  #block-views-area-of-study-page-block-2 .view-footer .views-row {
    padding: 50px 15px 6px;
  }
  #block-views-area-of-study-page-block-2 .view-footer .views-field .field-content {
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  .node-type-area-of-study #top-content {
    padding: 40px;
  }
}

.page-user-login #promoted-inside #user-login {
  width: 50%;
  margin: 0 auto;
}

#sidebar-first ul.menu li.expanded ul.menu {
  display: none;
}

#sidebar-first ul.menu li.expanded {
  padding-bottom: 15px;
}

.blog_landing {
  background: #1a437a;
}

.blog_short_content {
  padding: 40px 45px;
  position: relative;
}

.blog_short_content>em:nth-child(1) {
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 15px;
  color: #fff;
  display: block;
}

.blog_short_content a,
.blog_short_content em .username,
.blog_short_content_sub a {
  font-weight: 700;
  color: #879cb7;
}

.blog_short_content_sub em {
  color: #555;
  font-weight: 400;
  font-style: normal;
}

.blog_short_content_sub em .username,
.blog_short_content_sub em strong {
  color: #486995;
  font-weight: 700;
}

.blog_short_content h2,
.blog_short_content h2 a,
.blog_short_content h3,
.blog_short_content h3 a,
.blog_short_content_sub h2,
.blog_short_content_sub h2 a,
.blog_short_content_sub h3,
.blog_short_content_sub h3 a {
  font-weight: 300;
  margin: 0;
  padding-bottom: 15px;
  color: #fff;
}

.blog_short_content_sub h2,
.blog_short_content_sub h2 a,
.blog_short_content_sub h3,
.blog_short_content_sub h3 a {
  color: #1a437a;
  padding-bottom: 5px;
  overflow: hidden;
}

.blog_short_content h2 a {
  color: #fff;
}

.blog_short_content p,
.blog_short_content_sub p {
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.blog_short_content_sub p {
  color: #222;
}

.node-type-department-sub-page #block-views-blog-latest-block-2 {
  padding: 35px 25px;
  background: #fff;
  border: 1px solid #dad9da;
  border-bottom: 0;
}

.node-type-department-sub-page #views-exposed-form-blog-latest-block-2 {
  padding: 0 15px;
}

.view-blog-latest .views-row-odd {
  clear: both;
}

#edit-field-department-reference-faq-tid,
.node-type-department-sub-page #views-exposed-form-blog-latest-block-2 .views-exposed-widget select {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  width: 225px;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  background: url(/sites/default/files/dropdown_arrow.png) 90% no-repeat #1a437a;
}

.blog-title-small,
.simple_subscription_header {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#edit-field-department-reference-faq-tid {
  width: 100%;
}

.blog_landing_sub .blog_img img {
  width: 100%;
  max-width: inherit;
}

.blog_img {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog_short_content_sub {
  margin-bottom: 50px;
}

#block-views-blog-latest-block-8 .blog_short_content_sub {
  margin-bottom: 0;
}

.simple_subscription_header {
  color: #1a437a;
}

#simple-subscription-form .form-type-textfield input {
  border: 1px solid #bdc7d6;
  font-style: normal;
  color: #1a437a;
  font-size: 16px;
}

#simple-subscription-form input[type=submit],
#simple-subscription-form input[type=submit]:hover {
  background: #1a437a;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  font-weight: 700;
  margin: 0;
}

#block-simple-subscription-subscribe {
  padding-top: 38px;
}

.blog-title-small {
  color: #1a437a;
  font-style: normal;
  border-bottom: 1px solid #bdc7d6;
  padding-bottom: 20px;
  display: block;
}

.recentpost .col-md-4 {
  padding: 0;
}

.recentpost .col-md-8 {
  padding-right: 0;
}

.recentpost h3,
.recentpost h3 a {
  margin: 0;
  font-size: 18px;
  color: #1a437a;
  font-weight: 300;
}

.recentpost {
  padding-bottom: 25px;
}

.recentpost p {
  margin: 0;
  font-size: 15px;
  color: #555;
  font-weight: 300;
}

#block-views-blog-latest-block-1 .views-row-last .recentpost {
  padding-bottom: 0;
}

#block-views-blog-latest-block-7 .view-header p {
  margin-bottom: 10px;
}

#block-views-blog-latest-block-7 ul li {
  list-style-type: none;
  padding: 10px 0;
  border: 0;
  margin: 0;
}

#block-views-blog-latest-block-7 ul li,
#block-views-blog-latest-block-7 ul li a {
  color: #486995;
  font-size: 16px;
  font-weight: 700;
}

#block-views-blog-latest-block-7 ul li a.active,
#block-views-blog-latest-block-7 ul li a:hover {
  color: #93c933;
}

#block-views-taxonomy-block .view-header p {
  margin-bottom: 20px;
}

.blog-tags a {
  font-size: 12px;
  color: #bababd;
  background: #fff;
  padding: 3px 13px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

#block-views-blog-latest-block-2 .item-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ededed;
  padding-top: 20px;
  border-top: 1px solid #dad9da;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin: 0 -2px;
}

#block-views-blog-latest-block-2 .item-list ul.pager li {
  float: none;
  display: inline-block;
  margin: 0 -3px 0 0;
}

#block-views-blog-latest-block-2 .item-list ul.pager li a {
  margin: 0 0 5px 1px;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

.ajax-progress-throbber,
.throbber {
  display: none;
}

#block-views-blog-latest-block {
  padding: 0 0 10px;
}

#block-views-department-sub-page-block-1 {
  padding: 0;
}

#block-views-blog-latest-block-2 .view-content {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.blog_social_icons {
  float: right;
}

#block-views-blog-latest-block-8 .views-field-addtoany-link,
#block-views-blog-latest-block-8 .views-field-nothing,
#block-views-events-page-block-2 .views-field-addtoany-link,
#block-views-events-page-block-2 .views-field-field-date {
  width: 50%;
  float: left;
}

#block-views-blog-latest-block-8 .views-field-addtoany-link,
#block-views-events-page-block-2 .views-field-addtoany-link {
  text-align: right;
}

.blog_img_main img {
  width: 100%;
}

.node-type-blog-entry #main #block-system-main,
.node-type-blog-entry .node header {
  padding: 0;
}

.node-type-department-sub-page #block-views-event-list-block-1 h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a437a;
  padding-bottom: 15px;
  clear: both;
}

.node-type-department-sub-page #block-views-event-list-block-1 .calender_dept .calender_date_dept .date {
  font-size: 36px;
}

.node-type-department-sub-page #block-views-event-list-block-1 .calender_dept .calender_date_dept .month {
  padding-bottom: 10px;
}

.node-type-department-sub-page #block-views-event-list-block-1 .calender_dept .calender_content_dept a,
.node-type-department-sub-page #block-views-event-list-block-1 .calender_dept .calender_date_dept .month {
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog_short_content h2,
  .blog_short_content_sub h2 {
    font-size: 22px;
  }
  .blog_img {
    height: 108px;
  }
  .node-type-department-sub-page #block-views-blog-latest-block-2 {
    padding: 35px 10px;
  }
}

@media (min-width: 768px) {
  .blog_short_content h2,
  .blog_short_content h2 a,
  .blog_short_content h3,
  .blog_short_content h3 a,
  .blog_short_content_sub h2,
  .blog_short_content_sub h2 a,
  .blog_short_content_sub h3,
  .blog_short_content_sub h3 a {
    font-size: 26px;
  }
  .blog_img {
    height: 166px;
  }
  .tb-megamenu-column-inner .content h6 {
    clear: both;
  }
}

@media (min-width: 992px) {
  .blog_short_content h2,
  .blog_short_content h2 a,
  .blog_short_content h3,
  .blog_short_content h3 a,
  .blog_short_content_sub h2,
  .blog_short_content_sub h2 a,
  .blog_short_content_sub h3,
  .blog_short_content_sub h3 a {
    font-size: 30px;
  }
  .front #page-stop {
    margin: 15px;
  }
  .blog_short_content_sub h2,
  .blog_short_content_sub h2 a,
  .blog_short_content_sub h3,
  .blog_short_content_sub h3 a {
    height: 75px;
  }
  .page-blog- #block-views-blog-latest-block-10 {
    padding-top: 40px;
  }
}

.mega-dropdown-inner div[data-showblocktitle="1"] {
  border-right: 1px solid #1a427d;
  padding-right: 25px;
  padding-bottom: 30px;
}

.tb-megamenu-column-inner .content h6 {
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 300;
  color: #1a437a;
  margin: 0 0 15px;
}

.tb-megamenu-column-inner .content p {
  line-height: 1.5;
  color: #1a437a;
  font-family: Roboto, sans-serif;
  margin: 0;
  font-size: 16px;
}

.tb-megamenu-column-inner .content img {
  margin: 0 15px 10px 0;
}

.tb-megamenu-column.mega-col-nav {
  margin-left: 0 !important;
}

#main-navigation-inside div.contextual-links-wrapper {
  left: inherit;
  right: inherit;
}

.attention_message .block,
.attention_message .block p {
  padding: 0;
  margin: 0;
}

.attention_message {
  text-align: center;
  padding: 15px 0;
  background: #93c933;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .tb-megamenu-column-inner .content h6 {
    clear: none;
  }
}

.faq .panel>h3,
.faq .panel>h4 {
  margin: 0;
}

.faq .panel>h3 a.collapsed,
.faq .panel>h4 a.collapsed {
  border-bottom: 1px solid #bdc7d6;
  background: url(/sites/default/files/plus-icon.png) 98% no-repeat;
  color: #516e99;
}

.faq .panel>h3 a,
.faq .panel>h4 a {
  font-size: 20px;
  color: #93c933;
  font-weight: 400;
  border-bottom: 0;
  display: block;
  padding: 15px 40px 15px 0;
  background: url(/sites/default/files/minus-icon.png) 98% no-repeat;
}

.faq .panel>h3 a:hover,
.faq .panel>h4 a:hover,
.faq .panel>p a:hover {
  color: #93c933;
}

.faq .panel {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
}

.faq .panel-body {
  padding: 0 0 15px;
}

.faq .panel-body p {
  margin: 0;
  font-size: 16px;
  color: #222;
  font-weight: 300;
}

#edit-field-department-reference-faq-tid,
.faq .panel-group {
  margin: 0;
}

@media (max-width: 767px) {
  .faq .panel>h3 a.collapsed,
  .faq .panel>h4 a.collapsed {
    color: #516e99 !important;
  }
}

#block-quicktabs-media-center {
  background: #fff;
  box-shadow: 0 0 4px 0 #ada8a8;
}

#block-quicktabs-media-center ul.quicktabs-tabs {
  text-align: center;
  margin: 0 0 40px;
  width: 100%;
  float: left;
}

#block-quicktabs-media-center ul.quicktabs-tabs li {
  float: left;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-right: 2px solid #ededed;
  background: #879cb7;
}

#block-quicktabs-media-center ul.quicktabs-tabs li.last {
  border: 0;
}

#block-quicktabs-media-center ul.quicktabs-tabs li a {
  color: #fff;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

#block-quicktabs-media-center ul.quicktabs-tabs li.active {
  background: #fff;
}

#block-quicktabs-media-center ul.quicktabs-tabs li.active a {
  color: #1a437a;
}

#quicktabs-container-media_center {
  padding: 0 40px;
}

.media_banner img {
  width: 100%;
}

.media_banner {
  margin-bottom: 30px;
}

.media_content h1,
.media_content h3,
.media_content p {
  margin: 0;
  padding-bottom: 20px;
}

.media_content p {
  font-size: 16px;
  font-weight: 300;
  color: #222;
}

.media_content a {
  font-size: 16px;
  font-weight: 400;
  color: #879cb7;
}

.media_content a:hover {
  color: #93c933;
}

.media_content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #879cb7;
}

.media_content h1 {
  font-size: 30px;
  font-weight: 300;
  color: #222;
}

.media_content ul {
  padding: 0;
}

.media_content ul li {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  margin-bottom: 15px;
  padding-left: 15px;
  list-style-type: none;
  background: url(/sites/default/files/bullet.png) 0 43% no-repeat;
}

.download_pdf {
  border-bottom: 1px solid #879cb7;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#block-views-schedule-options-block-5 table td,
.download_pdf .col-md-1,
.download_pdf .col-md-4,
.download_pdf .col-md-7 {
  padding: 0;
}

.download_pdf .col-md-4 {
  text-align: right;
}

.download_pdf .col-md-7 {
  color: #879cb7;
  font-size: 16px;
  text-transform: capitalize;
}

.download_pdf .col-md-4 a {
  font-size: 16px;
  color: #1a437a;
  text-decoration: none;
}

.download_pdf .col-md-1 {
  font-size: 16px;
  color: #222;
  text-align: right;
  font-weight: 300;
}

.video-media .video_link {
  color: #879cb7;
  font-size: 16px;
  font-weight: 300;
}

#quicktabs-tabpage-media_center-1 .view-display-id-block_4 {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

#quicktabs-media_center .quicktabs-tabpage .views-exposed-form select,
#quicktabs-tabpage-media_center-2 .views-exposed-form select {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  background: url(/sites/default/files/dropdown_arrow.png) 90% no-repeat #1a437a;
}

#block-views-schedule-options-block-5 .attachment tbody {
  display: none;
}

#block-views-schedule-options-block-5 .view-content tr,
.certificate_design h4 a {
  border: 0;
  padding: 0;
  clear: both;
}

#block-views-schedule-options-block-5 table,
#block-views-schedule-options-block-5 table th {
  border: 0;
  margin: 0;
}

.certificate_design .panel {
  background-color: transparent;
  border: 0;
  clear: both;
}

.certificate_design .col-md-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.certificate_design .col-md-2.title_cert,
.certificate_design .col-md-2.title_cert h3 {
  font-size: 16px;
  font-weight: 600;
  color: #879cb7;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  display: inline-block;
}

.blog_short_content:before,
.node-type-course #main-content:before {
  content: '';
  top: 0;
  display: block;
  position: absolute;
}

.certificate_design .col-md-2.title_cert:hover {
  color: #93c933;
}

.certificate_design .panel-group .panel-heading {
  float: left;
  width: 100%;
  border-top: 1px solid #bdc7d6;
  padding: 20px 0;
  background: url(/sites/default/files/minus-icon.png) 98% no-repeat #fff;
}

.certificate_design .col-md-6,
.certificate_design .panel-body {
  padding: 0;
}

.certificate_design .panel-group,
.certificate_design h4 {
  margin: 0;
}

.certificate_design .panel-group .panel-heading.collapsed {
  background: url(/sites/default/files/plus-icon.png) 98% no-repeat #ededed;
  color: #516e99;
}

.title_cert {
  font-size: 18px;
  color: #1a437a;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}

.certificate_design .collapse.in {
  background: #fff;
}

.title_cert span {
  font-weight: 300;
}

.certificate_design_inside .panel-heading.collapsed {
  background: url(/sites/default/files/right-icon.png) 95% no-repeat #fff !important;
}

.certificate_design_inside .panel-heading {
  background: url(/sites/default/files/down-icon.png) 95% no-repeat #fff !important;
}

.certificate_design_inside p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

.certif_right p,
.certif_right p a {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

.certif_right p strong {
  font-weight: 600;
}

.certif_right p:last-of-type {
  border: 0;
}

#block-views-schedule-options-block-5 .attachment thead th:nth-child(2) {
  width: 19%;
  text-align: center;
}

#block-views-schedule-options-block-5 .attachment thead th:nth-child(3) {
  text-align: center;
  width: 16%;
}

#block-views-schedule-options-block-5 .attachment thead th:nth-child(4) {
  text-align: center;
  width: 20%;
}

#block-views-schedule-options-block-5 .attachment thead th:nth-child(5) {
  padding-left: 50px;
  text-align: left;
  width: 27%;
}

#block-views-schedule-options-block-5 .attachment thead th:nth-child(1) {
  width: 18%;
}

#block-views-schedule-options-block-5 .attachment thead th {
  font-size: 16px;
  padding-top: 20px !important;
  padding-bottom: 18px !important;
  color: #1a437a;
  text-transform: uppercase;
  border-top: 1px solid #bdc7d6;
}

#block-views-schedule-options-block-8 ul {
  margin: 0;
  border: 0;
}

#block-views-schedule-options-block-8 ul li a {
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  height: 60px;
  padding: 20px 0;
  margin: 0;
}

#block-views-schedule-options-block-8 #views-bootstrap-tab-1 {
  background: #fff;
}

#block-views-schedule-options-block-8 .tab-content {
  padding: 30px;
}

#block-views-schedule-options-block-8 ul li.active a {
  color: #1a437a;
}

#block-views-schedule-options-block-8 ul.nav-tabs li:hover,
#block-views-schedule-options-block-8 ul.nav-tabs li:hover a {
  background: #93c933 !important;
  margin: 0 !important;
}

#block-views-schedule-options-block-8 ul li.active,
ul li.expand_link {
  background: #fff;
}

#block-views-schedule-options-block-8 ul li:hover a {
  color: #fff;
}

#block-views-schedule-options-block-5 .views-row-last .certificate_design>.panel-group>.panel>h4>.panel-heading {
  border-bottom: 1px solid #bdc7d6;
}

.interest h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #163867;
}

.interest h5 {
  font-size: 18px;
  font-weight: 300;
  color: #222;
  margin: 10px 0;
}

.interest h6 {
  font-size: 14px;
  font-weight: 300;
  color: #879cb7;
  margin: 0;
}

.node-type-course #main-content:before {
  border: 2px solid #c7cfdb;
  right: 0;
  width: 83%;
}

.blog_short_content:before {
  border: 2px solid #93c933;
  left: 0;
  width: 50%;
}

.certif_right {
  background: #879cb7;
  overflow: hidden;
}

.certif_right .btns a {
  background: #1a437a !important;
  color: rgba(255, 255, 255, 0.86) !important;
  display: inline-block !important;
  height: 52px !important;
  width: 80%;
  margin: 3px !important;
  padding: 17px 0 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media only screen and (max-width: 575px) {
  .certif_right .btns a {
    display: block !important;
    width: 80%;
    margin: 3px auto !important;
  }
}

#block-views-schedule-options-block-8 ul.nav-tabs li {
  text-align: center;
  background: #879cb7;
  border: 0;
  border-right: 1px solid #ededed;
  margin: 0;
}

#block-views-schedule-options-block-8 ul.nav-tabs {
  background: #ededed;
}

#block-views-schedule-options-block-8 {
  box-shadow: 0 2px 2px #d2d2d2;
  padding: 0;
  margin-bottom: 20px;
}

.node-type-course .btns a:hover {
  background: #93c933;
}

.node-type-course #main-content #block-views-schedule-options-block-10 a:hover {
  color: #93c933;
}

.blog_short_content #loadMore {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.blog_short_content #loadMore span:before {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  content: "";
  position: absolute;
  width: 45px;
  text-align: center;
}

.blog_short_content #loadMore span:after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  content: "Expand";
}

.blog_short_content #loadMore.change_arrow span:before {
  opacity: 0;
}

.blog_short_content #loadMore.change_arrow span:after {
  opacity: 1;
}

.blog_short_content #loadMore img {
  margin: 0 auto;
}

.blog_short_content p {
  padding-bottom: 10px;
}

@media (min-width: 320px) {
  #block-quicktabs-media-center ul.quicktabs-tabs li,
  #block-views-schedule-options-block-8 ul.nav-tabs li,
  #quicktabs-media_center .quicktabs-tabpage .views-exposed-form .views-exposed-widget,
  #quicktabs-tabpage-media_center-2 .views-exposed-form .views-exposed-widget {
    width: 100%;
  }
  .download_pdf .col-md-1,
  .download_pdf .col-md-4,
  .download_pdf .col-md-7 {
    width: 100%;
    text-align: left;
  }
  #sidebar-first #block-block-16,
  #sidebar-first #block-block-17,
  #sidebar-first #block-menu-block-5,
  iframe[id^=twitter-widget] {
    display: none !important;
  }
}

@media (min-width: 430px) {
  .certif_right .btns a {
    margin-right: 15px;
  }
}

@media (min-width: 480px) {
  #block-views-schedule-options-block-8 ul.nav-tabs li {
    width: 50%;
  }
  .download_pdf .col-md-4 {
    width: 30%;
    float: left;
    text-align: right;
  }
  .download_pdf .col-md-7 {
    width: 60%;
    float: left;
  }
  .download_pdf .col-md-1 {
    width: 10%;
    float: left;
    text-align: right;
  }
}

@media (min-width: 580px) {
  #block-quicktabs-media-center ul.quicktabs-tabs li {
    width: 33.334%;
  }
}

@media (min-width: 768px) {
  #block-views-schedule-options-block-8 ul.nav-tabs li {
    width: 33.33%;
  }
  #quicktabs-media_center .quicktabs-tabpage .views-exposed-form .views-exposed-widget,
  #quicktabs-tabpage-media_center-2 .views-exposed-form .views-exposed-widget {
    width: 33.33%;
    float: left;
  }
}

@media (max-width: 991px) {
  .certificate_design .col-md-2 {
    text-align: left;
  }
  .responsive_none {
    font-size: 16px;
    color: #1a437a;
    text-transform: uppercase;
    font-weight: 700 !important;
  }
  .certificate_design .col-md-6 {
    clear: both;
  }
  #block-views-schedule-options-block-5 .attachment.attachment-before {
    display: none;
  }
  .blog_short_content {
    padding: 30px 15px;
    position: relative;
  }
  .certificate_design_inside .panel-heading {
    padding: 20px 15px !important;
  }
  .certificate_design_inside .panel-body {
    padding: 0 15px;
  }
  .certif_right .btns {
    text-align: center;
    margin-top: 40px;
  }
  .certif_right .btns a {
    margin-top: 15px;
    vertical-align: top;
    height: 70px !important;
    padding: 24px 0 !important;
  }
  .certif_right {
    padding: 30px 15px;
  }
  #block-views-schedule-options-block-10 .col-md-4 {
    padding: 0;
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  #sidebar-first #block-block-16,
  #sidebar-first #block-block-17,
  #sidebar-first #block-menu-block-5,
  iframe[id^=twitter-widget] {
    display: block !important;
  }
  .certificate_design .col-md-2 {
    width: 18%;
  }
  #block-views-schedule-options-block-8 ul.nav-tabs li {
    width: 20%;
  }
  #block-views-schedule-options-block-5 .attachment thead th:nth-child(1),
  .certificate_design .col-md-2:nth-child(1) {
    text-align: left;
    padding: 0 30px;
  }
  .responsive_none {
    display: none;
  }
  .certificate_design_inside .panel-heading {
    padding: 20px 30px !important;
  }
  .certificate_design_inside .panel-body {
    padding: 0 30px;
  }
  .certif_right {
    /*height: 750px;*/
    padding: 50px 30px;
    height: auto;
    border: none;
  }
  .certif_right .btns {
    /* position: absolute; */
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .certif_right .btns a:last-of-type {
    margin: 15px 0 0;
  }
  #block-views-schedule-options-block-8 ul li a {
    font-size: 14px;
  }
  #block-views-schedule-options-block-10 .col-md-4 {
    margin-top: 15px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  #block-views-schedule-options-block-8 ul li a {
    font-size: 16px;
  }
}

.node-type-course #messages-console {
  display: none;
}

.certificate h3 {
  color: #1b447c;
  font-size: 18px;
}

.certificate p strong {
  color: #818183;
  font-size: 18px;
}

.certificate p {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

#html5-social,
#html5-watermark {
  display: none !important;
}

.breadcrumb>li+li:before {
  color: #516e99;
  padding: 0 8px;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
}

ul li.expand_link>a:before,
ul li.expanded>a:before {
  display: inline-block;
  width: 10px;
  font-size: 20px;
  margin-top: 4px;
  margin-right: 18px;
  font-weight: 700;
  font-family: FontAwesome;
  height: 10px;
  float: right;
}

ul li.expanded {
  list-style-image: none;
}

ul li.expanded>a:before {
  content: "";
}

ul li.expand_link>a:before {
  content: "";
}

.cta_design .col-md-6 {
  padding: 0;
}

.cta_design .col-md-6 img {
  width: 100%;
}

.cta_design {
  overflow: hidden;
  background: #1a4379;
  position: relative;
  margin-bottom: 30px;
}

.cta_design .btn_link {
  bottom: 0;
  width: 100%;
}

.cta_design .btn_link a {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 20px 15px 15px 35px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.cta_design .col-md-12 .btn_link a {
  text-align: right;
  padding-right: 50px;
}

.cta_design .btn_link a:hover {
  background: #93c933;
}

.cta_content {
  padding: 20px;
}

.cta_content h3,
.cta_content h4 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.white_class h3 {
  color: #516e99;
}

.white_class p {
  color: #222 !important;
}

.white_class .btn_link a {
  background: rgba(26, 67, 122, 0.5);
}

#sidebar-first .cta_design .col-md-12 .btn_link a {
  text-align: left;
  padding-right: 15px;
}

.cta_content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.cta_design .btn_link a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 15px;
}

#sidebar-first .cta_design,
#sidebar-first .cta_design .col-md-6 img {
  height: 100%;
}

.cta_design .col-md-12 {
  padding: 0;
}

#sidebar-first .cta_design .col-md-6 {
  width: 100%;
  height: 100%;
}

#sidebar-first .cta_design .col-md-6 .btn_link {
  position: inherit;
}

@media (min-width: 992px) {
  .cta_design,
  .cta_design .col-md-6,
  .cta_design .col-md-6 img {
    height: 289px;
  }
  .cta_design .btn_link {
    position: absolute;
  }
  .cta_design .col-md-12 {
    height: 289px;
    padding: 0;
  }
}

.page-search-catalog #promoted-inside .views-exposed-widget>label {
  font-size: 18px;
  color: #183e73;
  font-family: Merriweather, serif;
  font-weight: 400;
  padding-top: 25px;
  border-top: 1px solid #bdc7d6;
  padding-bottom: 25px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}

.views-widget {
  cursor: pointer;
}

.page-search-catalog #promoted-inside .views-exposed-widget>label.expand_link_search {
  margin: 0;
}

.page-search-catalog #promoted-inside .view-filters .form-item label {
  font-size: 16px;
  font-weight: 300;
  color: #183e73;
  cursor: pointer;
}

.page-search-catalog #promoted-inside .view-filters .form-item {
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
}

.page-search-catalog #promoted-inside .view-filters .form-item input[type=checkbox] {
  display: none;
}

.page-search-catalog .view-id-test3 .view-content tr th,
.view-content tr th {
  color: #1a437a;
  font-size: 15.5px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}

.page-search-catalog .view-id-test3 .view-content tbody .views-field-title a,
.view-content .views-table tbody .views-field-title,
.view-content .views-table tbody .views-field-title a,
.view-content .views-table tbody .views-field-title a h3 {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #879cb7 !important;
  font-weight: 700 !important;
  margin: 0;
}

.node-type-department-sub-page .view-content .views-table tbody tr td a,
.page-search-catalog .view-id-test3 .view-content tbody tr td a {
  color: #222;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.page-search-catalog #promoted-inside .views-exposed-widget>label:after {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  float: right;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.page-search-catalog #promoted-inside .views-exposed-widget>label.expand_link_search:after {
  content: "";
}

.page-search-catalog #promoted-inside .views-exposed-widget>label:hover:after {
  color: #93c933;
}

.node-type-department-sub-page .view-content tr td:last-child a,
.page-search-catalog .view-id-test3 .view-content tr td:last-child a {
  font-size: 14px !important;
  color: #fff !important;
  background: #1a437a;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  width: 78px;
  font-weight: 700 !important;
  text-align: center;
}

.node-type-department-sub-page .view-content tr td:last-child a:hover,
.page-search-catalog .view-id-test3 .view-content tr td:last-child a:hover,
.page-search-catalog .view-id-test3 .view-content tr:hover td:last-child a {
  background: #93c933;
}

.certif_right .btns a:hover {
  background: #93c933 !important;
}

.page-search-catalog #promoted-inside #block-system-main .view-filters {
  float: left;
  padding-right: 15px;
  clear: both;
  position: relative;
}

.page-search-catalog #promoted-inside #block-system-main .view-content {
  float: left;
}

.page-search-catalog #promoted-inside .view-filters .bef-checkboxes {
  padding-bottom: 25px;
}

.page-search-catalog #promoted-inside #edit-field-avilability-value-wrapper.views-exposed-widget .views-widget .bef-checkboxes {
  padding: 0;
}

.page-search-catalog #promoted-inside .view-filters .form-item.form-item-shs-term-node-tid-depth {
  padding-bottom: 25px;
}

.search_banner h3 {
  margin: 0;
}

@media (min-width: 320px) {
  .page-search-catalog #promoted-inside #block-system-main .view-content,
  .page-search-catalog #promoted-inside #block-system-main .view-filters {
    width: 100%;
  }
  .page-search-catalog #promoted-inside #block-system-main .views-exposed-widget {
    clear: both;
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 800px) {
  .page-search-catalog #promoted-inside #block-system-main .view-filters {
    width: 40%;
  }
  .page-search-catalog #promoted-inside #block-system-main .view-content {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .page-search-catalog #promoted-inside #block-system-main .view-filters {
    top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .page-search-catalog #promoted-inside #block-system-main .view-filters {
    width: 25%;
    position: relative;
  }
  .page-search-catalog #promoted-inside #block-system-main .view-content {
    width: 75%;
  }
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(1),
  .view-search-my-block .view-content tr th:nth-child(1) {
    width: 20% !important;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:nth-child(2),
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(2),
  .view-search-my-block .view-content tr td:nth-child(3),
  .view-search-my-block .view-content tr th:nth-child(3) {
    width: 20% !important;
    text-align: center;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:nth-child(3),
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(3),
  .view-search-my-block .view-content tr td:nth-child(2),
  .view-search-my-block .view-content tr th:nth-child(2) {
    width: 15% !important;
    text-align: center;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:nth-child(4),
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(4),
  .view-search-my-block .view-content tr td:nth-child(4),
  .view-search-my-block .view-content tr th:nth-child(4) {
    width: 10% !important;
    text-align: center;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:nth-child(5),
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(5),
  .view-search-my-block .view-content tr td:nth-child(6),
  .view-search-my-block .view-content tr th:nth-child(6) {
    width: 11% !important;
    text-align: center;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:nth-child(6),
  .page-search-catalog .view-id-test3 .view-content tr th:nth-child(6),
  .view-search-my-block .view-content tr td:nth-child(5),
  .view-search-my-block .view-content tr th:nth-child(5) {
    width: 15% !important;
    text-align: center;
  }
  .page-search-catalog #promoted-inside #block-system-main .view-content tr td,
  .page-search-catalog #promoted-inside #block-system-main .view-content tr th,
  .view-content tr td,
  .view-content tr th {
    padding: 15px 0;
  }
  .page-search-catalog .view-id-test3 .view-content tr td:last-child a,
  .view-content tr td:last-child a {
    margin: 0 auto;
  }
  .page-search-catalog #promoted-inside #block-system-main .view-header {
    width: 75%;
    float: right;
  }
}

@media only screen and (max-width: 1199px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  .page-search-catalog .view-test3 .view-content table,
  .page-search-catalog .view-test3 .view-content tbody,
  .page-search-catalog .view-test3 .view-content td,
  .page-search-catalog .view-test3 .view-content th,
  .page-search-catalog .view-test3 .view-content thead,
  .page-search-catalog .view-test3 .view-content tr,
  .view-content table,
  .view-content tbody,
  .view-content td,
  .view-content th,
  .view-content thead,
  .view-content tr {
    display: block;
  }
  .page-search-catalog .view-test3 .view-content thead tr,
  .view-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .page-search-catalog .view-test3 .view-content tr,
  .view-content tr {
    border: 1px solid #ccc;
  }
  .page-search-catalog .view-test3 .view-content td,
  .view-content td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .page-search-catalog .view-test3 .view-content td:before,
  .view-content td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #1a437a;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(1):before {
    content: "NAME";
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(2):before {
    content: "INSTRUCTOR";
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(3):before {
    content: "FORMAT";
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(4):before {
    content: "SCHEDULE";
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(5):before {
    content: "START DATE";
  }
  .page-search-catalog .view-test3 .view-content td:nth-of-type(6):before {
    content: "AVAILABILITY";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(1):before {
    content: "NAME";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(2):before {
    content: "SECTION";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(3):before {
    content: "INSTRUCTOR";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(4):before {
    content: "FORMAT";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(5):before {
    content: "SCHEDULE";
  }
  .node-type-department-sub-page .view-search-my-block .view-content td:nth-of-type(6):before {
    content: "AVAILABILITY";
  }
}

.search_banner {
  position: relative;
}

.search_banner input[type=text] {
  margin: 0 auto;
  color: #1a437a;
  font-size: 20px;
  text-indent: 15px;
  padding-right: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
}

.search_banner #search_btn,
.search_banner .views-exposed-form .views-exposed-widget .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  background: url(/sites/default/files/search_btn1.png) center no-repeat;
  box-shadow: none;
  border: 0;
  margin: 0;
  display: block;
  text-indent: 200%;
  overflow: hidden;
  height: 50px;
}

.search_banner .view-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.search_banner .view-content::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

.search_banner .view-content::-webkit-scrollbar-thumb {
  background-color: #93c933;
}

.search_banner .view-content {
  background: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
  position: relative;
  padding: 30px 30px 0;
}

.search_banner .view-content h3 {
  text-align: left !important;
  font-weight: 500 !important;
  color: #1d4374 !important;
}

.search_banner .view-content a {
  font-weight: 300;
  padding-bottom: 15px;
  display: block;
}

@media (max-width: 479px) {
  .front .search_banner {
    width: 90%;
    margin: 0 auto;
  }
  .search_banner .view-content {
    height: 150px;
    top: -12px;
  }
  .search_banner .view-content h3 {
    font-size: 18px !important;
    padding-bottom: 8px !important;
  }
  .search_banner .view-content a {
    font-size: 14px;
  }
  .front .search_banner input[type=text] {
    height: 40px;
  }
  .node-type-home #main-content .container .row>.col-md-12 {
    padding: 0;
  }
  .not-front .search_banner input[type=text] {
    border-top: 1px solid #879cb7;
    box-shadow: none;
    outline: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .front .search_banner {
    width: 70%;
    margin: 0 auto;
  }
  .node-type-home #main-content .container .row>.col-md-12 {
    padding: 0;
  }
  .search_banner .view-content {
    height: 150px;
    top: -12px;
  }
  .search_banner .view-content h3 {
    font-size: 18px !important;
    padding-bottom: 8px !important;
  }
  .search_banner .view-content a {
    font-size: 14px;
  }
  .front .search_banner input[type=text] {
    height: 40px;
  }
  .not-front .search_banner input[type=text] {
    border-top: 1px solid #879cb7;
    box-shadow: none;
    outline: 0;
  }
}

@media (min-width: 768px) {
  .search_banner {
    width: 50%;
    margin: 0 auto;
  }
  .search_banner .view-content {
    height: 150px;
    top: -12px;
  }
  .search_banner .view-content h3 {
    font-size: 18px !important;
    padding-bottom: 8px !important;
  }
  .search_banner .view-content a {
    font-size: 14px;
  }
  .front .search_banner input[type=text] {
    height: 40px;
  }
}

@media (min-width: 1300px) {
  .search_banner {
    width: 40%;
  }
  .search_banner .view-content {
    height: 200px;
    top: -7px;
  }
  .search_banner .view-content h3 {
    font-size: 25px !important;
    padding-bottom: 15px !important;
  }
  .search_banner .view-content a {
    font-size: 20px;
  }
  .front .search_banner input[type=text],
  .search_banner #search_btn,
  .search_banner .views-exposed-form .views-exposed-widget .form-submit,
  .search_banner input[type=text] {
    height: 60px;
  }
}

#search_id {
  display: none;
}

.page-search-catalog .view-id-test3 .switch {
  position: relative !important;
  display: inline-block !important;
  width: 43px !important;
  height: 23px !important;
}

.page-search-catalog .view-id-test3 .switch input {
  display: none !important;
}

.page-search-catalog .view-id-test3 .slider {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #bdc7d6 !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.page-search-catalog .view-id-test3 .slider:before {
  position: absolute !important;
  content: "" !important;
  height: 17px !important;
  width: 17px !important;
  left: 4px !important;
  bottom: 3px !important;
  background-color: #93c933 !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.page-search-catalog .view-id-test3 input:checked+.slider {
  background-color: #a2b7d6 !important;
}

.page-search-catalog .view-id-test3 input:focus+.slider {
  box-shadow: 0 0 1px #a2b7d6 !important;
}

.page-search-catalog .view-id-test3 input:checked+.slider:before {
  -webkit-transform: translateX(17px) !important;
  -ms-transform: translateX(17px) !important;
  transform: translateX(17x) !important;
  background-color: #516e99 !important;
}

.page-search-catalog .view-id-test3 .slider.round {
  border-radius: 34px;
}

.page-search-catalog .view-id-test3 .slider.round:before {
  border-radius: 50%;
}

.search_banner .views-exposed-form .views-exposed-widget .form-submit {
  display: none;
}

.page-search-catalog #promoted-inside #edit-field-avilability-value-wrapper.views-exposed-widget .views-widget .form-radios .form-item:nth-child(1) {
  display: none !important;
}

.page-search-catalog #promoted-inside #block-system-main .view-content+h2.element-invisible,
.page-search-catalog #promoted-inside #edit-field-avilability-value-wrapper.views-exposed-widget>label:after {
  display: none;
}

.page-search-catalog #promoted-inside #edit-field-avilability-value-wrapper.views-exposed-widget>label {
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
  width: 80%;
}

.page-search-catalog #promoted-inside #edit-field-avilability-value-wrapper.views-exposed-widget .views-widget {
  float: left;
  width: 20%;
  text-align: right;
}

.page-search-catalog #promoted-inside #block-system-main #edit-field-avilability-value-wrapper.views-exposed-widget {
  margin: 20px 0;
}

.page-search-catalog .element-invisible {
  position: inherit !important;
}

.page-search-catalog .dept_sub_top {
  padding: 80px 0 40px;
}

.page-search-catalog #main-content {
  background: #ededed;
  position: relative;
}

.page-search-catalog #promoted-inside #block-system-main .view-content table,
.view-content table {
  border: 0;
}

.course_full,
.page-search-catalog .view-id-test3 .view-content tr td:last-child a[href="#"],
.view-content tr td:last-child a[href="#"] {
  background: #bdc7d6 !important;
}

.page-search-catalog #promoted-inside #block-system-main .view-content tr,
.page-search-catalog #promoted-inside #block-system-main .view-content tr th,
.view-content tr,
.view-content tr th {
  border-color: #bdc7d6;
  border-bottom: 1px solid #bdc7d6;
}

.page-search-catalog #promoted-inside .view-filters .form-item:last-child {
  margin: 0;
}

.video-media {
  height: 259px;
}

.page-search-catalog #promoted-inside #block-system-main .item-list li,
.page-search-catalog #promoted-inside #block-system-main .item-list li a {
  display: inline-block;
  float: inherit;
  border-radius: 0;
  margin: 0 -1px 0 0;
  border: 0;
}

.page-search-catalog #promoted-inside #block-system-main .view-content tr th {
  border-top: 1px solid #bdc7d6;
}

.page-search-catalog #promoted-inside #block-system-main .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 20px;
  width: 60px;
  top: 1px;
}

.page-search-catalog #promoted-inside #block-system-main .views-exposed-widget.views-submit-button input[type=submit] {
  margin: 0;
  width: 50px;
  text-indent: 200%;
  overflow: hidden;
  background: url(/sites/default/files/search_page_btn.png) center no-repeat #fff;
  border: 0;
  outline: 0 !important;
}

.page-search-catalog #promoted-inside #block-system-main .view-header p:before {
  content: '[ x ]';
  margin-right: 6px;
}

.page-search-catalog #promoted-inside #block-system-main .view-header p {
  float: left;
  font-size: 16px;
  color: #879cb7;
  padding-right: 20px;
  margin-bottom: 15px;
  font-style: italic;
  cursor: pointer;
}

.page-search-catalog .form-item input[type=checkbox]+label:before {
  background-color: #bdc7d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding-left: 5px;
  border-radius: 3px;
  position: relative;
  width: 20px;
  height: 20px;
  content: '';
  margin-right: 10px;
  top: -1px;
  float: left;
  margin-bottom: 5px;
}

.page-search-catalog .form-item input[type=checkbox]:checked+label:before {
  content: '';
  width: 20px;
  height: 20px;
  color: #183e73;
  position: relative;
  font-size: 14px;
  background: url(/sites/default/files/search_tick.png) center no-repeat #bdc7d6;
}

.page-search-catalog #promoted-inside #block-system-main .views-exposed-widget input[type=text] {
  color: #1a437a;
  font-size: 18px;
  font-weight: 400;
  padding-right: 50px;
}

.page-search-catalog #promoted-inside #block-system-main .views-exposed-widget select {
  background: url(/sites/default/files/dropdown_arrow_white.png) 92% no-repeat #1a437a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin: 0;
  cursor: pointer;
}

.page-search-catalog #promoted-inside #block-system-main #edit-shs-term-node-tid-depth-wrapper.views-exposed-widget input[type=text],
.page-search-catalog #promoted-inside #block-system-main .view-header p.total_search_result:before {
  display: none;
}

.page-search-catalog #promoted-inside #block-system-main .view-header p.total_search_result {
  padding-right: 5px;
}

.page-search-catalog #promoted-inside #block-system-main .view-header p.total_search_result span {
  color: #222;
  font-style: normal;
}

.page-search-catalog #promoted-inside #block-system-main .view-header p.total_search_result strong {
  color: #1a437a;
  font-weight: 700;
}

.dept_crumb p {
  display: inherit;
}

.search_banner .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

.footer .col-md-3,
.footer .col-md-4,
.footer .col-md-5 {
  padding: 0;
}

.footer .col-md-5 .views-row a {
  line-height: 75px;
  font-size: 15px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.btn_style_blue,
label {
  font-weight: 400;
}

.footer .col-md-3 .col-md-2 img {
  margin: 0 auto;
}

.footer .col-md-3 .col-md-2 {
  width: 20%;
  text-align: center;
  padding: 25px 0;
  float: left;
}

@media (min-width: 1500px) {
  .footer .col-md-3 .col-md-2 {
    width: 14%;
  }
}

.hs-form .hs-form-field>label {
  display: none !important;
}

#loadMore .white-arrow-down,
.feed-icon {
  display: none;
}

.hs-form .hs-form-field ul.inputs-list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.hs-form .hs-form-field ul.inputs-list li {
  list-style-type: none !important;
}

.hs-form .hs-form-field ul.inputs-list li label input {
  margin-right: 10px;
}

.hs-form .hs-form-field ul.hs-error-msgs.inputs-list {
  margin: -15px 0 0;
}

.hs-form .hs-form-field ul.hs-error-msgs.inputs-list label {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #E74C3C;
}

.hs-form .hs_submit input[type=submit] {
  background: #163867;
  border: none !important;
}

.hs-form .hs_submit input[type=submit]:hover {
  background: #194176;
}

select {
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #757575;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea {
  min-height: 150px;
}

.btn_style_blue {
  background: #1a4379;
  color: #fff !important;
  padding: 8px 15px;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
}

.btn_style_blue a {
  color: #fff !important;
}

.btn_style_blue:hover {
  background: #93c933;
}

.page-taxonomy-term .blog_short_content_sub h2 {
  margin-bottom: 0 !important;
  line-height: 30px;
}

.social_icons-department {
  background: #1a437a;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  width: 100%;
}

.social_icons-department a {
  background: 0 0;
  color: #fff;
}

.social_icons-department a i {
  color: #fff;
}

.social_icons-department a:hover {
  background: 0 0;
  border: 0;
  box-shadow: none;
}

#loadMore.change_arrow .white-arrow-down {
  display: block;
}

#loadMore.change_arrow .white-arrow-up,
.node-type-blog-entry .a2a_button_facebook.dept,
.node-type-blog-entry .a2a_button_linkedin.dept,
.node-type-blog-entry .a2a_button_twitter.dept,
.node-type-department-sub-page .a2a_button_facebook,
.node-type-department-sub-page .a2a_button_linkedin,
.node-type-department-sub-page .a2a_button_twitter,
.node-type-department-sub-page .a2a_dd.addtoany_share_save,
.view-content tr td span.date-display-single {
  display: none;
}

@media (min-width: 320px) {
  .social_icons-department {
    bottom: 150px;
    font-size: 13px;
  }
}

@media (min-width: 640px) {
  .social_icons-department {
    bottom: 75px;
    font-size: 14px;
  }
}

.node-type-department-sub-page .a2a_button_facebook.dept,
.node-type-department-sub-page .a2a_button_linkedin.dept,
.node-type-department-sub-page .a2a_button_twitter.dept {
  display: block;
}

.node-type-department-page.admin-menu .contextual-links-region,
.node-type-department-sub-page.admin-menu .contextual-links-region {
  position: inherit;
}

.front .banner_dept {
  overflow: hidden;
}

.banner_img-Dept video {
  background: transparent url("/sites/default/files/glasscock-school-video-block.gif") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .region-container-content #block-views-events-page-block-2 .views-field-field-date {
    display: block;
    width: 100%;
  }
}

.region-container-content #block-views-events-page-block-2 span.education-department-information-session span {
  display: block;
  padding: 0 20px;
  float: right;
}

@media only screen and (max-width: 575px) {
  .region-container-content #block-views-events-page-block-2 span.education-department-information-session span {
    float: left;
    padding: 0;
    padding-top: 20px;
  }
}

.region-container-content #block-views-events-page-block-2 span.education-department-information-session span a:not(.dept) {
  display: none;
}

@media only screen and (max-width: 575px) {
  .region-container-content #block-views-events-page-block-2 span.education-department-information-session span a.dept {
    padding-left: 0;
    padding-right: 8px;
  }
}

.region-container-content #block-views-events-page-block-3 .views-row span.btn_style_blue.white-text {
  cursor: pointer;
}

.region-container-content #block-views-events-page-block-3 .views-row span.btn_style_blue.white-text a {
  color: #fff;
}

.tb-megamenu .dropdown-menu .mega-nav>li.level-3 {
  border-bottom: 2px solid #d2d2d2;
  padding: 0px;
}

#block-views-area-of-study-block .view-footer .views-row,
#block-views-area-of-study-block-1 .view-footer .views-row,
#block-views-area-of-study-page-block-2 .view-footer .views-row,
div[id^=block-views-area-of-study-block] .view-footer .views-row {
  float: none;
  overflow: hidden;
  width: auto;
  display: inherit;
}

@media only screen and (min-width: 1200px) {
  #block-views-area-of-study-block .view-footer .views-row,
  #block-views-area-of-study-block-1 .view-footer .views-row,
  #block-views-area-of-study-page-block-2 .view-footer .views-row,
  div[id^=block-views-area-of-study-block] .view-footer .views-row {
    padding: 10px 25px;
  }
  #block-views-area-of-study-block .view-footer .views-row .field-content,
  #block-views-area-of-study-block-1 .view-footer .views-row .field-content,
  #block-views-area-of-study-page-block-2 .view-footer .views-row .field-content,
  div[id^=block-views-area-of-study-block] .view-footer .views-row .field-content {
    font-size: 18px;
    padding-bottom: 0;
  }
  #block-views-area-of-study-block .view-footer .views-row .field-content p,
  #block-views-area-of-study-block-1 .view-footer .views-row .field-content p,
  #block-views-area-of-study-page-block-2 .view-footer .views-row .field-content p,
  div[id^=block-views-area-of-study-block] .view-footer .views-row .field-content p {
    font-size: 14px;
    margin-bottom: 0;
  }
  #block-views-area-of-study-block .view-footer .views-row .field-content p:nth-child(2),
  #block-views-area-of-study-block-1 .view-footer .views-row .field-content p:nth-child(2),
  #block-views-area-of-study-page-block-2 .view-footer .views-row .field-content p:nth-child(2),
  div[id^=block-views-area-of-study-block] .view-footer .views-row .field-content p:nth-child(2) {
    position: absolute;
    bottom: 0;
  }
  #block-views-area-of-study-block .view-footer .views-row .field-content a,
  #block-views-area-of-study-block-1 .view-footer .views-row .field-content a,
  #block-views-area-of-study-page-block-2 .view-footer .views-row .field-content a,
  div[id^=block-views-area-of-study-block] .view-footer .views-row .field-content a {
    background: #516e99 !important;
    color: #fff !important;
    border: 2px solid #fff;
    height: 53px;
  }
}

@media only screen and (max-width: 1199px) {
  #block-views-area-of-study-block .view-footer .views-row,
  #block-views-area-of-study-block-1 .view-footer .views-row,
  #block-views-area-of-study-page-block-2 .view-footer .views-row,
  div[id^=block-views-area-of-study-block] .view-footer .views-row {
    height: auto !important;
  }
}

.view-footer {
  background: #516e99;
}

/*# sourceMappingURL=style.css.map */
