/*logo colors*/
/*navigation colors*/
/*social media icons*/
/*body colors*/
/*fonts*/
html, body {
  /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !* changed fonts from Roboto to Arial so that issues look better *!*/
  font-size: 14px;
  font-family: Arial, sans-serif; /*Changed again to accomodate fonts on Mac */
  font-weight: 300;
  height: 100%;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  margin-top: 50px;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.navbar {
  margin-bottom: 20px;
}

.affix ~ .container-fluid {
  position: relative;
  top: 50px;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  line-height: 1;
}

.h4 {
  margin-top: 10px;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.help-text {
  font-size: .8em;
  font-style: italic;
}

.scroll {
  padding: 5px 10px;
  margin: 20px 0;
}

a {
  color: #2176f5;
}
a:hover {
  color: #2176f5;
  text-decoration: underline;
  outline: none;
}

a:focus {
  outline: none;
}

a.anchor {
  padding-top: 100px;
  margin-top: -100px;
  display: inline-block;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.btn-info {
  background-color: #2196f3;
  color: white;
  border: none;
  background-image: none;
}
.btn-info:hover, .btn-info:focus, .btn-infoactive {
  background-color: #2176f5;
}
.btn-info > a {
  color: white;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
  border: none;
}

.navbar-custom {
  background-color: #FFFFFF;
  background-image: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
.navbar-custom .navbar-text {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-brand {
  margin-left: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #333;
  line-height: 30px;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  color: #2176f5;
  background-color: #f2f2f2;
}
.navbar-custom .navbar-nav > li > a .glyphicon {
  color: #333;
  font-size: xx-small;
}
.navbar-custom .navbar-nav > li > a .glyphicon:hover, .navbar-custom .navbar-nav > li > a .glyphicon:focus {
  color: #2176f5;
}
.navbar-custom .navbar-nav > li > .dropdown-menu {
  background-color: #FFFFFF;
  background-image: none;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li {
  background-image: none;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a {
  color: #333;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #2176f5;
  background-color: #f2f2f2;
  background-image: none;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #f2f2f2;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #2176f5;
  background-color: #f2f2f2;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
  color: #2176f5;
  background-color: #f2f2f2;
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
  color: #2176f5;
  background-color: #f2f2f2;
}
.navbar-custom .navbar-toggle {
  border-color: #2176f5;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
  background-color: #f2f2f2;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #333;
}
.navbar-custom .navbar-link {
  color: #333;
}
.navbar-custom .navbar-link:hover {
  color: #2176f5;
}

.nav a .caret {
  border-top-color: #2176f5;
  border-bottom-color: #2176f5;
}
.nav a :hover {
  border-top-color: #2176f5;
  border-bottom-color: #2176f5;
}
.nav a :hover .caret {
  border-top-color: #2176f5;
  border-bottom-color: #2176f5;
}

.nav a:hover .caret {
  border-top-color: #2176f5;
  border-bottom-color: #2176f5;
}

.navbar > .container .navbar-brand {
  margin-left: 0px !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 60px;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 0px;
  position: relative;
  overflow: visible;
}

.carousel-control {
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

#myCarousel {
  height: 100%;
  margin-bottom: 0px;
}

.carousel-caption {
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  bottom: initial;
}
.carousel-caption .btn {
  background-color: #FFFFFF;
  background-image: none;
  color: #2176f5;
  border: 0;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.075);
}
.carousel-caption .geoling {
  background-color: #e9884e;
  border: solid 2px #b1cfd1;
  color: black;
  font-size: large;
  margin-top: 120px;
  margin-left: 20px;
  z-index: 15;
}
.carousel-caption .easyabs {
  background-color: #5271ff;
  border: solid 2px white;
  color: white;
  margin-left: 90%;
  margin-top: 20%;
  z-index: 15;
}
.carousel-caption .localevents {
  background-color: #3CC5D1;
  border: solid 2px white;
  color: white;
  margin-left: 20%;
  margin-top: 20%;
  z-index: 15;
}
.carousel-caption .askaling {
  background-color: #c4eede;
  border: solid 2px #1e365c;
  color: #1e365c;
  margin-left: 20%;
  margin-top: 20%;
  z-index: 15;
}

.carousel-inner {
  height: 100%;
}
.carousel-inner > .item > img {
  width: 100% !important;
}

/* ADs and Links
--------------------------------------------------*/
.media {
  align-items: center;
}
.media img {
  padding: 20px;
}

.link-web {
  padding: 20px 20px 20px 0px;
  position: relative;
  margin: auto;
  display: block;
  border-right: solid 1px #f2f2f2;
}
.link-web > li {
  margin: 20px;
}

.link-mobile {
  position: relative;
  padding: 10px;
  margin: auto;
  align-items: center;
  border: 0;
  width: 100%;
}
.link-mobile a img {
  margin: auto;
  position: relative;
  display: block;
  align-self: center;
  padding: 20px;
}

.link {
  border: solid 1px #f2f2f2;
}

.ad-web {
  border-left: solid 1px #f2f2f2;
  padding: 20px;
}

/* Google ads */
.adslot_1 {
  display:inline-block;
  width: 160px;
  height: 600px;
}
@media (max-width:480px) { .adslot_1 { display: none; } }
@media (min-width:500px) { .adslot_1 { width: 120px; height: 600px; } }
@media (min-width:800px) { .adslot_1 { width: 160px; height: 600px; } }

.adslot_2 {
  display:inline-block;
  width: 320px;
  height: 100px;
}
@media (max-width:480px) { .adslot_2 { width: 320px; height: 100px;  } }
@media (min-width:500px) { .adslot_2 { display: none; } }
@media (min-width:800px) { .adslot_2 { display: none; } }

/* RSS Feed
-------------------------------------------------- */
.panel-default {
  border: 1px solid #f2f2f2;
  height: auto !important;
  border-radius: 0;
}
.panel-default > .panel-heading {
  color: #2176f5;
  border-radius: 0;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #f2f2f2;
}
.panel-default .panel-footer {
  border-radius: 0;
  background-color: #FFFFFF;
  background-image: none;
  border-top: 1px solid #f2f2f2;
}
.panel-default .panel-footer > button {
  margin-top: -5px;
}

/*RSS Webpage
----------------------------------------------------*/
.rsswebpage ul li a:first-child {
  font-size: larger;
  padding-right: 25px;
}

.rsswebpage ul li a:nth-child(2) {
  position: absolute;
  right: 10px;
  top: 10px;
}

.rsswebpage a {
  color: #2176f5;
}

.rsswebpage .list-group-item {
  border: 1px solid #ddd;
}

.rsswebpage {
  box-shadow: none;
}

/*.mailinglisthowtofaq {
  margin-bottom: -1px !important;
  a {
    color: $accent-color !important;
  }
  > .panel-heading{
      background-color: white !important;
      padding: 0px 10px 0px 10px;
  }
}*/
/*Mailinglist boxes and other boxes...
--------------------------------------------------*/
.row-eq-height .panel .panel-heading {
  background-color: #2176f5 !important;
  color: white;
  border: 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.row-eq-height .panel .h4 {
  margin: 0px;
}
.row-eq-height .panel .btn-primary {
  background-color: #2176f5;
  background-image: none;
}

@media only screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
  }
  .row-eq-height .panel-default {
    width: 100%;
    height: 100% !important;
    margin-bottom: 30px;
  }
  .row-eq-height .btn {
    width: 100px;
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
  .row-eq-height .col-lg-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row-eq-height .panel-default {
    padding-bottom: 40px;
  }
  .row-eq-height .btn {
    width: 100px;
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
}
/* CONTACT
--------------------------------------------------*/
.spacer {
  margin: 50px 0;
}

.spacer-2 {
  margin: 20px 0;
}

/* FOOTER
-------------------------------------------------- */
footer {
  background-color: #f2f2f2;
  width: 100%;
  bottom: 0px;
  position: relative;
  display: block;
  box-shadow: 0px 2px 0 rgba(255, 255, 255, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.075);
}
footer a:focus {
  text-decoration: underline;
  text-decoration-color: #333;
  color: #333;
}
footer ul .dropdown-menu li {
  padding: 0px;
  text-decoration: none;
}
footer ul .dropdown-menu li :hover, footer ul .dropdown-menu li :active {
  text-decoration: underline;
  text-decoration-color: #333;
  color: #333;
}
footer ul li {
  padding: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer ul li :hover .dropup {
  text-decoration: underline;
  text-decoration-color: #333;
  color: #333;
}
footer ul li a {
  color: #2176f5;
  text-decoration: none;
}
footer ul li a :hover {
  text-decoration: none;
  color: #333;
}
footer ul li a :hover #IUlink {
  padding: 10px 14px;
}

/* Social Media Icons
--------------------------------------------------*/
.social-icon {
  color: #2176f5;
}
.social-icon ul.social-icons {
  margin-top: 10px;
}
.social-icon .social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-icon .social-icons a {
  color: #2176f5;
  text-decoration: none;
}
.social-icon .fa-facebook {
  padding: 10px 14px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-facebook:hover {
  background-color: #3d5b99;
  color: #ffffff;
}
.social-icon .fa-twitter {
  padding: 10px 12px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-twitter:hover {
  background-color: #00aced;
  color: #ffffff;
}
.social-icon .fa-rss {
  padding: 10px 14px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-rss:hover {
  background-color: #eb8231;
  color: #ffffff;
}
.social-icon .fa-youtube {
  padding: 10px 13px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-youtube:hover {
  background-color: #e64a41;
  color: #ffffff;
}
.social-icon .fa-linkedin {
  padding: 10px 14px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-linkedin:hover {
  background-color: #0073a4;
  color: #ffffff;
}
.social-icon .fa-google-plus {
  padding: 10px 9px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-google-plus:hover {
  background-color: #e25714;
  color: #ffffff;
}
.social-icon .fa-tumblr {
  padding: 10px 14px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-tumblr:hover {
  background-color: #35465c;
  color: #ffffff;
}
.social-icon .fa-wordpress {
  padding: 10px 10px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-wordpress:hover {
  background-color: #21759b;
  color: #ffffff;
}
.social-icon .fa-amazon {
  padding: 10px 12px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-amazon:hover {
  background-color: #ff9900;
  color: #ffffff;
}
.social-icon .IUlogo {
  padding: 10px 12px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .IUlogo:hover {
  background-color: #990000;
  color: #ffffff;
}
.social-icon .fa-newspaper-o {
  padding: 10px 10px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-newspaper-o:hover {
  background-color: #e7976d;
  color: #ffffff;
}
.social-icon .fa-instagram {
  padding: 10px 10px;
  background-color: #f2f2f2;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.social-icon .fa-instagram:hover {
  background-image: url("../img/instagram_background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

/* Socialmedia Webpage
---------------------------------------------------*/
.socialmediawebpage i {
  height: 90px;
  width: 90px;
  font-size: 50px;
  text-align: center;
  padding-top: 20px !important;
}

.socialmediawebpage .h4 {
  margin-top: 0px;
}

/* Side Navbar
-------------------------------------------------- */
.nav-stacked {
  position: fixed;
  margin-top: 50px;
}
.nav-stacked > li > a {
  padding: 5px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #2176f5;
  border-radius: 0;
  background: none;
  border-left: solid #2176f5;
}

/* TIME LINE
--------------------------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: white;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: white;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

/*CONTACT
--------------------------------------*/
.well {
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  padding: 20px;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
  padding: 15px;
}
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -55px;
  padding: 0 0 60px;
}

.container {
  width: auto;
  max-width: 1024px;
  padding: 0 15px;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  height: 60px;
  background-color: #FFFFFF;
}

/*List Group
--------------------------------------------------*/
a.list-group-item {
  color: black;
}
a.list-group-item p {
  color: #4d4d4d;
}

a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #f2f2f2;
  color: #2176f5;
}
a.list-group-item:hover p,
a.list-group-item:focus p {
  color: #2176f5;
}

/* subscribe
--------------------------------------------------*/
.mailinglisthowto, .rssfaq {
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.mailinglisthowto .panel-heading, .rssfaq .panel-heading {
  background-color: white !important;
  font-weight: 300;
}
.mailinglisthowto .panel-heading span, .rssfaq .panel-heading span {
  font-size: larger;
  padding-right: 25px;
}
.mailinglisthowto .panel-heading span a, .rssfaq .panel-heading span a {
  color: #2176f5 !important;
}
.mailinglisthowto .panel-heading .symbol > a:after, .rssfaq .panel-heading .symbol > a:after {
  font-family: FontAwesome;
  content: '\f068';
  color: #2176f5;
  float: right !important;
}
.mailinglisthowto .panel-heading .symbol > a.collapsed:after, .rssfaq .panel-heading .symbol > a.collapsed:after {
  font-family: FontAwesome;
  content: '\f067';
  color: #2176f5;
}

#accordionHowTo .mailinglisthowto:last-child, #accordionMailingListFAQ .mailinglisthowto:last-child, #accordion .mailinglisthowto:last-child {
  margin-bottom: 10px;
}
#accordionHowTo .rssfaq:last-child, #accordionMailingListFAQ .rssfaq:last-child, #accordion .rssfaq:last-child {
  margin-bottom: 10px;
}

/* FORM
-------------------------------------------------- */
label {
  font-weight: normal;
}

.row-inline {
  display: inline-block;
  width: auto;
  margin-bottom: 15px;
  margin-right: 10px;
}

.submit {
  z-index: 10;
  font: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 50px;
  border-top: 5px solid #2196f3;
  -webkit-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 5px 21px -2px rgba(0, 0, 0, 0.47);
  margin-bottom: 10px;
  padding: 30px;
  padding-top: 0px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.submit .input-group-addon {
  background: none;
  border: none;
  padding: 0;
}
.submit .panel-primary > .panel-heading {
  color: white;
  background: #2196f3;
  background-image: none;
}
.submit > input[required]:valid {
  font-family: FontAwesome;
  content: '\f06a';
  color: green;
  float: right !important;
}
.submit .spacer {
  margin-bottom: 15px;
  padding: 10px;
}
.submit .form-header {
  background: #2196f3;
  color: white;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: solid 3px #f2f2f2;
}
.submit h3 > a:after {
  font-family: FontAwesome;
  content: '\f068';
  color: white;
  float: right !important;
}
.submit h3 > a.collapsed:after {
  font-family: FontAwesome;
  content: '\f067';
  color: white;
}
.submit h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: normal;
  background: #2196f3;
  padding: 10px;
  color: white;
}
.submit h3 > a {
  color: white;
}
.submit h3 > a:hover, .submit h3 > a:focus, .submit h3 > a:active {
  color: white;
  text-decoration: none;
}
.submit .select2 {
  width: 100% !important;
}
.submit .select2-results__option {
  padding: 2px;
}
.submit .select2-container--default .select2-selection--multiple, .submit .select2-container--default .select2-selection--single {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px dotted #2196f3 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
.submit .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 35px;
  background: #2196f3;
  border: none;
  color: white;
  border-radius: 0;
}
.submit .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
}
.submit .more-less {
  float: right;
  color: #212121;
}
.submit h2 {
  font-size: 25px;
}
.submit .add {
  margin-top: 20px;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
  background: #2196f3;
}
.submit .add > a {
  color: white;
}
.submit .add > a:hover, .submit .add > a:focus, .submit .add > a:active {
  color: white;
  text-decoration: none;
}
.submit hr {
  border-color: #2196f3;
  border-style: solid;
  border-width: 2px 0 0;
  clear: both;
  margin: 20px 0;
  height: 0;
}
.submit .registerInner {
  margin: 15px;
}
.submit .form-group {
  padding: 10px;
  width: 100%;
}
.submit .btn-form {
  margin-bottom: 35px;
  background: #2196f3;
  border: none;
}
.submit .btn-form:hover, .submit .btn-form:focus, .submit .btn-form:active {
  background: #2176f5;
}
.submit .btn-add {
  background: #47a447;
  border: none;
}
.submit .btn-add:hover, .submit .btn-add:focus, .submit .btn-add:active {
  background: #398439;
  border: none;
}
.submit .btn-danger {
  background: #d2322d;
  border: none;
}
.submit .btn-danger:hover, .submit .btn-danger:focus, .submit .btn-danger:active {
  background: #ac2925;
  border: none;
}
.submit .form-control, .submit .js-single, .submit .js-multiple {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px dotted #2196f3 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
.submit .label {
  margin-top: 10px;
}
.submit label.legend {
  font: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2196f3;
  font-size: large;
  font-weight: bold;
  margin-bottom: 20px;
}
.submit .strong {
  color: #2196f3;
}
.submit .fa {
  color: #2196f3;
}
.submit .tab > .fa {
  color: white;
}

/*CARDS
------------------------------------------------- */
.info-card {
  float: left;
  margin: 10px;
  -webkit-perspective: 600px;
  width: 100%;
  height: 100%;
}
.info-card .card-img {
  font-size: 60px;
  color: #2176f5;
}
.info-card .front, .info-card .back {
  background: #FFFFFF;
  height: 350px;
  transition: -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  border: 1px solid #f2f2f2;
  padding: 20px;
  border-top: 5px solid #2196f3;
  -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.47);
}
.info-card > .front {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.info-card > .back {
  -webkit-transform: rotateY(-180deg);
}

.info-card:hover .back {
  -webkit-transform: rotateY(0deg);
}

.info-card:hover .front {
  -webkit-transform: rotateY(180deg);
}

/* ########################## CAREER SEARCH ##################### */
.career_search .select2 {
  width: 100% !important;
}
.career_search .filter {
  margin-bottom: 0px;
  border: 0px;
}
.career_search .jumbotron {
  background-color: #f2f2f2;
  color: #2176f5;
  line-height: normal !important;
}
.career_search .jumbotron small {
  font-size: 70%;
}

.career_search_pagination .active > a {
  background-color: #2176f5 !important;
}

.career_search .panel {
  margin-bottom: 20px;
}
.career_search .panel-heading {
  border: 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #f2f2f2 !important;
}
.career_search .panel-heading h2, .career_search .panel-heading h3, .career_search .panel-heading p {
  margin: 0px;
  font-weight: normal;
}
.career_search .panel-heading h2 a, .career_search .panel-heading h3 a, .career_search .panel-heading p a {
  color: black !important;
}

@media only screen and (min-width: 996px) {
  .filter a {
    pointer-events: none;
    cursor: default;
  }
  .filter .collapse {
    display: block;
  }
}
@media only screen and (max-width: 995px) {
  .career_search .symbol > a:after {
    font-family: FontAwesome;
    content: '\f068';
    color: black;
    font-size: 0.8em;
    float: right !important;
  }
  .career_search .symbol > a.collapsed:after {
    font-family: FontAwesome;
    content: '\f067';
    color: black;
    font-size: 0.8em;
    float: right !important;
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/*Extra Large Devices (office computers)*/
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }

  .visible-xl {
    display: block !important;
    visibility: visible !important;
  }

  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  #myCarousel {
    height: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .hidden-lg,
  .hidden-xl {
    display: none !important;
  }

  .visible-lg,
  .visible-xl {
    display: block !important;
    visibility: visible !important;
  }

  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  #myCarousel {
    height: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
    visibility: hidden !important;
  }

  .visible-md {
    display: block  !important;
    visibility: visible !important;
  }

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }

  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
  }

  .carousel-control {
    font-size: 20px;
  }

  #myCarousel {
    height: 100%;
  }

  .featurette {
    height: auto;
    padding: 0;
  }

  .featurette-heading {
    margin-top: 120px;
  }

  .featurette-image.pull-left, .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Visibility*/
  .hidden-sm {
    display: none !important;
    visibility: hidden !important;
  }

  .visible-sm {
    display: block  !important;
    visibility: visible !important;
  }

  /* Navigation */
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2176f5;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #2176f5;
    background-color: #f2f2f2;
  }

  .navbar-form {
    float: none !important;
  }

  /* Marketing/Featurettes */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  .featurette-heading {
    font-size: 50px;
  }

  /*Carousel*/
  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  .carousel-caption .btn {
    display: none;
  }

  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li {
    width: 6px;
    height: 6px;
  }
  .carousel-indicators .active {
    width: 6px;
    height: 6px;
    margin: 1px;
  }

  .carousel-control {
    font-size: 10px;
  }

  #myCarousel {
    height: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }

  .visible-xs {
    display: block  !important;
    visibility: visible !important;
  }

  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  .carousel-caption .btn {
    display: none;
  }

  .carousel-control {
    font-size: 10px;
  }

  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li {
    width: 5px;
    height: 5px;
  }
  .carousel-indicators .active {
    width: 5px;
    height: 5px;
    margin: 1px;
  }

  #myCarousel {
    height: 100%;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .carousel-inner {
    height: 100%;
  }
  .carousel-inner > .item > img {
    width: 100% !important;
    height: 100%;
  }

  .carousel-caption .btn {
    display: none;
  }

  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li {
    width: 5px;
    height: 5px;
  }
  .carousel-indicators .active {
    width: 5px;
    height: 5px;
    margin: 1px;
  }

  .carousel-control {
    font-size: 10px;
  }

  #myCarousel {
    height: 100%;
  }
}
