@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
header #social-header {
  background-color: #edeeee;
}
header #social-header .content-social {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
#social-header .social-link{
   margin-bottom: 10px;
   margin-top: 10px;
}
header #social-header .content-social a {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #3d3a35;
  display: inline-block;
}
header #social-header .content-social a:first-child {
  margin-right: 5px;
}
header #social-header .content-social a:hover {
  color: #007cc5;
}
header #social-header .content-social span {
  font-size: 14px;
  color: #3d3a35;
}
header #social-header .content-social span i {
  background-color: #3d3a35;
  color: white;
  width: 24px;
  height: 24px;
  line-height: 1.5em;
  border-radius: 3px;
  padding-left: 5px;
  padding-top: 3px;
  text-align: left;
}
header #social-header .content-social span i:hover {
  background-color: #007cc5;
}
header .navbar-default {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
header .navbar-default .navbar-brand {
  display: table;
  max-width: 70%;
  /*min-height:100px;*/

  height: 100%;
}
header .navbar-default .navbar-brand img {
  max-width: 100%;
}
header .navbar-default .navbar-toggle {
  padding: 12px;
  padding-top: 7px;
  width: 42px;
  height: 42px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #0172cd;
  margin-top: 18px;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
  width: 1em;
  text-align: center;
  height: 3px;
  margin-top: 3px;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: #007cc5;
}
header .navbar-default .navbar-toggle:hover .icon-bar,
header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}
header .navbar-default #nav-search-button {
  background-color: white;
  width: inherit;
  padding: 0px;
  margin-right: 8px;
}
header .navbar-default #nav-search-button i {
  margin-right: 2px;
  font-size: 20px;
  color: #007cc5;
}
header .navbar-default #nav-search-button:hover,
header .navbar-default #nav-search-button:active,
header .navbar-default #nav-search-button:focus {
  background-color: white;
}
header .navbar-default .navbar-collapse {
  border: none;
}
header .navbar-default .navbar-collapse .navbar-nav {
  margin: 0px -15px;
}
header .navbar-default .navbar-collapse .navbar-nav li a {
  color: #DDD;
  background-color: #1b80d2;
  text-transform: capitalize;
  font-size: 20px;
  padding: 15px;
  border-color: #c22b3d;
}
header .navbar-default .navbar-collapse .navbar-nav li a:hover,
header .navbar-default .navbar-collapse .navbar-nav li a:focus {
  color: white;
}
header .navbar-default .navbar-collapse .navbar-nav li.active a {
  /*color: white;*/
}
header .navbar-default .navbar-collapse .navbar-nav li.active a:hover {
  background-color: #1b80d2;
}
header .navbar-default .navbar-collapse .navbar-nav .caret {
  color: #DDD;
  margin-left: 10px;
}
header .navbar-default .navbar-collapse .navbar-nav a:active,
header .navbar-default .navbar-collapse .navbar-nav a:focus {
  background-color: #1b80d2;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu {
  background-color: #5491C2;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li {
  display: block;
  background-color: #5491c2;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a {
  background-color: #5491C2;
  text-transform: capitalize;
  font-size: 20px;
  color: #DDD;
  padding: 20px 15px 20px 30px;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #5491C2;
  color: white;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li.active a,
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a:hover,
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a:focus {
  color: white;
  background-color: #5491C2;
}
header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li:last-child {
  display: block;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  header .navbar-default .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  header .navbar-default .navbar-brand img {
    max-width: 100%;
    width: 270px;
  }
  header .navbar-default .navbar-header {
    float: none;
  }
  header .navbar-default .navbar-header .navbar-toggle {
    display: block;
    margin-top: 30px;
  }
  header .navbar-default .navbar-collapse {
    padding: 0;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    width: 100%;
    margin: 0;
  }
  header .navbar-default .navbar-collapse .navbar-nav li {
    float: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .navbar-default #nav-search-button {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  header #social-header .content-social {
    text-align: right;
  }
  header .navbar-default .container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar-default .navbar-header {
    width: 222px;
    display: block;
  }
  header .navbar-default .navbar-header .navbar-toggle {
    display: none;
  }
  header .navbar-default .navbar-header .navbar-brand {
    max-width: 100%;
    margin-left: 0px;
    width: 300px;
  }
  header .navbar-default .navbar-collapse {
    display: block !important;
    width: 100%;
    margin-top: 0px;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    width: 100%;
    height: 40px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    float: right;
    /*** added **/
    /*** end added **/
  }
  header .navbar-default .navbar-collapse .navbar-nav li {
    float: none;
    display: inline-block;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a {
    color: #007cc5;
    background-color: inherit;
    border: none;
    padding: 5px 40px;
    padding-right: 0px;
    font-size: 16px;
    font-weight: bold;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a:hover,
  header .navbar-default .navbar-collapse .navbar-nav li a:focus,
  header .navbar-default .navbar-collapse .navbar-nav li a:active {
    text-decoration: none;
    color: #f3364c;
    background-color: white;
  }
  header .navbar-default .navbar-collapse .navbar-nav span {
    display: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li:last-child {
    display: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.active a,
  header .navbar-default .navbar-collapse .navbar-nav li.active a:hover {
    color: #f3364c;
    background-color: white;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.dropdown.open ul.dropdown-menu li a {
    color: #007cc5;
    background-color: #fff;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.dropdown.open ul.dropdown-menu li a:hover {
    text-decoration: none;
    background-color: white;
    color: #f3364c;
  }
  header .navbar-default .navbar-collapse .navbar-nav .open .dropdown-menu li:last-child {
    display: inline-block;
  }
  header .navbar-default .navbar-collapse #btn-join {
    margin-top: -110px;
    width: 228px;
    float: right;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  header #social-header .content-social {
    text-align: right;
  }
  header .navbar-default {
    margin-top: 35px;
    margin-bottom: 0px;
  }
  header .navbar-default .container {
    width: 1170px;
    margin-left: auto;
  }
  header .navbar-default .navbar-header {
    width: 222px;
    float: left;
  }
  header .navbar-default .navbar-header .navbar-toggle {
    display: none;
  }
  header .navbar-default .navbar-header .navbar-brand {
    max-width: 100%;
    margin-left: 0px;
    width: 300px;
  }
  header .navbar-default .navbar-collapse {
    width: 100%;
    margin-top: 25px;
    float: none;
    padding-right: 0px;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    width: 60%;
    height: 40px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  header .navbar-default .navbar-collapse .navbar-nav li {
    display: inline-block;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a {
    color: #007cc5;
    background-color: inherit;
    border: none;
    padding: 5px 15px;
    padding-right: 0px;
    font-size: 16px;
    font-weight: bold;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a:hover,
  header .navbar-default .navbar-collapse .navbar-nav li a:active {
    text-decoration: none;
    color: #f3364c;
  }
  header .navbar-default .navbar-collapse .navbar-nav span {
    display: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li:last-child {
    display: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.active a,
  header .navbar-default .navbar-collapse .navbar-nav li.active a:hover {
    color: #f3364c;
    background-color: white;
  }
  header .navbar-default .navbar-collapse .navbar-nav .open .dropdown-menu {
    padding: 30px 24px;
  }
  header .navbar-default .navbar-collapse #btn-join {
    margin-top: 4px;
  }
}
.internal-search #search-box {
  margin-top: 0px;
}
#search-box,
#search-widget {
  background-color: #0172cd;
  text-align: center;
  padding: 15px 0;
}
#search-box h3,
#search-widget h3 {
  color: white;
  margin-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  margin-top: 5px;
  font-weight: 500;
}
#search-box a,
#search-widget a {
  width: 100%;
  display: block;
  float: none;
  text-align: center;
  margin-top: 10px;
}
#search-box a:hover,
#search-widget a:hover {
  text-decoration: none;
  color: #e7e7e8;
}
#search-box a#link-jobs,
#search-widget a#link-jobs {
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding-top: 20px;
}
#search-box a#link-jobs:hover,
#search-widget a#link-jobs:hover {
  text-decoration: underline;
}
#search-box .search-bar-element,
#search-widget .search-bar-element {
  padding: 0px;
  margin-bottom: 7.5px;
}
#search-box .search-bar-element .search-btn,
#search-widget .search-bar-element .search-btn {
  width: 100%;
  background-color: white;
  color: #007cc5;
  font-size: 16px;
  padding: 9px 15px;
  font-weight: 700;
  margin-top: 40px;
  padding-right: 60px;
  background-color: #edeeee;
}
#search-box .search-bar-element .search-btn:hover,
#search-widget .search-bar-element .search-btn:hover {
  color: #f3364c;
}
#search-box .search-bar-element .search-btn:before,
#search-widget .search-bar-element .search-btn:before {
  content: '\f002';
  font-family: FontAwesome;
  position: relative;
  left: 145px;
  padding-left: 10px;
  font: normal normal normal 16px/1 FontAwesome;
  color: #f3364c;
}
#search-box .search-bar-element .search-btn:after,
#search-widget .search-bar-element .search-btn:after {
  content: 'Openings';
  margin-left: 5px;
}
#search-box .search-bar-element input,
#search-widget .search-bar-element input {
  border: 1px solid #e7e7e8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 43px;
  background-color: #edeeee;
}
#search-box .search-bar-element #suggestions,
#search-widget .search-bar-element #suggestions {
  margin-top: -13px;
}
#search-box .form-control,
#search-widget .form-control {
  height: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
#search-widget {
  padding-left: 15px;
  padding-right: 15px;
}
/* Small */

@media (min-width: 768px) {
  .internal-search #search-box {
    margin-top: 0px;
  }
  #search-box,
  #search-widget {
    display: block;
    text-align: left;
  }
  #search-box h3,
  #search-widget h3 {
    margin-left: 15px;
  }
  #search-box .search-bar-element,
  #search-widget .search-bar-element {
    margin-bottom: 10px;
    vertical-align: bottom;
    width: 100%;
    display: block;
  }
  #search-box .search-bar-element a.search-btn,
  #search-widget .search-bar-element a.search-btn {
    margin-bottom: 2px;
  }
  #search-box .search-bar-element:last-child,
  #search-widget .search-bar-element:last-child {
    padding-right: 0px;
  }
  #search-box .search-bar-element label,
  #search-widget .search-bar-element label {
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  #search-box .search-bar-element .list-group,
  #search-widget .search-bar-element .list-group {
    margin-bottom: 0px;
  }
}
/* Medium */

@media (min-width: 992px) {
  .internal-search #search-box {
    background-color: #0172cd;
  }
  #search-box {
    background-color: transparent;
    margin-top: -225px;
  }
  #search-box h3,
  #search-widget h3 {
    position: relative;
    margin-left: 15px;
  }
  #search-box .search-bar-element,
  #search-widget .search-bar-element {
    width: 44%;
    display: table-cell;
    padding-right: 35px;
  }
  #search-box .search-bar-element a.search-btn,
  #search-widget .search-bar-element a.search-btn {
    margin-bottom: 10px;
    width: 255px;
  }
}
/* Large */

@media (min-width: 1200px) {
  #search-box {
    margin-top: -225px;
    background-color: transparent;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  word-wrap: break-word;
  padding-right: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
#subscription-title,
#edit-preference-title,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
}
h1,
.h1,
#subscription-title,
#edit-preference-title {
  color: #007cc5;
  text-transform: capitalize;
  font-size: 70px;
  font-family: "Lato", sans-serif;
}
h2,
.h2 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.42857143;
}
h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: none;
}
p:selection,
p:-moz-selection {
  background-color: #007cc5;
  color: white;
}
span {
  color: #3d3a35;
}
a {
  color: #f3364c;
}
a:hover,
a:focus,
a:active,
a:active:focus,
a:active:hover {
  color: #f77282;
  text-decoration: none;
}
.btn,
.btn-default,
.btn-primary,
.search-btn,
.primary-button,
input.primary-button,
.join-button,
.jrp--narrow-btn {
  color: white;
  font-weight: 400;
  padding: 6px 20px 7px 20px;
  font-size: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-transform: Capitalize;
  line-height: 23px;
  transition: ease all 0.5s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-btn:active:focus,
.search-btn:active:hover,
.primary-button:hover,
.primary-button:focus,
.primary-button:active,
.primary-button:active:focus,
.primary-button:active:hover,
input.primary-button:hover,
input.primary-button:focus,
input.primary-button:active,
input.primary-button:active:focus,
input.primary-button:active:hover,
.join-button:hover,
.join-button:focus,
.join-button:active,
.join-button:active:focus,
.join-button:active:hover,
.jrp--narrow-btn:hover,
.jrp--narrow-btn:focus,
.jrp--narrow-btn:active,
.jrp--narrow-btn:active:focus,
.jrp--narrow-btn:active:hover {
  text-decoration: none;
  outline: none;
  background-color: #f2f2f2;
  padding: 6px 20px 7px 20px;
}
.btn-primary,
.primary-button,
input.primary-button,
.join-button {
  background-color: #007cc5;
}
.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.primary-button:hover,
.primary-button:hover,
.primary-button:focus,
.primary-button:active,
.primary-button:active:focus,
.primary-button:active:hover,
input.primary-button:hover,
input.primary-button:hover,
input.primary-button:focus,
input.primary-button:active,
input.primary-button:active:focus,
input.primary-button:active:hover,
.join-button:hover,
.join-button:hover,
.join-button:focus,
.join-button:active,
.join-button:active:focus,
.join-button:active:hover {
  color: white;
  background-color: #01569a;
  font-size: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.btn-success,
.search-btn,
.jrp--narrow-btn {
  color: white;
  background-color: #007cc5;
}
.btn-success:hover,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover,
.search-btn:hover,
.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-btn:active:focus,
.search-btn:active:hover,
.jrp--narrow-btn:hover,
.jrp--narrow-btn:hover,
.jrp--narrow-btn:focus,
.jrp--narrow-btn:active,
.jrp--narrow-btn:active:focus,
.jrp--narrow-btn:active:hover {
  background-color: #005d94;
  font-size: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  color: white;
}
.btn-xs {
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 90%;
}
.btn-xs:hover,
.btn-xs:hover,
.btn-xs:focus,
.btn-xs:active,
.btn-xs:active:focus,
.btn-xs:active:hover {
  font-size: 90%;
  padding: 3px 20px 5px;
}
.custom-inputs {
  height: 100%;
  padding: 10px 15px;
  border: 1px solid #b9b9ba;
  font-size: 16px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: white;
}
.social-link {
  display: inline-block;
  padding-left: 0px;
}
.social-link li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
.social-link li a {
  color: white;
}
.social-link li a i {
  font-size: 14px;
}
.social-link li a:hover {
  color: #007cc5;
}
#btn-join {
  background-color: #edeeee;
  color: #007cc5;
  border: none;
  font-weight: bold;
  height: 43px;
  padding-top: 8px;
}
#btn-join i {
  color: #f3364c;
}
#btn-join:hover {
  color: #f3364c;
}
.section {
  margin-top: 70px;
}
.section p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: justify;
}
.section {
  margin-top: 50px;
}
.section .box {
  min-height: 418px;
  background: #0172cd;
  position: relative;
  padding: 45px 30px;
  background-size: cover;
  overflow: hidden;
  cursor: default;
  margin-bottom: 15px;
}
.section .box h2 {
  color: #FFF;
  font-weight: 400;
  margin: 15px 0;
  position: relative;
  z-index: 2;
}
.section .box p {
  font-size: 16px;
  color: #FFF;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  text-align: left;
}
.section .box a {
  background: #FFF;
  display: inline-block;
  color: #0172cd;
  font-size: 16px;
  padding: 11px 15px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  border: none;
}
.section .box a i {
  color: #f3364c;
}
.section .box a:hover {
  color: #f3364c;
}
.section .box .box-overlay {
  position: absolute;
  left: 0;
  top: 260px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(36, 132, 210, 0.8);
  z-index: 1;
  transition: all 0.2s;
  padding: 35px 30px;
}
.section .box .box-overlay a {
  position: absolute;
  bottom: 45px;
  left: 30px;
  z-index: 2;
}
.section .box:hover .box-overlay {
  top: 0;
}
.section #box1 {
  background: #007cc5 url("/media/2017/4/1fcb09df-3326-442d-8e25-42785167abb0-1491398415247.jpg") 0 0 no-repeat;
  background-size: cover;
}
.section #box2 {
  background: #007cc5 url("/media/2017/4/9d6fe68d-81cc-49b7-98a6-8094e316c4d9-1491398416589.jpg") 0 0 no-repeat;
  background-size: cover;
}
.section #box3 {
  background: #007cc5 url("/media/2017/4/86b7c16f-327b-4356-be3a-133d6c69d120-1491398416563.jpg") 0 0 no-repeat;
  background-size: cover;
}
.section #box4 {
  background: #007cc5 url("/media/2017/4/8831ab9e-cb0b-4766-8d1d-cea8bf4c3dab-1491398417306.jpg") 0 0 no-repeat;
  background-size: cover;
}
.section-comment {
  background-color: #edeeee;
}
.section-comment #carousel-id {
  padding-left: 15px;
  padding-right: 15px;
}
.section-comment #carousel-id .carousel-indicators {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 0 20px;
  bottom: 0;
  z-index: 99;
  text-align: left;
  width: 220px;
  left: 0%;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}
.section-comment #carousel-id .carousel-indicators li {
  border: 1px solid #0172cd;
  background: #ECEDED;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 4px;
  color: #ECEDED;
}
.section-comment #carousel-id .carousel-indicators li.active {
  background-color: #0172cd;
}
.section-comment #carousel-id .item img {
  width: auto;
}
.section-comment #carousel-id .item blockquote {
  padding: 30px;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1.6;
  background: url("/media/2017/4/ae8eba79-298a-4816-bcc6-bdebc227b0a0-1491398290721.png") 0 0 no-repeat, url("/media/2017/4/190c8fd3-a950-45ba-9034-bb4853017b99-1491398290720.png") right bottom no-repeat;
  margin: 50px 0 0;
  text-align: justify;
}
.section-comment #carousel-id .item span {
  padding: 0 30px;
  display: block;
  font-size: 16px;
  margin: 0 0 30px;
}
.section-comment #carousel-id .item span a {
  background: none;
  padding: 7px 0;
  color: #0172cd;
}
.section-comment #carousel-id .item span a i {
  color: #f3364c;
}
.section-comment #carousel-id .item .openings a {
  font-weight: bold;
}
#home-section2 {
  margin-top: 90px;
}
#home-section4 {
  padding-bottom: 10px;
}
#home-section4 a {
  color: #0172cd;
  font-weight: 700;
}
#home-section4 a i {
  color: #f3364c;
  font-weight: bold;
}
#home-section4 h2 {
  margin-bottom: 25px;
}
.contact {
  padding-top: 70px;
  border-top: 1px solid #e7e7e8;
}
.contact h1 {
  font-size: 60px;
  font-weight: bold;
  color: #0172cd;
  margin: 0 0 20px;
  position: relative;
  line-height: normal;
  padding: 0 0 0 80px;
  margin-bottom: 35px;
}
.contact h1 i {
  font-size: 125pt;
  line-height: normal;
  position: absolute;
  left: 0;
  top: -55px;
}
.contact h1:after {
  content: "";
  height: 10px;
  background: #f3364c;
  position: absolute;
  left: 80px;
  bottom: -20px;
  width: 150px;
}
.contact a {
  text-align: center;
  font-size: 16px;
  padding: 11px 15px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
}
.contact a i {
  font-size: 16pt;
  font-weight: bold;
}
.contact a:hover {
  padding: 11px 15px;
}
.mail_phone {
  text-decoration: none;
  transition: all 0.2s;
  color: #1380B9;
}
.modal-open {
  overflow: scroll;
}
.modal-open .modal {
  /*   overflow-y: hidden; */
}
.close-pos {
  position: absolute;
  margin: 0;
  top: -15px;
  /* half height of "X" image, just for nice placing*/

  right: -15px;
  /* half width of "X" image, just for nice placing*/

  opacity: 1;
}
#service_modal {
  top: 170px;
}
#service_modal .border_modal {
  border-bottom: none;
}
#service_modal p {
  font-size: 14px;
}
#service_modal a {
  color: #0172cd;
}
#service_modal a:hover {
  color: #0172cd;
}
#service_modal .modal-body {
  padding-top: 0px;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #service_modal {
    height: 385px;
    top: 155px;
  }
  #service_modal .modal-dialog {
    width: 534px;
  }
  .section p {
    margin-right: 80px;
  }
  .section .col-padding {
    padding-right: 80px;
  }
  .section-comment #carousel-id .item img {
    width: auto;
  }
  #home-section1 .box .box-overlay p {
    margin-right: 0px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #service_modal {
    top: 170px;
  }
  .section {
    margin-top: 40px;
  }
  .section-comment #carousel-id .item img {
    width: 100%;
  }
  .banner-header .banner-title {
    max-width: 925px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 997;
    top: 60px;
    margin-left: 50px;
  }
  .banner-header .banner-title h1 {
    text-transform: capitalize;
    font-weight: bold;
    color: white;
  }
  .banner-header .banner-title h1:after {
    content: "";
    width: 150px;
    height: 10px;
    background: #FFF;
    left: 55px;
    bottom: -10px;
    display: block;
    position: absolute;
  }
  .banner-header .carousel-inner .item {
    transition-property: opacity;
    -webkit-transition: 0.6s opacity;
    -moz-transition: 0.6s opacity;
    -o-transition: 0.6s opacity;
    transition: 0.6s opacity;
    height: 555px;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown {
    position: relative;
    display: inline-block;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    background: url(^media_src_arrow_bottom.png^) 0 0 no-repeat #fff;
    /*border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #cacbcc;*/

    padding: 30px 24px;
    /*padding-bottom: 0px;*/

    position: absolute;
    float: left;
    width: auto;
    background-color: #FFF;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    display: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a {
    color: #007cc5;
    padding: 20px 15px 20px 30px;
    text-decoration: none;
    margin-left: 0px;
    padding-left: 15px;
    width: 200px;
    display: block;
    background-color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li.active a,
  header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li.active a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f3364c;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f3364c;
  }
  header .navbar-default .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .banner-header .carousel-inner .item:first-child {
    background: url("/media/2017/4/5da0253e-b967-4e70-9acf-f029f8fa3a57-1491398417699.png") top left 44% no-repeat;
    background-size: cover;
  }
  .banner-header .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/5f4b796b-1659-439f-a0b1-5f9586441ea5-1491398414388.png") top left 66% no-repeat;
    background-size: cover;
  }
  .banner-header .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/4bba8071-681f-4b08-a10d-c8b1a0888d63-1491398417828.png") top left 66% no-repeat;
    background-size: cover;
  }
  .banner-header .carousel-inner .item:nth-child(4) {
    background: url("/media/2017/4/7d0f420a-c4a8-4014-a0c0-4241560d4f99-1491398418141.png") top left 80% no-repeat;
    background-size: cover;
  }
  .banner-header .carousel-inner .item:nth-child(5) {
    background: url("/media/2017/4/2bf52f80-d4b5-4ad6-9c39-e3fd9424fdfa-1491398414110.png") top left 66% no-repeat;
    background-size: cover;
  }
  .banner-header .carousel-inner .item,
  .banner-header .carousel-inner .active.left,
  .banner-header .carousel-inner .active.right {
    opacity: 0;
  }
  .banner-header .carousel-inner .active,
  .banner-header .carousel-inner .next.left,
  .banner-header .carousel-inner .prev.right {
    opacity: 1;
  }
  .banner-header .carousel-inner .next,
  .banner-header .carousel-inner .prev,
  .banner-header .carousel-inner .active.left,
  .banner-header .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  #home-section1 a {
    margin-top: 50px;
  }
  .section-video video {
    margin-top: 70px;
  }
  .section-comment #carousel-id .carousel-indicators {
    position: absolute;
    bottom: -15px;
    left: 35%;
  }
  #home-section4 {
    margin-top: 70px;
  }
  #home-section5 a {
    float: right;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #service_modal {
    top: 190px;
  }
  .banner-header .banner-title {
    margin-left: auto;
    max-width: 1130px;
  }
  .section-comment #carousel-id .carousel-indicators {
    bottom: 15px;
  }
  .section-comment #carousel-id .item blockquote {
    margin-top: 90px;
  }
  #home-section1 a {
    margin-top: 20px;
  }
}
.cms-pages {
  background: white;
  padding: 20px 0;
}
/** internal settings */

#after-apply-title-container {
  text-align: center;
}
#after-apply-title-container h1 {
  color: #007cc5;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#after-apply-job-table-header th {
  background-color: #fff;
  color: #0f1643;
}
#job-results {
  padding: 30px 0;
}
#edit-preference-title,
#en-us-terms-and-conditions h1,
#en-us-privacy-policy h1 {
  color: #007cc5;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#edit-preference-update-btn,
#subscription-save-btn {
  background-color: #007cc5;
  color: white;
}
#edit-preference-update-btn:hover,
#subscription-save-btn:hover {
  background-color: #0069a7;
  border-color: #0069a7;
}
#subscription-form p {
  text-align: center;
  margin-left: 0;
}
.error-card {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #007cc5;
  border-top: 3px solid #007cc5;
  text-align: center;
  background-color: #e1e1e1;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #007cc5;
  color: #fff;
}
/*** JDP **/

.jdp-title-inner-container {
  background-color: white;
}
.jdp-title-container .jdp-job-title,
#jdp-title-date-posted {
  color: #0172cd;
  font-size: 14px;
  font-weight: 400;
  font-weight: bold;
}
.jdp-title-container #jdp-title-date-posted {
  color: #222;
}
.jdp-title-container .jdp-job-title {
  font-weight: 400;
  font-size: 28px;
}
#jdp-not-ready-to-apply-link-top,
#jdp-not-ready-to-apply-link-bottom {
  color: #007cc5;
  font-weight: bold;
}
.job-details-content {
  background-color: #fff;
}
.client-content-blob img {
  display: none;
}
.content-card {
  /*background-color: #f2f6fa;*/
}
.content-card-header {
  font-weight: bold;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
}
.jdp-job-snapshot-card.content-card {
  padding: 15px;
  border: 2px solid #e8eaeb;
  border-radius: 6px;
}
.jdp-job-snapshot-card.content-card h2.content-card-header {
  margin: -15px;
  padding: 15px;
  background: #e8eaeb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
#jdp-title-container .jdp-title-inner-container {
  /*background-color: #f2f6fa;*/
}
.snapshot-padding {
  padding-top: 25px;
}
#jrp-breadcrumb-row-default {
  padding-top: 20px;
}
#jrp-breadcrumb-row-default ol.breadcrumb li.bread-crumb-item a {
  color: #0172cd;
}
#jrp-breadcrumb-row-default ol.breadcrumb li:last-child a {
  color: #000000;
}
#jdp-breadcrumb-row {
  padding-top: 20px;
}
#jdp-breadcrumb-row ol.breadcrumb li.bread-crumb-item a {
  color: #007cc5;
}
.jdp-job-snapshot-card a {
  font-weight: bold;
  color: #007cc5;
}
.similar-jobs-container h3 {
  color: #000;
}
ol.similar-jobs li a.similar-jobs-tag {
  color: #007cc5;
}
.snapshot-icon {
  color: #0172cd;
}
/*** JRP **/

.pagination > li:first-child > a {
  border-radius: 50px;
}
.pagination > li:first-child > a {
  border-radius: 50px;
}
.pagination > li > a {
  border-radius: 50px;
  color: #0172cd;
}
.pagination > li:hover > a,
.pagination > li:first-child > a:hover {
  background-color: #0172cd;
  color: #fff;
}
.pagination > li:last-child > a {
  border-radius: 50px;
}
.pagination > .active:hover > a {
  background-color: white;
  color: #fff;
}
.pagination > .active > a {
  background-color: #0172cd;
  border-radius: 50px;
  color: #fff;
}
.fa-envelope-o {
  color: white;
  border-radius: 50px;
  background-color: #0172cd;
  padding: 5px;
  margin-right: 15px;
  font-size: 1em;
}
#sign-up-widget {
  color: #0172cd;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
#jrp-desktop-facet-col {
  background-color: #fff;
}
#jrp-desktop-facet-col #desktop-facets-container {
  background-color: #fff;
}
#jrp-desktop-facet-col #narrow-search-header {
  width: 100%;
  background-color: #e8eaeb;
  text-transform: capitalize;
  color: #0f1643;
}
#jrp-desktop-facet-col #desktop-facets-body {
  /* background-color: #333; */

  background-color: inherit;
}
#jrp-desktop-facet-col .caret-facet-category-header {
  background-color: #e8eaeb;
  color: 16px;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
}
#jrp-desktop-facet-col .caret-facet-item-container {
  color: 16px;
  background-color: #e8eaeb;
  border-color: #e8eaeb;
  font-weight: bold;
  width: 100%;
}
#jrp-desktop-facet-col .view-facet-btn-container {
  background-color: #e8eaeb;
  color: #0f1643;
}
#jrp-desktop-facet-col .view-facet-btn-container a {
  color: #0f1643;
  display: block;
  text-align: center;
}
#jrp-desktop-facet-col .view-facet-btn-container a:before {
  content: '\f067';
  font: normal normal normal 14px/1 FontAwesome;
}
#job-result-table .job-result td a.job-result-title {
  color: #007cc5;
}
#job-result-table td.job-result-location-cell,
#job-result-table td.job-result-date-posted-cell {
  color: #0f1643;
}
#job-result-table .job-result .glyphicon-menu-right {
  color: #007cc5;
}
#job-result-table .job-result:hover {
  background-color: #D9EAF8;
}
#job-result-table .job-result td a.job-result-title:hover {
  /* background-color: grey; */
}
.next-mobile-page,
.previous-mobile-page {
  background-color: #0172cd;
  color: #FFF;
}
.next-mobile-page span,
.previous-mobile-page span {
  color: white;
}
.next-mobile-page:hover,
.previous-mobile-page:hover {
  background-color: #01569a;
  color: #FFF;
  opacity: 2.5;
}
#recommendation-table .job-result-header th {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
/*** no jobs message **/

#no-jobs-message {
  padding: 30px 15px;
  text-align: center;
}
#jdp-apply-button-top,
#jdp-apply-button-bottom {
  width: 100%;
}
@media (min-width: 768px) {
  /** JRP **/
  /*** no jobs message **/

  #no-jobs-message {
    padding: 30px 15px;
    text-align: left;
  }
  #job-result-table .job-result-header {
    background-color: #fff;
  }
  #job-result-table .job-result-header a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
  }
  /*** END JRP */
}
@media (min-width: 992px) {
  /*** JDP **/

  #jdp-bottom-apply-section {
    height: 136px;
  }
  #jdp-job-description-section,
  #jdp-bottom-apply-section {
    /*border-top: 4px solid #0172cd;*/
  }
  #jdp-bottom-apply-button-col {
    float: left;
    position: absolute;
    bottom: -36px;
    display: block;
    height: 136px;
    padding-top: 60px;
  }
  .similar-jobs-container {
    padding: 50px 0;
  }
  /*** JRP **/

  #jrp-desktop-facet-col #narrow-search-header {
    display: none;
  }
  .desktop-facets {
    border: 1px solid #e8eaeb;
    border-radius: 6px;
    margin-bottom: 25px;
  }
  #jrp-desktop-facet-col .caret-facet-category-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #jrp-desktop-facet-col .caret-facet-item-container .caret-facet-accent {
    color: #007cc5;
  }
  #jrp-desktop-facet-col .caret-facet-item-container {
    background-color: #fff;
    width: 100%;
    margin: 0;
  }
  #jrp-desktop-facet-col .caret-facet-item-container:hover {
    background-color: #D9EAF8;
  }
  #jrp-desktop-facet-col .view-facet-btn-container {
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding-top: 20px;
  }
  #jrp-desktop-facet-col .view-facet-btn-container a {
    color: #007cc5;
  }
  .search-results-title.label-text {
    text-transform: uppercase;
    font-size: 38px;
    color: #000000;
  }
  /** END JRP */
}
@media (min-width: 1200px) {
  .cms-pages {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
  }
  .cms-pages .container {
    width: 100%;
  }
  /*** JRP **/

  #job-result-table .job-result-header a {
    display: block;
    font-size: 20px;
    padding-bottom: 4px;
  }
  #jrp-desktop-facet-col .caret-facet-category-header {
    font-size: 20px;
  }
  /** END JRP **/
}
footer {
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: #FAFAFA;
}
footer .top-footer h2 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 25px;
  display: block;
  border-bottom: 1px solid #000000;
}
footer .top-footer .margin {
  margin-top: 30px;
}
footer .top-footer ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top-footer ul li {
  display: block;
  padding: 0 0 7px;
}
footer .top-footer ul li a {
  color: #2d2d2f;
  font-weight: 700;
  display: inline-block;
}
footer .top-footer .social-link {
  margin-bottom: 10px;
  padding-left: 15px;
  display: block;
}
footer .top-footer .social-link a {
  font-size: 25px;
  margin: 0 10px 0 0;
  color: #3d3a35;
}
footer .top-footer #join-link {
  text-align: center;
}
footer .top-footer #join-link a {
  color: #0072ce;
  background-color: #edeeee;
  padding: 11px 22px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: none;
}
footer .top-footer #join-link a i {
  color: #f3364c;
}
footer .top-footer #join-link a:hover {
  color: #f3364c;
}
footer .bottom-footer {
  padding-top: 50px;
}
footer .bottom-footer #brand-section {
  display: block;
  margin: auto;
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
footer .bottom-footer #brand-section #brand-footer img {
  width: 100%;
}
footer .bottom-footer #brand-section #brands a {
  padding: 0 0 40px;
  display: block;
}
footer .bottom-footer #copyright {
  margin-bottom: 20px;
}
footer .bottom-footer #copyright p {
  font-size: 14px;
  text-align: center;
}
footer .bottom-footer #footer-legal {
  text-align: center;
  font-size: 14px;
}
footer .bottom-footer #footer-legal a {
  text-decoration: underline;
  color: #000000;
}
footer .bottom-footer #footer-legal a:hover {
  color: #f3364c;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  footer .top-footer {
    margin-top: 30px;
  }
  footer .bottom-footer #brand-section #brand-footer img {
    width: auto;
  }
  footer .bottom-footer #brand-section #brands a {
    padding: 0 0 40px;
    display: inline-block;
  }
  footer .bottom-footer #footer-legal {
    margin-top: 40px;
  }
  footer .bottom-footer #copyright p {
    text-align: justify;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  footer {
    background-color: white;
  }
  footer .top-footer {
    padding-top: 60px;
    height: 465px;
    background: url("/media/2017/4/4d166fbb-8b49-4e59-88cc-ce0b45fc3840-1491398295185.jpg") 0 0 no-repeat #fff;
    background-size: cover;
  }
  footer .top-footer #join-link a {
    background-color: white;
  }
  footer .top-footer .margin {
    margin-top: 0px;
  }
  footer .top-footer h2 {
    font-size: 20px;
  }
  footer .bottom-footer {
    padding-top: 0px;
  }
  footer .bottom-footer #brand-section #brand-footer {
    text-align: left;
  }
  footer .bottom-footer #brand-section #brands {
    float: left;
  }
  footer .bottom-footer #copyright p {
    line-height: 1.9;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  footer .top-footer h2 {
    font-size: 25px;
  }
  footer .bottom-footer #brand-section #brands a {
    padding-right: 20px;
  }
}
/*RESET*/

#join-page-content-section strong:first-child,
#jfi-modal-side-bar-column strong:first-child {
  font-family: "Lato", sans-serif;
}
#subscription-message-section p {
  margin: 0;
  text-align: center;
}
#unsubscribe-page #subscription-title ~ br {
  display: none;
}
#recommendation-table {
  border-radius: 3px;
}
#recommendation-table .job-result-header th {
  padding-top: 21px;
  padding-bottom: 21px;
}
#recommendation-table tr th {
  vertical-align: middle;
  line-height: 15px;
  text-transform: capitalize;
  background-color: white;
  color: #007cc5;
  font-size: 24px;
  height: 40px;
  font-weight: bold;
}
#after-apply-title-container {
  text-align: center;
  margin-top: 40px;
}
#subscription-save-btn {
  color: white;
}
#subscription-title {
  font-size: 32px;
}
#edit-preference-update-btn {
  color: white;
}
.error-card {
  margin: 30px 0;
  padding: 15px;
  text-align: center;
  border: 1px solid #f3364c;
  border-top: 3px solid #f3364c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#cb-legal-content-block {
  padding: 1.5em;
}
#join-button {
  color: white;
}
#search-widget {
  padding: 50px 15px;
}
#search-bar {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #search-widget {
    width: 100%;
    margin: auto;
  }
  #search-widget .search-bar-element {
    display: inline-block;
    width: 32.5%;
    float: left;
    margin-right: 5%;
  }
  #search-widget div.search-bar-element:last-child {
    margin: 0;
    width: 25%;
    padding-top: 25px;
    font-size: 18px;
    float: none;
  }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #ahs-section1 video {
    margin-top: 85px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #ahs-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/fea29bbd-f2fc-45d8-b3e3-274d4b09721f-1491398328784.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #ahs-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/85bb58c6-cb7d-4eb4-90cf-2573be88e22f-1491398328903.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #ahs-banner .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/146136ba-37a2-46ec-b7ca-c77bc067fc9f-1491398328873.jpg") top left 66% no-repeat;
    background-size: cover;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #terminix-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/6980e696-c3c0-4068-ab21-b688f40bf081-1491398521838.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #terminix-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/01e2c329-a516-40e8-bfee-3a109a467cf3-1491398522028.jpg") top left 66% no-repeat;
    background-size: cover;
  }
}
/* Large devices (large desktops, 1200px and up) */

#contact-section2 {
  margin-top: 0px;
}
#contact-section3 {
  margin-top: 50px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #contact-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/b265550f-43aa-42ec-8de3-5cb167b47b4e-1491398361471.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #contact-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/cded676a-205e-45f4-b7d4-c8378acaeee0-1491398361330.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #contact-section2 video {
    margin-top: 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */

#corporate-overview .overview h2 {
  margin-bottom: 30px;
}
#corporate-overview .boxes {
  margin-top: 90px;
  margin-bottom: 20px;
}
#corporate-overview .boderless-box h2 {
  color: #007cc5;
}
#corporate-overview .blue-box {
  padding: 10px 20px;
  background: #007cc5;
  min-height: 145px;
  margin-bottom: 20px;
}
#corporate-overview .blue-box h2 {
  color: white;
}
#corporate-overview .blue-box button a {
  color: #0172cd;
}
#corporate-overview .blue-box button a:hover {
  color: #f3364c;
}
#corporate-overview .blue-box button i {
  color: #f3364c;
}
#corporate-section1 {
  margin-top: 0px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #corporate-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/cb6ae17a-0c76-4a34-b4b9-a51492fabeb2-1491398387514.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #corporate-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/d15ff892-a424-43db-9f59-0664d0d06aac-1491398387231.jpg") top left 70% no-repeat;
    background-size: cover;
  }
  #corporate-banner .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/b519080f-9a2f-4117-a0be-0fb9187e776d-1491398387338.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #corporate-section1 video {
    margin-top: 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */

#sales-section1 {
  margin-top: 50px;
}
#sales-section2 {
  margin-top: 0px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #sales-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/1ab4cbdf-aeaa-45eb-890e-620186291a32-1491398475419.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #sales-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/990db9bf-6375-4ea4-97ef-7421a3291e63-1491398475580.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #sales-banner .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/b04b5613-49a8-4e1a-82e5-95ca8f7c7bf5-1491398475441.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #sales-section2 video {
    margin-top: 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */

#service-section2 {
  margin-top: 0px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #service-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/6baf6f25-a4e8-4158-887b-480dde79af28-1492621265681.jpg") top left 90% no-repeat;
    background-size: cover;
  }
  #service-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/f73cdf30-6dfb-440c-a314-0364fbfb31fd-1491398499931.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #service-banner .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/22affa36-daf3-4269-abe3-a6d19753d076-1492621078146.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #service-section2 video {
    margin-top: 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */

#university-section1 a {
  color: #0172cd;
}
#university-section1 a:hover {
  color: #f3364c;
}
#university-section2 .box h2 {
  font-size: 24px;
}
#university-section2 .box p {
  font-size: 14px;
}
#university-section2 .box a {
  bottom: 10px;
}
#university-section2 #box1 {
  background: #007cc5 url("/media/2017/4/7a2c7763-bbcc-4996-a24d-bedd66938753-1491398547266.jpg") 0 0 no-repeat;
  background-size: cover;
}
#university-section2 #box2 {
  background: #007cc5 url("/media/2017/4/ab7ad536-f00a-4d39-8170-e93a303fb7e0-1491398546198.jpg") 0 0 no-repeat;
  background-size: cover;
}
#university-pop .modal-body {
  background: #007cc5 url("/media/2017/4/785f2535-8439-49f5-b181-c35afd19c55d-1491398552641.jpg") 0 0 no-repeat;
  background-size: cover;
  height: 720px;
  width: 100%;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #university-section2 .box h2 {
    font-size: 25px;
  }
  #university-section2 .box p {
    font-size: 16px;
  }
  #university-section2 .box a {
    bottom: 45px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #university-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/f7c29a6f-7185-4045-bddf-88708f7046ea-1491398546940.jpg") top left 90% no-repeat;
    background-size: cover;
  }
  #university-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/e5e0e14d-d619-4025-a3b0-f09f5d77ac04-1491398548989.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #university-banner .subtitle {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 997;
    top: 220px;
    margin-left: 50px;
  }
  #university-banner .subtitle p {
    font-size: 22px;
    font-weight: bold;
    color: white;
  }
  #university-section3 #carousel-id .text-small blockquote {
    font-size: 18px;
  }
  #university-section1 video {
    margin-top: 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #university-banner .subtitle {
    margin-left: auto;
    max-width: 1130px;
  }
}
.link {
  color: #0172cd;
  font-weight: bold;
}
.line {
  width: 100%;
  height: 45px;
  border-bottom: 3px solid #DBD9D9;
  padding-bottom: 50px;
}
.section-top {
  padding-top: 5px;
}
.section-top p {
  padding-top: 5px;
}
.section-padding {
  padding-top: 40px;
}
.columns {
  margin-left: -20px;
}
.columns li {
  margin-top: 5px;
}
.text-padding {
  padding-left: 100px;
}
.text-padding h4 {
  font-weight: bold;
}
.text-padding p {
  padding-top: 20px;
}
.text-padding .sub-title {
  margin-top: -10px;
  font-size: 18px;
}
#leadership-section2 img.auto-size,
#leadership-section3 img.auto-size,
#leadership-section4 img.auto-size,
#leadership-section5 img.auto-size,
#leadership-section6 img.auto-size,
#leadership-section7 img.auto-size {
  width: 100%;
}
#leadership-section2 .text-padding,
#leadership-section3 .text-padding,
#leadership-section4 .text-padding,
#leadership-section5 .text-padding,
#leadership-section6 .text-padding,
#leadership-section7 .text-padding {
  padding-left: 15px;
}
#leadership-section4 p {
  padding-top: 30px;
}
#leadership-section4 #required {
  padding-top: 20px;
}
#leadership-section5 {
  padding-top: 10px;
}
#leadership-section6 ul li:last-child {
  color: white;
}
#leadership-section7 {
  padding-top: 0px;
}
#leadership-section8 {
  border-top: none;
}
#leadership-section8 a {
  font-size: 13px;
  background-color: #0172cd;
  padding: 6px 20px 7px 20px;
}
#leadership-section8 a i {
  font-size: 14px;
}
#leadership-section8 #btn-recruit {
  margin-right: 0px;
  margin-top: 10px;
  text-transform: lowercase;
}
#leadership-section8 #btn-follow {
  margin-left: 0px;
  margin-top: 10px;
  text-transform: capitalize;
}
#leadership-section8 #btn-follow i:first-child {
  font-size: 20px;
}
#leadership-section8 h1 {
  font-size: 48px;
  font-weight: 900;
  text-transform: inherit;
}
#leadership-section8 h1 i {
  font-size: 100pt;
  top: -40px;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .columns {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 10px;
    column-fill: auto;
    margin-left: -40px;
  }
  .columns li {
    margin-left: 1em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .columns li:last-child {
    color: white;
  }
  #leadership-section2 img.auto-size,
  #leadership-section3 img.auto-size,
  #leadership-section4 img.auto-size,
  #leadership-section5 img.auto-size,
  #leadership-section6 img.auto-size,
  #leadership-section7 img.auto-size {
    width: auto;
    display: block;
    margin: auto;
  }
  #leadership-section8 {
    border-top: none;
  }
  #leadership-section8 a {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #leadership-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/d0e3be50-c9d6-46f9-a875-3ba1794e8b04-1491398446372.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #leadership-section2 img.auto-size,
  #leadership-section3 img.auto-size,
  #leadership-section4 img.auto-size,
  #leadership-section5 img.auto-size,
  #leadership-section6 img.auto-size,
  #leadership-section7 img.auto-size {
    width: 100%;
    display: block;
    margin: auto;
  }
  #leadership-banner .banner-title {
    margin-left: 95px;
  }
  #leadership-banner .banner-title h1 {
    font-size: 40px;
    line-height: 60px;
  }
  #leadership-banner .banner-title h1 i {
    font-size: 70px;
    position: absolute;
    margin-left: -58px;
  }
  #leadership-banner .banner-title h1:after {
    left: 0px;
  }
  .section-contact .section-title h1 {
    text-transform: initial;
    font-weight: bold;
    color: #007CC5;
    font-size: 40px;
    margin-left: 200px;
  }
  .section-contact .section-title h1:after {
    content: "";
    width: 150px;
    height: 10px;
    background: #F23851;
    left: 55px;
    bottom: -94.5em;
    display: block;
    position: absolute;
    margin-left: 180px;
  }
  #leadership-section8 {
    border-top: none;
  }
  #leadership-section8 a {
    font-size: 13px;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #leadership-section8 {
    border-top: none;
  }
  #leadership-section8 a {
    font-size: 17px;
  }
  #leadership-banner .banner-title {
    margin-left: auto;
    max-width: 1030px;
  }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #veterans-section1 {
    margin-top: 70px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #veterans-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/fad045a4-8285-44e2-9a26-568e465f1cf7-1491398580298.jpg") top left 66% no-repeat;
    background-size: cover;
  }
  #veterans-banner .carousel-inner .item:nth-child(2) {
    background: url("/media/2017/4/30e05280-1b46-4657-83d5-9f9c5a7ff0a2-1491398579780.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #veterans-banner .carousel-inner .item:nth-child(3) {
    background: url("/media/2017/4/b52555e8-27ff-4590-b646-070ccb1ce124-1491398579918.jpg") top left 100% no-repeat;
    background-size: cover;
  }
}
#veterans-section2 #carousel-id .text-small blockquote {
  font-size: 20px;
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #veterans-section2 #carousel-id .text-small blockquote {
    font-size: 25px;
  }
}
#summer-section1 {
  margin-top: 0px;
}
#summer-section1 #top {
  display: none;
}
#summer-section1 #summer {
  width: 100%;
}
#summer-section2 img {
  width: 100%;
}
#summer-section2 h2:after {
  content: "";
  height: 8px;
  background: #f3364c;
  position: relative;
  left: 4px;
  width: 84px;
  display: block;
}
#summer-section3 .content {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
#summer-section3 .content a:hover {
  color: #f3364c;
}
#summer-section3 i {
  font-size: 60px;
  color: #7affff;
  display: inline-block;
}
#summer-section3 .content-bottom p {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  width: 100%;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #summer-section1 #summer {
    width: auto;
    display: block;
    margin: auto;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #summer-banner .carousel-inner .item:first-child {
    background: url("/media/2017/4/664030ba-8866-4b49-95cf-49b42f2e485b-1492014725751.jpg") top left 100% no-repeat;
    background-size: cover;
  }
  #summer-section1 #top {
    display: block;
    width: 100%;
    height: 80px;
    background-color: #0172cd;
  }
  #summer-section1 h2 {
    margin-top: -70px;
    font-size: 40px;
    color: white;
    margin-bottom: 40px;
  }
  #summer-section1 #summer {
    margin-top: -215px;
    width: 100%;
  }
  #summer-section2 ul {
    margin-left: -20px;
  }
  #summer-section3 {
    background-color: #3e3935;
    padding-bottom: 25px;
  }
  #summer-section3 .content {
    margin-right: 10px;
  }
  #summer-section3 .content p {
    color: white;
    margin: 0;
    font-size: 20px;
  }
  #summer-section3 .content h2 {
    color: white;
    font-size: 30px;
  }
  #summer-section3 .content a {
    color: #7affff;
  }
  #summer-section3 .content-bottom p {
    color: white;
    padding: 20px 0px;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #summer-section3 .content {
    margin-right: 50px;
  }
  #summer-section3 #sep {
    margin-left: 20px;
  }
}
.navbar-default .navbar-nav > li > a,
#header .navbar-default .navbar-nav > li > a {
  transitions: ease all 0.5s;
}
#unsubscribe-page #subscription-title ~ br {
  display: none;
}
a.opening {
  color: #0172cd;
  font-weight: bold;
}
i.fa-chevron-right,
a.opening:hover,
a.opening:focus {
  color: #f4364b;
}
i.white {
  color: #fff;
}

/*@media (max-width: 450px) {
.section #box1 .box-overlay {
top: 225px;
}
.section #box2 .box-overlay {
top: 262px;
}
}*/

/*EDITS*/

@media (max-width: 767px) {
  div#jdp-social-sharing-section {
    display: inline-block !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  #university-section2 .box h2 {
    margin-bottom: 5px;
  }

}



@media (max-width: 991px) {
  .section-comment #carousel-id .item blockquote{
    font-size: 18px;
  }

  .section-comment #carousel-id .item img{
    /*width: 50%;*/
    width: 200px;
  }
}

.section .box .box-overlay{
  top: 200px;
}

.box .box-overlay p{
  display: none;
}

.section .box:hover .box-overlay p {
  display: block;
}


@media (min-width: 1200px) {

  .section .box .box-overlay{
    top: 260px;
  }
}
div.formly-field:nth-child(7):before{
    content:"Optional Information";
    font-size:18px;
    font-weight:normal;  
    color: #31708f;  
}
@media (min-width: 768px) {
.columns-leader li {
   margin-left: 1em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}
.columns-leader {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 10px;
    column-fill: auto;
    margin-left: -40px;
}
}

#subscription-form .subscription-check-box{
  margin-left: 0px;
}

#subscription-question-section p{
  text-align: left;
}

#edit-preference-view .top-buffer{
  text-align: left;
}

#edit-preference-unsubscribe-link{
  color: white;
  background-color: #007cc5;
  font-weight: 400;
    padding: 6px 20px 7px 20px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: Capitalize;
    line-height: 23px;
    transition: ease all 0.5s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

#edit-preference-unsubscribe-link:hover{
  background-color: #0069a7;
    border-color: #0069a7;
}


#edit-preference-unsubscribe-link{
  float: right;
  margin-top: -68px;
}

@media (max-width: 375px) {
  #edit-preference-unsubscribe-link{
    float: none;
    margin-top: 0px;
  }

  #edit-preference-view .top-buffer{
    text-align: center;
  }

  #edit-preference-form{
    text-align: center;
  }
}

/****************08/07/18*********************/
.snapshot-icon{
  padding-top: 4px;
}

.snapshot-icon.glyphicon-triangle-top{
  padding-top: 0;
}

#subscription-title{
  text-transform: uppercase;
}

#browse-by-header{
  font-size: 38px;
}

.top-footer li a:hover, .top-footer .social-link a:hover{
  color: #0072ce;
}

header .navbar-default .navbar-header .navbar-brand{
  padding: 0 !important;
}

@media(min-width: 1200px) {
  header .navbar-default .navbar-brand img{
    max-width: 270px;
    width: 100%;
  }
  
  header .navbar-default .navbar-header{
    width: 270px;
  }

  header .navbar-default .navbar-header .navbar-brand{    
    max-width: 270px;
    width: 100%;
  }

  header .navbar-default .navbar-collapse .navbar-nav{
    width: 55%;
  }
  
  header .navbar-default .navbar-collapse{
    margin-top: 10px;
  }
}

@media(min-width: 992px) {
  header .navbar-default .navbar-header{
    width: 270px;
  }
  
  header .navbar-default .navbar-header .navbar-brand{    
    max-width: 270px;
    width: 100%;
  }
}

header .navbar-default .navbar-toggle{
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

@media(max-width: 767px) {
  .navbar-brand {
    margin-left: 15px;
    margin-right: auto;
    padding: 5px 0;
  }
  
  .navbar-header{
    display: flex;
    align-items: center;
  }
  
  #search-box .search-bar-element .search-btn, #search-widget .search-bar-element .search-btn{
    margin-top: 0;
  }
}

@media(min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 15px;
    margin-right: auto;
    padding: 5px 0;
  }
  
  .navbar-header{
    display: flex;
    align-items: center;
  }
  
  header .navbar-default .navbar-header .navbar-toggle{
    margin-top: 0;    
  }
}

#jrp-mobile-sort-by-row{
  margin-top: 30px;
}

.section-overview p{
  text-align: justify;
}

footer{
  margin-top: 50px;
}

#edit-preference-title{
  font-size: 32px;
}

@media(max-width: 320px){

  #browse-by-header{
    font-size: 30px;
  }
}

@media (min-width: 992px){
  #not-applications{
    font-size: 25px !important;
  }

  .position{
    vertical-align: top;
    margin-top: 20px;
  }
}