/*================================
Table of Contents:  

1. Global Styles

2. Typography

3. Layouts
   3.1 Desktop 1
	   3.11 Image Vertial Rule  
   3.2 Desktop 2
       3.21 Small Icon Grid   
   3.3 Small Laptops
       3.31 Image Vertial Rule
	   3.32 Content 2
   3.4 Tablet 1
	   3.41 FMA Image
   3.5 Tablet 2
	   3.51 Small Icon Grid
	   3.52 Image Vertial Rule
	   3.53 Buttons
	   3.54 Content 2
	   3.55 Footer
   3.6 Tablet 3
	   3.61 FMA Image
   3.7 Phone
       3.71 Image Vertical Rule
	   3.72 FMA Image
	   3.73 Sidebar
	   3.74 Featured Image Gallery
	   3.75 Mobile Footer
   
4. Components
   4.1 Header menu
   4.2 Sidebar menu
   4.3 Main Page Content
   4.4 3-Column Centered
   4.5 Small Icon Grid
   4.6 Content 1
   4.7 Image Vertial Rule
   4.8 Content 2
   4.9 Buttons
   4.10 Events
   4.11 Footer
   4.12 FMA Images
   4.13 Full Slider
   4.14 Full Image
   4.15 Full Video
   4.16 Featured Image Gallery
   4.17 User Login Page
   4.18 Image Edge
   4.19 Sidebar Breadcrumb
   4.20 User Right Version
   4.21 Bottom Carousel Categories
   4.22 Image Icon Row
   4.23 Table
   4.24 Tab 2 Content
   4.25 Accordion
   4.26 Small Slider
   4.27 Slide Up Partial
   4.28 Image Popup Slider
   4.29 Media Image Wrap Block
   4.30 Title Underline Block
   4.31 Slider Content Block
   4.32 Tab Division Item 
   4.33 Custom Modal
   4.34 Contact US
   4.35 Job exploration tool
   4.36 Job Listings Table
   4.37 Job Listings Table
   4.38 Captcha
   4.39 Top Search Block
   4.40 Map Lengend
   4.41 Feature Box
   4.42 Blue Theme
   4.43 Google Translate
   4.44 Basic Block
=================================*/

/*================================
1. Global Styles           
=================================*/

/* Make all sections bootstrap container-fluid */
section:not(.cover-features) .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Roboto';*/
  font-family: 'Lato' !important;
}

body {
  /*background-color: #E6E6E6;*/
  background-color: #fff;
  color:#000;
}
div#main-container {
  max-width: 2560px;
  margin: 0px auto;
}

button:focus-visible,a:focus-visible{
	outline: 2px solid #284982 !important;
}


.main-container ul.tabs-content {
  margin-top: 0;
  margin-bottom: 0;
}

aside {
  padding: 0px !important;
}

ul.type-circle {
  list-style-type: circle;
}

.region-branding .logo img.logo-dark {
  display: inline-block !important;
}

.region-branding .logo img.logo-light {
  display: none !important;
}

.tabs--primary {
  /*display:none;*/
}

.clr-left {
  clear: left;
}

.clr-right {
  clear: right;
}

.text-wrap-left {
  float: left;
  margin: 10px;
}

.text-wrap-right {
  float: right;
  margin: 10px;
}

.float--right{
	float: right;
}

.float--left{
	float: left;
}

.unpad--bottom {
  padding-bottom: 0px !important;
}

.unpad--top {
  padding-top: 0px !important;
}

.unmarg--bottom {
  margin-bottom: 0px !important;
}

.unmarg--top {
  margin-top: 0px !important;
}

section.unpad--top-container .container{
	padding-top: 0px !important;
}

.pad-30 {
  padding: 30px;
}

.pad-50 {
  padding: 50px;
}

ul > li.pad-top-25{
	padding-top: 25px;
}

section.pad-top-5 {
  padding-top: 5px;
}

section.pad-top-10 {
  padding-top: 10px;
}

section.pad-top-15 {
  padding-top: 15px;
}

section.pad-bottom-5 {
  padding-bottom: 5px;
}

section.pad-bottom-10 {
  padding-bottom: 10px;
}

section.pad-bottom-15 {
  padding-bottom: 15px;
}

input[type]::placeholder, textarea::placeholder, select::placeholder {
	color: #767676 !important;
	opacity: 1;
}

input[type],
textarea,
select {
  border: 1px solid #294982;
}

::-webkit-input-placeholder {
	 color: #767676 !important;
	 opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	 color: #767676 !important;
	 opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
	 color: #767676 !important;
	 opacity: 1;
}
:-ms-input-placeholder {
	 color: #767676 !important;
	 opacity: 1;
}

.type--md {
  padding-bottom: 40px;
}

.feature-6 p {
  font-size: 18px;
}

.feature-6 h5 {
  font-size: 1.2em;
}

/* Custom Arrows */
.custom-arrows .flickity-prev-next-button {
  background: transparent;
  opacity: 1;
  width: 80px;
  height: 80px;
}

.custom-arrows .flickity-prev-next-button .arrow {
  fill: white;
}

.custom-arrows .flickity-prev-next-button:before {
  content: normal;
}

.custom-arrows .flickity-prev-next-button svg {
  display: inline;
}

/* Custom Arrows Outside */
.custom-arrows--outside .flickity-prev-next-button.next {
  right: -50px;
}

.custom-arrows--outside .flickity-prev-next-button.previous {
  left: -50px;
}

/* Adds Starndard Padding */
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs)
  + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 25px;
}

/*.content-container{
		height: 200px;
		position: relative;
	}
	
	.content-container__center{
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}*/
.background-image-holder.auto-size{
	/*background-size: auto !important;*/
	background-position: 0% 0% !important;
}

/* Drupal 9.5.3 Admin Toolbar Fix */
.toolbar-oriented .toolbar-tray{
	position: fixed;
}

/*================================
	End Global Styles           
	=================================*/

/*================================
	2. Typography          
	=================================*/

.default-text,
.default-text p,
.default-text ~ p,
.default-text + div > p,
.default-text a,
p.default-text,
span.default-text {
  font-size: 1.357em;
  color: #000000;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.5em;
  opacity: 1 !important;
}

.default-text a {
  font-size: inherit;
  text-decoration: underline;
}

p.opacity-full,
span.opacity-full{
  opacity: 1 !important;
}

.default-font--sm,
p.default-font--sm,
span.default-font--sm,
span.default-text--sm,
span.default-text.default-text--sm {
  font-size: 1em !important;
}

p.default-font--sm-md,
span.default-font--sm-md,
.default-font--sm-md,
span.default-text.default-text--sm-md {
  font-size: 1.15em !important;
}

p.default-font--md,
span.default-font--md,
.default-font--md {
  font-size: 1.35714286em !important;;
}

p.default-font--lg,
span.default-font--lg,
.default-font--lg {
  font-size: 1.5em !important;;
}

span.color--blue,
.color--blue {
  color: #284982;
}

span.color--blue-2,
.color--blue-2 {
  color: #213B65;
}

span.color--black,
.color--black {
  color: #000000;
}

p.color--white,
p.color--white strong,
span.color--white,
.color--white {
  color: #ffffff;
}

span.font--bold {
  font-weight: bold;
}

span.font--bolder {
  font-weight: bolder;
}

.default-text--light {
  color: #ffffff !important;
}

.default-text--dark {
  color: #000000 !important;
}

section.bg-color--light-blue,
.bg-color--light-blue,
.block-bg--light-blue {
  background-color: #2A4B80;
}

section.bg-color--dark-blue,
.bg-color--dark-blue,
.block-bg--dark-blue {
  background-color: #182b4c;
}

section.bg-color--light-blue-2,
.bg-color--light-blue-2,
.block-bg--light-blue-2 {
  background-color: #E3E8F1;
}

.bg-color--dark-gray,
.block-bg--dark-grey {
  background-color: #404349;
}

.bg-color--light-gray,
.block-bg--light-gray {
  background-color: #D3D3D3;
}

.btn--primary-3,
.btn--primary-3:visited {
  background: lightgray;
  border-color: lightgray;
}

.btn--white .btn__text{
	color: #192C4B;
}

.btn--white,
.btn--white:visited {
  background: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none !important;
}



/* Stack theme edit links */
.contextual-links.links a {
  color: #333333 !important;
}

.title-h-md {
  /*height: 415px;*/
  height: 29.643em;
}

.title-h-sm {
  /*height: 313px;*/
  height: 22.357em;
}

@media all and (max-width: 990px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}

@media all and (min-width: 1200px) {

  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}

.bg--white .text-center img {
  filter: contrast(0.5);
  height: 140px;
}

.bg--white .text-center img.no-filter {
  filter: none;
}

.text--xs {
  color: #000 !important;
  font-size: 20px;
  line-height: 30px;
}

.text--xxs {
  color: #000 !important;
  font-size: 16px;
  line-height: 30px;
}

.bg--white a {
  color: #000 !important;
}

/*================================
	End Typography       
	=================================*/

/*================================
	3. Layout         
	=================================*/

/* 3.6 Home - Section 1 */
.col-3-full-inner-pad {
}

/* Test Home*/

.cover-features.imagebg h1, .cover-features.imagebg .lead {
  color: #fff;
  text-shadow: 3px 3px 3px hsl(0deg 0% 0% / 61%);
}
.cover-features p.lead {
  color: #fff;
  font-size: 20px;
}

.cover-features h1 {
  color: #172b4c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
}

.cover-features .row:nth-child(2) {
  margin-top: 10.942857em;
}

.cover-features .feature-1 span.label {
  color: #fff !important;
}

.cover-features p {
  font-size: 16px;
  color: #303030;
}
.cover-features .btn {
  border: none;
}

.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #284a82;
  left: 0;
}

.cover-features .background-image-holder {
  background-position: 0% 0% !important;
}

/* 3.7 Home - Section 2 */

/* 3.8 Home - Section 3 */
.col-5-basic {
  background-color: #404349;
  color: #ffffff;
}

/* 3.1 Desktop 1 */
@media (min-width: 1396px) {
  /* 3.11 Image Vertial Rule  */
  .content-image-1::before {
    background: #707070 none repeat scroll 0 0;
    content: '';
    height: 100%;
    position: absolute;
    left: -19px;
    transform: skew(-10deg);
    width: 3px;
    top: 1px;
  }

  .content section.nopad {
    padding-left: 0px;
    padding-right: 0px;
  }

 
    .main-container .container {
      width:1396px;
    }
  
}

/* 3.2 Desktop 2 */
@media (min-width: 1200px) and (max-width: 1348px) {
  .small-icon-grid-container-col {
    /*width: 23.33333333%;*/
  }
}

/* 3.3 Small Laptops */
@media (min-width: 992px) {
  /* 3.31 Image Vertial Rule */
  .content-image-1-col {
    /*width: 12.66666667%;*/
  }

  /* 3.32 Content 2 */
  .content-2-container-col {
    /*width: 29%;*/
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* 3.4 Tablet 1 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 3.5 Tablet 2 */
@media (max-width: 991px) {
  /* 3.51 Small Icon Grid */
  .small-icon-grid-container {
    /*padding-left: 70px;*/
    /*padding-top: 10px;*/
  }

  /* 3.52 Image Vertial Rule */
  .content-image-1 {
    margin-left: 0px !important;
    /*text-align: center;*/
  }

  /* 3.53 Buttons */
  .content-image-2 {
    padding-bottom: 10px;
  }

  /* 3.54 Content 2 */
  .content-2--v-center {
    padding-top: 0px;
  }

  /* 3.55 Footer */
  footer .social-list {
    margin: 1.85714286em 0;
  }
}

/* 3.6 Tablet 3 */
@media (min-width: 768px) {
  /* 3.61 FMA Images */
  .fma-image--sm-marg {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

/* 3.7 Phone Size */
@media (max-width: 768px) {
  /* 3.71 Image Vertial Rule */
  .content-image-1 {
    margin-left: 0px;
  }

  /* 3.72 FMA Images */
  .fma-image--lg,
  .fma-image--sm-marg {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* 3.73 Sidebar */
  .region-sidebar-first {
    height: 100% !important;
    margin-bottom: 0px !important;
  }

  /* 3.74 Featured Image Gallery */
  .featured-image-gallery .feature.boxed {
    margin-bottom: 0px;
  }

  /* 3.75 Mobile Footer */
  .block-footer--short .container {
    margin-left: 0px;
  }

  #block-footerlong1 .container .row > div:not(:last-child){
	  padding-bottom: 20px;
  }
  
}
/*================================
	End Layout      
	=================================*/

/*================================
	4. Components        
	=================================*/

/* 4.1 Header menu */
/* Adjust Menu Background */
#menu1 {
  background-color: #182b4c;
  background-image: linear-gradient(#2f5597);
  padding-bottom: 0px;
  /* height: 125px; */
  /* color: #FFFFFF; */
}

#menu1 > .container {
  width: 100%;
}

/* Set Logo Image Size */
#menu1 .site-branding img.logo-dark {
  max-height: 80px;
  height: 43px;
  width: 50px;
  float: left;
  margin-right: 5px;
}

/* Site Slogan */
#menu1 .site-branding .navbar-brand {
  color: #ffffff;
  font-size: 29px;
}

/* Custom Block Search */
#block-customsearchblock {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0;
  overflow: visible;
  /*margin-top: 15px;*/
}

/* Search Results Page */
.path-search .search-form {
  margin: 100px 0px 50px;
}

.path-search button,
.path-search button:focus,
.path-search button:hover {
  background-color: #172b4c;
  font-size: 18px;
  padding: 0px 10px;
  height: 2.12em;
}

.path-search h2:not(first-child) {
  font-size: 3em;
  font-weight: 400;
  margin-left: 0px;
  color: #172b4c;
  text-transform: uppercase;
}

.path-search h3 {
  font-size: 2em;
  font-weight: 200 !important;
  margin-left: 0px;
  margin-bottom: 10px;
  color: #172b4c;
  text-transform: uppercase;
}

.path-search .region-content {
  width: 1170px;
  margin: 0px auto;
}

.path-search ol {
  margin-left: 0px;
}

.path-search li {
  list-style: none;
}

.path-search li a {
  color: #172b4c;
  font-weight: 300;
}

.path-search li a:hover {
  text-decoration: underline;
  color: #172b4c;
  font-weight: 300;
}

.path-search ol li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.path-search .main-container {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
}
.path-search footer {
  margin-top: auto;
}

@media (max-width: 768px) {
  .path-search .region-content {
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
  }
}

.path-search .tooltip-inner,
.path-search .tooltip {
  display: none !important;
}

/* Account Menu */
#block-stack-account-menu .navbar-nav > li > a {
  /*padding-left: 5px;
		padding-top: 0px;
		padding-bottom: 0px;*/
  /*display:none;*/
}

.nav-utility {
  padding: 0px;
}

#menu1 .header-link-col span,
#menu1 .header-link-col li a.dropdown__trigger {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}

#menu1 .header-link-col .dropdown__container li span {
  color: #000000;
  opacity: 1;
}

#menu1 .header-link-col li:not(:last-child) {
  /*margin-right: 2em;*/
  margin-right: 1em;
}

.header-site-name {
  font-size: 26px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: 'Lato';
}

.navbar-brand {
  float: unset;
  line-height: 35px;
}


.dropdown__content.col-md-4.col-sm-4 {
  max-width: 300px;
  font-size: 14px;
}
/* Desktop Size */
@media (min-width: 1200px) {
  #menu1 .header-logo-col {
    padding-bottom: 10px;
  }

  #menu1 .header-link-col {
    padding-top: 0px;
    font-size: 14px;
    padding-right:30px;

  }

  #menu1 .logo-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  #menu1 .site-title-col {
    padding-left: 10px;
    padding-right: 0px;
    /*padding-top: 25px;
    margin-left: -16px;*/
  }
  .site-branding {
    float: left;
  }
  /* Site Name */
  #menu1 .site-branding .navbar-brand {
    color: #ffffff;
    font-size: 34px;
    padding-bottom: 0px;
	padding-top: 7px;
    padding-left: 0px;
  }

  /* Site Slogan */
  #menu1 .site-branding .navbar-text {
    /*margin-left: 118px;*/
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -10px;
    font-size: 15.4px;
  }

  /* Site Logo */
  #menu1 .site-branding img.logo-dark {
    /*margin-top: -14px;*/
    margin-top: -7px;
  }
}

/* Tablet Size */
@media (min-width: 768px) and (max-width: 1199px) {
  #menu1 .header-link-col {
    padding-bottom: 10px;
  }

  /* Site Slogan */
  #menu1 .site-branding .navbar-text {
    /*margin-left: 118px;*/
    margin-top: 0px;
  }

  /* Site Name */
  #menu1 .site-branding .navbar-brand {
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 15px;
  }
}

/* Phone Size */
@media (max-width: 768px) {
  /*Adjust Contain for Sections */
  section .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .table-block .container{
    padding: 0px 30px !important;
  }

  .main-content {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  /* Adjust Slider Background */
  .slider-content {
    padding-top: 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* Set Logo Image Size */
  .nav-container .bar .logo {
    max-height: 80px;
    display: none;
  }

  .nav-container {
    background-color: #172b4c;
  }

  /* Site Slogan */
  .nav-container .site-branding .navbar-text {
    padding-left: 15px;
    margin-top: 0px;
    display: none;
    color: #ffffff;
  }

  /* Site Title */
  .nav-container .site-branding .navbar-brand {
    color: #ffffff;
    padding-left: 0px;
  }

  .hamburger-toggle i {
    color: #fff;
  }

  .bar .menu-horizontal {
    margin-left: 15px;
  }

  .typed-text {
    display: block;
    line-height: normal;
    height: 50px;
  }

  .typed-headline {
    margin-bottom: 0px;
  }

  .cta.cta--horizontal.text-center p {
    padding: 10px 0px;
  }

  .menu-horizontal > .dropdown > .dropdown__trigger:after {
    content: '\e80a';
    margin-left: 6px;
  }

  /*! -- Stack Dropdowns -- */
  .dropdown > .dropdown__trigger:after {
    font-family: 'stack-interface';
    display: inline-block;
    font-size: 16px;
    position: relative;
    bottom: 2px;
  }

  .imageblock > .container,
  .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 2.571429em;
    padding-bottom: 5.57142857em;
    float: none;
    overflow: hidden;
    text-align: center;
  }

  .switchable .switchable__text {
    padding: 0px 30px;
  }

  .switchable .field--type-text-long {
    padding: 0px 30px;
  }

  @media (max-width: 767px) {
    .paragraph--type--paragraph-image-bg-block.switchable
      .field--type-text-long {
      padding: 0px 10px !important;
    }
  }

  h2.main-content__title {
    font-size: 2em !important;
  }

  .img-title-col__text {
    font-size: 22px !important;
  }

  .dropdown.dropdown--active > .dropdown__container {
    display: block;
  }
}

/* 4.2 Side Bar Menu */

/*#block-careerssidebar-menu ul.menu > li > a:focus{
		color: darkblue;
	}	
	*/

.region-sidebar-first h2 {
  /*font-size: 1.2em;
		color: #284982;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 10px;*/
  /*font-size: 24px;*/
}

.region-sidebar-first ul.menu > li {
  line-height: normal;
}

.region-sidebar-first ul.menu > li:not(.last) {
  padding-bottom: 8px;
}

.region-sidebar-first ul.menu > li > a {
  padding: 0px;
  color: #000000;
  /*font-size: 19px;*/
  /*font-size: 1.188em;*/
  font-size: 1em;
  font-weight: normal;
}

.region-sidebar-first ul li:first-child {
  font-size: 1.2em;
  color: #284982;
  font-weight: 600;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  /*font-size: 24px;*/
}

.region-sidebar-first ul li:first-child a {
  font-size: 1.2em;
  color: #284982;
  font-weight: 600;
}

.region-sidebar-first {
  /*height: 89.85em;*/
  /*height: 40em;*/
  height: 35em;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  margin: 0px;
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 0px !important;
  bottom: 0px;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
  /*border-right: 1px solid #000000 !important;*/
  border-radius: 0px;
}

/*menu--test2*/
/*ul.menu--careers-sidebar{*/
.region-sidebar-first ul.menu {
  padding-top: 10px;
  padding-bottom: 10px;
  /*border-top: 1px solid #000000;*/
  border-bottom: 1px solid #000000;
}

/*ul.menu--careers-sidebar > li > a{*/

.region-sidebar-first ul.menu > li.active a {
  font-weight: bold !important;
  color: #284982; /* #284982 */
  /*color: #022A3A;
		opacity: 1 !important;*/
  /*background: url(/sites/default/files/images/DCPAS_arrow_sized2.png) no-repeat scroll center bottom;*/
  /*background: url(/sites/default/files/images/DCPAS_arrow_sized2.png) no-repeat;
		background-position: right;
		padding-bottom: 45px;*/
  /*display: block;
		padding-bottom: 33px;
		padding-top: 25px*/
}

/* ul.menu--careers-sidebar > li > a:focus,
	ul.menu--careers-sidebar > li > a:hover{*/

.region-sidebar-first ul.menu > li > a:focus,
.region-sidebar-first ul.menu > li > a:hover {
  background-color: transparent;
}

.region-sidebar-first {
  /*border-bottom: 0px !important;
		margin-bottom: 0px !important;*/
}

/* 4.3 Main Page Content */

/* All content blocks */
.main-content-col {
  padding-left: 0px;
  padding-right: 0px;
  border-left: 1px solid #000000 !important;
  background-color: #ffffff;
}

.main-content {
  /*padding: 25px 50px !important;*/
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  /*padding-bottom: 0px;*/
  word-wrap: break-word;
  background-color: #fff;
  /*border-left: 1px solid #000000;*/
  /*height: 11em;*/
}

.main-content span.default-font--lg {
  font-size: 1.2em;
}

.main-content h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: normal;
  font-weight: bold;
  color: #000000;
}

.main-content strong {
  font-weight: bold;
  color: #000000;
}

.main-content .unmarg--bottom {
  margin-bottom: 0px;
}

.main-content a:not(.btn) {
  color: #000000;
  text-decoration: underline;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
}

.main-content ul {
  color: #000000;
  /*font-size: 1.2em;*/
  font-size: 1.286em;
  font-weight: 400;
  display: block;
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 0px;
}

.main-content li {
  line-height: 1.5em;
}

h2.main-content__title {
  font-size: 3em;
  color: #284982;
  /* font-weight: 600; */
  text-transform: UPPERCASE;
}

h2.main-content__title.color--white{
	color: #FFFFFF;
}

.main-content .modal-instance,
.main-content__body,
.main-content__body ~ p {
  /*font-size: 1.2em;*/
  /*font-size: 1.286em;*/
  /*font-size: 1.357em;
		color: #000000;
		word-wrap: break-word;
		font-weight: 600;
		line-height: normal;*/
  margin-bottom: 15px;
}

/* Removes Drupal generated p tags */
.body-fix p.main-content__body,
.body-fix p.main-content__body ~ p:last-of-type {
  display: none;
}

/* 4.4 3-Column Centered */
.binoculars-container {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}

/* 4.5 Small Icon Grid */
.home-col-5 {
  background-color: #404349;
  color: #ffffff;
}

/*.small-icon-grid-container-col{
	
	}*/

.small-icon-grid-container {
  padding-left: 35px;
  padding-top: 10px;
}

.small-icon-grid {
  border-style: solid;
  border-color: #1f83c4;
  /* border-radius: 25px; */
  border-radius: 22px;
  border-width: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-table;
  padding-top: 10px;
  margin-bottom: 10px;
  /*margin-left: 29px;*/
  margin-left: 22px;
  overflow-wrap: break-word;
}

.small-icon-grid:hover {
  background-color: #ffffff;
  color: #000000;
}

.small-icon-grid i {
  display: inline-block;
  width: 60px !important;
  height: 60px;
}

.small-icon-grid:hover i.icon {
  display: none;
}

.small-icon-grid__image {
  margin-bottom: 5px;
}

.small-icon-grid__text {
  /*display: inline-block;
		
		font-size: 0.875em;
		width: 78px;
		text-align: center;
		line-height: normal;
		font-style: normal;*/

  display: none;
}

.small-icon-grid:hover .small-icon-grid__text {
  display: inline-block;

  font-size: 0.875em;
  /*width: 78px;*/
  width: 60px !important;
  height: 60px;
  text-align: center;
  line-height: normal;
  /*font-style: normal;*/
}

/* 4.6 Content 1 */
.content-1-container-col {
  padding-left: 0px;
  padding-right: 0px;
  /*padding-top: 100px;*/
  padding-top: 79px;
  text-align: center;
}

.content-1__link-text,
.content-1__link-text:link,
.content-1__link-text:visited,
.content-1__link-text:hover,
.content-1__link-text:active {
  color: #ffffff;
  text-decoration: underline;
}

/* 4.7 Image Vertial Rule */
.content-image-1-col {
  height: 185px;
  /*height: 229px;*/
}

.content-image-1 {
  position: relative;
  color: white;
  /*padding-top: 50px;*/
  padding-top: 10px;
  margin-left: 20px;
  height: 100%;
  text-align: center;
}

/*.content-image-1::before{
		background: lightgray none repeat scroll 0 0;
		content: "";
		height: 100%;
		position: absolute;
		left: -19px;
		transform: skew(-10deg);
		width: 3px;
		top: 1px;
	}*/

/* 4.8 Content 2 */
.content-2-container-col {
}

.content-2--v-center {
  /*margin-left: -60px;*/
  /*padding-top: 60px;*/
  padding-top: 20px;
  word-break: break-word;
}

h4.content-2__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}

.content-2__body {
  word-break: break-word;
}

/* 4.9 Buttons */
.content-image-2 {
  padding-top: 65px;
}

/* 4.10 Events */

/*.featured-events-3-col{
		background-color:#D3D3D3;
	}*/
/*.featured-event{
		background-color:#D3D3D3 !important;
	}*/

.featured-events {
  background-color: #d3d3d3;
}

.featured-event-col {
}

.featured-event-img-col {
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  /*font-size: 18px;*/
  /*width: 246px;
		height: 160px;*/
}

.featured-event-text-col {
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

.featured-event-text {
}

.featured-event-text__header-title {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  padding-right: 7px;
}

.featured-event-text__header-title--blue {
  /*color: #2F5597 !important;*/
  color: #192e52 !important;
}

.featured-event-text__pipe {
  color: #000000 !important;
  font-weight: bold;
}

/*.featured-event-text__pipe--dark{
		
	}*/

.featured-event-text__header-date {
  padding-left: 7px;
  color: #000000;
}

.featured-event-text__title-body {
  font-size: 1em;
  /*display: block;*/
  font-weight: bold;
  color: #000000;
  margin-bottom: 1px;
}

.featured-event__body + p {
  line-height: normal;
  color: #000000;
}

.featured-event__body + p a {
  text-decoration: underline;
  color: #000000;
}

/* Removes Drupal generated p tags */
p.featured-event__body,
p.featured-event__body ~ p:last-of-type {
  display: none;
}

/* 4.11 Footer */
.region-footer h2,
.region-footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.long-footer {
  background-color: #182b4c;
  padding-left: 30px;
  padding-right: 30px;
}

.region-footer a {
  font-size: 16px;
}

.region-footer a:hover {
  text-decoration: underline !important;
}

#block-footerlong1 {
  border-bottom: 1px solid #363636;
}

.block-footer--short {
  background-color: #0c0c0c;
  color: #ffffff !important;
  opacity: 1 !important;
  padding: 20px 30px !important;
}


.block-footer-content__item {
  margin-right: 0px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.block-footer-content__item span,
.block-footer-content__socicon-item {
  color: #ffffff !important;
  opacity: 1 !important;
}

@media (max-width: 780px) {
  .region-footer div:nth-of-type(n+2) > h4 {
      padding-top: 30px;
  }

  .container > div:nth-of-type(3) {
      padding-top: 30px;
  }

  .row:nth-of-type(3) [class='col-sm-3 col-xs-6']:nth-of-type(3), .row:nth-of-type(3) [class='col-sm-3 col-xs-6']:nth-of-type(4){
      margin-top: 30px;
  }
}


.icon--lg {
  font-size: 2.14285714285714em;
}

/* 4.12 FMA Images */
.fma-image-col {
}

.fma-image {
}

.fma-image--lg {
  /*height: 29.188em;*/
  height: 25.071em;
}

.fma-image__title {
  /*font-size: 1.35714286em;*/
  /*font-size: 1.714em;*/
  /*font-size: 1.875em;*/
  line-height: 1.36842105em;
}

.fma-col-3 .feature-7[data-overlay]:hover::before {
  opacity: 0.5;
}

.fma-col-3 .feature-7{
	background-color: #000000;
	color: #FFFFFF;
}



/* 4.13 Full Slider */
.slider-container--lg {
  margin-bottom: 0px !important;
}

.slider-container--lg .slides {
  /*margin-bottom: 0px;*/
  /*height: 313px;*/
}

.slider-container--md .slides {
  /*margin-bottom: 0px;*/
  height: 150px;
}

.top-slider-block.pager-pos--bottom
  .slider[data-paging='true']
  .flickity-page-dots {
  bottom: 0em;
  margin-bottom: -20px;
}

.top-slider-block .flickity-prev-next-button {
  background: transparent;
  opacity: 1;
  width: 80px;
  height: 80px;
}

.top-slider-block .flickity-prev-next-button .arrow {
  fill: white;
}

.top-slider-block .flickity-prev-next-button:before {
  content: normal;
}

.top-slider-block .flickity-prev-next-button svg {
  display: inline;
}

/*.slider-container-col{
		padding-left: 0px;
		padding-right: 0px;
	}
	.slides-container{
		height: 300px;
	}*/

/* 4.14 Full Image */
.full-image {
  /* height: 313px !important; */
  height: 22.357em;
}

/* 4.15 Full Video */

/* 4.16 Featured Image Gallery */

/*.featured-image-gallery .feature.boxed {
		
	}*/
.featured-image-gallery {
  background-color: #000000;
}

.featured-image-gallery .imagebg {
  cursor: pointer;
}

.featured-image-gallery .boxed:not([class*='bg-']),
.featured-image-gallery .background-image-holder {
  background-color: #000000 !important;
  background: #000000;
  /*background-color: unset;*/
}

.featured-image-col--black {
  background-color: #000000;
  border: 1px solid #000000;
  outline: none;
}

.featured-image-col--black .imagebg {
  /*height: 17.214em;*/
  height: 21.014em;
}

.featured-image-gallery .content-container {
  /*height: 350px;*/
  height: 265px;
  position: relative;
  /*border: 3px solid green;*/
  /*width:50%;*/
}

.featured-image-gallery .content-container > .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-wrap: anywhere;
  width: 100%;
}

h2.pos-vertical-bottom,
h2.pos-vertical-bottom-2,
h2.featured-image-title {
  font-size: 1.35714286em;
  line-height: 1.36842105em;
}

h2.featured-image-title {
  font-weight: 600;
}

.pos-vertical-bottom {
  position: relative;
  top: 95%;
  transform: translateY(-95%);
  -webkit-transform: translateY(-95%);
}

.pos-vertical-bottom-2 {
  position: relative;
  top: 75%;
  transform: translateY(-95%);
  -webkit-transform: translateY(-95%);
}

.pos-vertical-bottom-3 {
  position: relative;
  top: 85%;
  transform: translateY(-95%);
  -webkit-transform: translateY(-95%);
}

.pos-vertical-bottom-5 {
  padding: 20px;
  transform: translateY(-95%);
  -webkit-transform: translateY(-95%);
  line-height: normal;
}

h3.pos-vertical-bottom,
h3.pos-vertical-bottom-3 {
  /* font-size: 1.78571429em; */
  font-size: 1.35714286em;
}

/* 4.17 User Login Page */
.login-form .user-login-form input,
.login-form .user-login-form button,
.login-form span.type--fine-print {
  display: none;
}

.simplesamlphp-auth-login-link {
  /*background-color: #4a90e2;
	  color: #FFFFFF;
	  border-color: #4a90e2;
	  border-radius: 6px;
	  padding-top: 0.46428571em;
	  padding-bottom: 0.46428571em;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 0.85714286em;
	  font-weight: 700;
	  width: 100%;*/
}

.simplesamlphp-auth-login-link:hover {
  /*text-decoration: none;*/
}

/* 4.18 Image Edge */
.media-img-edge {
  background-color: #e6e6e6;
  padding-left: 50px;
}

.media-img-edge-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  /*padding-left: 50px;*/
  padding-right: 50px;
}

.media-img-edge p.main-content__body + div > p {
  font-size: 1.2em !important;
  color: #000000;
  word-break: break-all;
}

.media-img-edge .main-content__title {
  padding-top: 20px;
}

.media-img-edge .main-content__body {
  margin-bottom: 0px;
}

/* 4.19 Sidebar Breadcrumb */
.sidebar-breadcrumb {
  /*background-color: #D3D3D3;*/
  /* #2F5597 , #182B4C*/
  /*background-color: #284982;
		color: #FFFFFF;
		padding-left: 5px;*/
  /*display:none;*/
}

#postscript {
  /*background-color: #404349;*/
  background-color: #284982;
}

.postscript_first .breadcrumb {
  position: absolute;
  bottom: 100%;
  background-color: #284982;
  color: #ffffff;
  width: 16.35%;
  border-radius: 0px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.postscript_first .breadcrumb > li,
.postscript_first .breadcrumb > li > a {
  margin-bottom: 0px;
  /*padding-left: 5px;*/
  color: #ffffff;
  display: inline;
}

.postscript_first .breadcrumb > li > a {
  color: #ffffff;
  text-decoration: underline;
}

.postscript_first .breadcrumb > li.active {
  display: none;
}

.postscript_first .breadcrumb > li + li:before {
  padding: 0 1px;
  /*color: #ccc;*/
  /*content: "/\00a0";*/
  color: #ffffff;
  content: ' \003E';
}

/* 4.20 User Right Version */
.region-user-right {
  position: absolute;
  top: 50px;
  right: 50%;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

/* 4.21 Bottom Carousel Categories */
.bottom-carousel-categories {
  background-color: #404349;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.categories-title {
  /*padding-bottom: 10px;*/
  padding-bottom: 2px;
}

.categories-title__text {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
}

.categories-title__divider {
  background-color: #2a76a3;
  color: #2a76a3;
  border: 2px solid #2a76a3;
  width: 70%;
  margin: auto;
  border-radius: 7px 7px 7px 7px;
}

.categories-info-link {
  padding-top: 10px;
}

.col-num-1 .categories-info-link {
  /*padding-left: 45px;*/
  text-align:center;
}

.col-num-2 .categories-info-link {
  text-align:center;
  
}

.categories-info-link, 
.categories-info-link a
{
  font-size: 20px;
}

.categories-info-link a {
  color: #ffffff;
  text-decoration: underline;
}

.categories-col {
/*  padding-top: 20px;
  margin-left: 50px;*/
}

.carousel-col {
}

.categories-body a {
  color: #ffffff;
}

.categories-body .item-list span{
	
}


.categories-body .item-list ul {
  line-height: normal;
}

.categories-body .item-list ul > li {
  padding-top: 8px;
  font-size: 18px;
}

/*.categories-body{
		line-height: normal;
	}
	
	.categories-body .views-field{
		padding-bottom: 10px;
	}*/

.col-num-1 .categories-body {
  column-count: 1;
  /*padding-left: 45px;*/
  padding-left: 81px;
}

.col-num-2 .categories-body {
  column-count: 2;
  /*padding-left: 81px;*/
 
}

.col-num-3 .categories-body {
  column-count: 3;
}

.bottom-carousel-categories .flickity-prev-next-button {
  background: transparent;
  opacity: 1;
  width: 60px;
  height: 60px;
}

.bottom-carousel-categories .flickity-prev-next-button .arrow {
  fill: white;
}

.bottom-carousel-categories .flickity-prev-next-button:before {
  content: normal;
}

.bottom-carousel-categories .flickity-prev-next-button svg {
  display: inline;
}

.bottom-carousel-categories .flickity-prev-next-button.next {
}

.bottom-carousel-categories .flickity-prev-next-button.next {
  right: -50px;
}

.bottom-carousel-categories .flickity-prev-next-button.previous {
  left: -50px;
}

.field--name-field-job-categories .views-row{
margin:unset;

}

@media (max-width: 768px){
  .categories-body {padding: 20px 30px; }
}



/* 4.22 Image Icon Row */
.image-icon-row,
.tab-image-icon-row
{
  background-color: #404349;
  color: #FFFFFF;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.tab-image-icon-row ul.tabs {
	/*width: 16.66666667%;*/
	border: none;
	margin-bottom: 0px;
}

.tab-image-icon-row li.tab-content-box {
	border:none;
	display: inline-block;
	/*width: 16.66666667%;*/
	color: #FFFFFF;
	opacity: 1;
}

.tab-image-icon-row li.tab-content-box i.icon,
.tab-image-icon-row .img-icon-col a,
.tab-image-icon-row .img-icon-col p
{
	color: #FFFFFF;
}

.img-title-col__text,
.img-title-col__text h3 {
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.img-title-col__dark-text {
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

hr.img-title-col__divider {
  background-color: #2a76a3;
  color: #2a76a3;
  border: 2px solid #2a76a3;
  width: 16%;
  margin: auto;
  border-radius: 7px 7px 7px 7px;
  opacity: 1 !important;
}

.img-icon-col {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}

.img-icon-col:not(:last-child) {
  /*margin-left: 40px;*/
}

.img-icon-col__content {
  margin-bottom: 0px;
}

.img-icon-col__content,
.img-icon-col__content + div,
.img-icon-col__content + div p,
.img-icon-col__content + div p a {
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
}

.img-icon-col__link-text,
.img-icon-col__link-text:hover {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
}

/* 4.23 Table */
.table-block {
}

.table-container {
  border-collapse: collapse;
  width: 90%;
  border: 1px solid #707070;
  margin-left: 65px;
}

/*.table-container tr:not(:last-of-type) {
		border-bottom: 1px solid #707070;
		background-color: #FFFFFF;
		color: #000000;
	}*/

.table-container tr:not(:last-of-type) {
  border-bottom-color: #707070;
}

.table-container tr {
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
  color: #000000;
}

.table-container td,
.table-container th {
  /*border: 1px solid #ddd;*/
  padding: 8px;
}

/*.customers tr:nth-child(even){background-color: #f2f2f2;}*/

.table-container tr:hover {
  background-color: #ddd;
}

.table-container th {
  /*padding-top: 12px;
	  padding-bottom: 12px;*/
  text-align: left;
  background-color: #284982;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.table-container-title {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 11px;
  color: #000000;
}

/* 4.24 Tab 2 Content */
.tab-2-content {
  /*padding-left: 50px;*/
  padding-bottom: 30px;
  text-align: center;
  /*padding-right: 20px;*/
}

.tab-2-content ul.tabs-content {
  padding-left: 65px;
  padding-right: 20px;
}

/*.tabs-center .tabs{
		margin: auto;
	}*/
/*.tabs-division-container ul.tabs{
		margin: auto;
	}*/

.tabs-h-right ul.tabs {
  margin-left: auto;
}

.tabs-h-left ul.tabs {
  margin-right: auto;
}

.tabs-h-center ul.tabs {
  margin: auto;
}

.tab-2-content.tab-pad-20 .tab-content-box {
  margin-right: 20px;
}

.tab-2-content.tab-pad-40 .tab-content-box {
  margin-right: 40px;
}

.tabs .tab__title i + span {
  min-width: 106px;
}

.tab-2-content .tabs > li {
  /*display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;*/
  display: inline-grid;
}

.tab-2-content__icon {
  text-align: center;
  color: #000000;
  padding-bottom: 5px;
  font-size: 4em;
}

.tab-2-content__icon-title {
  text-align: center;
  line-height: normal;
}

.tab-2-content .tabs li.active .tab__title span,
.tab-2-content .tabs li.active .tab__title .tab-2-content__icon {
  color: #ffffff;
  /*color: #4a90e2;*/
}

.tab-2-content .tabs li .tab__title {
  position: relative;
}

.tab-2-content .tabs li .tab__title div {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab-2-content .tab-content-box {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34902);
  border-radius: 10px;
  width: 160px;
  height: 200px;
  margin-right: 7px;
}

.tab-2-content .tab-content-box.active {
  background: #284982;
  color: #ffffff;
  border: 1px solid #284982;
}

.tab-2-content .tab__content div p {
  font-size: 1.13em;
}

/*.tab-2-content .tab__content a,*/
.tab-2-content .tab__content {
  font-size: 1.2em;
  color: #000000;
  text-align: left;
  font-weight: 400;
  line-height: normal;
}

.tab-2-content ul.tabs-content {
  padding-left: 65px;
  padding-right: 20px;
  margin: 0px auto;
  max-width: 1260px;
}

.tab-2-content .tab__content a {
  color: #000000;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.tab-2-content .tab__content h3 {
  /*font-size: 1.4em;*/
  font-size: 1.2em;
  font-weight: bold;
  /*color: #000000;*/
  color: #284982;
  margin-bottom: 5px;
}

.tab-2-content .tabs li:not(.active) {
  /*opacity: .5;*/
  opacity: 1;
}

/* 4.25 Accordions */
.accordian-block {
  padding-left: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.accordian-custom {
  padding-left: 50px;
  padding-bottom: 15px;
}

/*.accordian-block .accordion li{
		clear: both;
	}*/

.accordian-custom .accordion__content p,
.accordian-block .accordion__content p {
  /*font-size: 1.2em;*/
  font-size: 1.357em;
  font-weight: 600;
  color: #000000;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.accordian-custom .accordion__content a,
.accordian-block .accordion__content a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}

.accordian-custom .accordion__title {
}

.accordian-custom .accordion li .accordion__title,
.accordian-block .accordion li .accordion__title {
  margin-bottom: 0px;
  padding-bottom: 0px; /*Remove to use default padding */
  padding-top: 0px; /*Remove to use default padding */
  opacity: 1;
  border: none;
}

.accordian-custom .accordion__title span,
.accordian-block .accordion__title span {
  /*font-size: 1.3em;*/
  font-size: 1.357em;
  line-height: normal;
  color: #000000;
  font-weight: 600;
  display: inline;
  /*color: #000000;
		word-wrap: break-word;*/
}

.accordian-custom .accordion__title span.color--blue {
  color: #284982;
}

.accordian-custom .accordion li.active .accordion__content,
.accordian-block .accordion li.active .accordion__content {
  /*Default*/
  /*max-height: 500px;*/
  max-height: 1200px;
}

/* 4.26 Small Slider */
.small-slider {
}

.small-slider .slides {
  height: 150px;
}

.slider[data-paging='true']:not(section) {
  margin-bottom: 0px;
}

/* 4.27 Slide Up Partial */
.box-slide-title,
.box-slide-title + div > p,
.box-slide-content,
.box-slide-content + div {
  display: none;
}

/*[data-overlay]:hover:before{
		top:50%;
	}*/

/*.slide-up-partial [data-overlay]:focus:after,*/

.slide-up-partial .featured-image-col--black .box-title .block:focus,
.slide-up-partial [data-overlay]:hover:after {
  position: absolute;
  content: '';
  background: #0076a9;
  width: 100%;
  height: 100%;
  top: 55%;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}

.slide-container {
  /*padding-top: 40px;*/
  border: 5px solid red;
  position: absolute;
  bottom: 0px;
  width: 80%;
  height: 45%;
}

.slide-up-partial-not-4.slide-up-partial
  .featured-image-col--black:nth-child(4)
  [data-overlay]:hover:after {
  display: none;
}
/*.featured-image-col--black .box-slide-content + div {
		color: #FFFFFF;
	}*/
/*.slide-up-partial .featured-image-col--black:hover .box-slide-content + div{
		
	}*/

.slide-up-partial .featured-image-col--black .box-title .block:focus,
.slide-up-partial .featured-image-col--black:hover .box-slide-title,
	.slide-up-partial .featured-image-col--black:hover .box-slide-title + div > p,
	.slide-up-partial .featured-image-col--black:hover .box-slide-content,
	.slide-up-partial .featured-image-col--black:hover .box-slide-content + div
	/*.featured-image-col--black:hover .box-slide-content + div > p*/
 {
  display: block;

  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-up-partial-not-4.slide-up-partial .featured-image-col--black:nth-child(4):hover .box-slide-title,
	.slide-up-partial-not-4.slide-up-partial .featured-image-col--black:nth-child(4):hover .box-slide-title + div > p,
	.slide-up-partial-not-4.slide-up-partial .featured-image-col--black:nth-child(4):hover .box-slide-content,
	.slide-up-partial-not-4.slide-up-partial .featured-image-col--black:nth-child(4):hover .box-slide-content + div
	/*.featured-image-col--black:hover .box-slide-content + div > p*/
 {
  display: none;
}

/* Line Animation */
/*.featured-image-gallery .featured-image-col--black:hover h3:before{
		content: '';
	position: absolute;
	width: 60%;
	height: 0;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
	-o-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in,-webkit-transform .2s ease-in;
	transition: transform .2s ease-in,-webkit-transform 1s ease-in;
	margin: 0 auto;
	bottom: -12px;
	left: 20%;
	-webkit-animation: c .6s .7s;
	animation: c .6s .7s;
		animation-name: c;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-delay: 0.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	}*/

.featured-image-gallery.slide-up-partial
  .featured-image-col--black:hover
  h3:not(.box-slide-title) {
  display: none;
}

.slide-up-partial .featured-image-col--black .box-title .block:focus,
.slide-up-partial .featured-image-col--black:hover .box-slide-title {
  top: auto;
  font-size: 1.1em;
  padding-top: 5px;
  line-height: normal;
  /*top: 20%;
		transform: translateY(-20%);
		overflow-wrap: break-word;*/
}

/*.slide-up-partial .featured-image-col--black:hover h3.box-slide-title{
		
	}*/
.slide-up-partial .featured-image-col--black .box-title .block:focus,
.slide-up-partial .featured-image-col--black:hover .box-slide-content + div {
  position: relative;
  color: #ffffff;
  padding-top: 1px;
  margin-top: 140px;
  line-height: normal;
  /*top: 20%;
		transform: translateY(-20%);
		overflow-wrap: break-word;*/
}

.slide-up-partial .featured-image-col--black .box-title .block:focus,
.slide-up-partial .featured-image-col--black:hover .box-slide-content,
.slide-up-partial
  .featured-image-col--black:hover
  .box-slide-content
  + div
  + p {
  margin-bottom: 0px;
}

.slide--blue .featured-image-col--black:hover [data-overlay]:before {
  /* blue */
  /*background-color: #0076a9;*/
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  25% {
  }
  50% {
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes c {
  0% {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  25% {
  }
  50% {
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* 4.28 Image Popup Slider */
.image-popup-slider {
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-popup-slider .image-container {
  height: 390px;
  position: relative;
  /*border: 3px solid green;*/
  width: 300px;
  /*width:50%;*/
}

.image-popup-slider .image-container > .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-popup-slider .popup-link {
  cursor: pointer;
}

.image-popup-slider.pad-40 .categories-col {
  padding-top: 40px;
}

.image-popup-slider.pad-50 .categories-col {
  padding-top: 50px;
}

.image-popup-slider .categories-col {
  text-align: center;
  padding-top: 0px;
  /*top: 50%;
		transform: translateY(50%);*/
  /*margin: 0;
	  position: absolute;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);*/

  /*top: 50%;
		transform: translateY(50%);*/
  /*position: relative;*/
}

.image-popup-slider .image-content,
.image-popup-slider .image-content + div > p {
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  font-size: 1.357em;
}

.image-popup-title div > p {
  font-size: 1.9em;
  font-weight: bold;
  background-color: #284982;
  color: #ffffff;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 9px;
}

.image-popup-content {
  height: 350px;
  overflow-y: scroll;
}

.image-popup-content div > p:first-child {
  padding-top: 25px;
}

.image-popup-content div > p {
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
}

.image-popup-content,
.image-popup-content div > p,
.image-popup-content + div > p {
  color: #000000;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
  /*font-size: 1.357em;*/
  font-size: 1.188em;

  /*padding-top: 2px;*/
  /*overflow-y: scroll;*/
}

.image-popup-slider h3 {
  font-size: 1.429em;
  font-weight: bold;
  color: #000000;
}

.image-popup-content h3 {
  font-size: 1.357em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 3px;
  padding-left: 25px;
}

.image-popup-content div > p > a {
  color: #000000;
  text-decoration: underline;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
}

.image-popup-button {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 25px;
}

/* 4.29 Media Image Wrap Block */
.media-image-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
}

.media-image-wrap img {
  margin-top: 20px;
}

.media-image-wrap h3 {
  font-size: 2.063em;
  font-weight: bold;
}

.media-image-wrap-text,
.media-image-wrap-text + div p {
  font-size: 1.357em;
  color: #000000;
  word-wrap: break-word;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  display: block !important;
}

.media-image-wrap-text + div p.color--white {
  color: #ffffff;
}

.media-image-wrap-text + div p a {
  color: #000000;
  text-decoration: underline;
  line-height: normal;
  font-weight: 400;
  cursor: pointer;
}

/* unordered list style */
ul.ul--standard {
  color: #000000;
  font-size: 1.357em;
  font-weight: 400;
  display: block !important;
  padding-left: 40px;
  margin-bottom: 10px;
  list-style-type: disc;
  overflow-wrap: break-word;
  line-height: normal;
  list-style-position: inside;
}

/* 4.30 Title Underline Block */
.title_underline {
  padding-bottom: 30px;
  padding-top: 25px;
}

/* 4.31 Slider Content Block */
.slider-content {
  padding-top: 30px;
  /*padding-left: 50px;*/
  padding-left: 50px;
  padding-right: 50px;
}

.slider-content .container {
  padding-left: 0px;
}

.slider-content h2.main-content__title {
  margin-bottom: 0px;
}

.slider-content .media-image-wrap-text + div ul{
	/*list-style: none;*/
	list-style: inside;
}

.slider-content .media-image-wrap-text + div ul li::marker{
	content: '\25BA  ';
	white-space: pre;
}

/*.slider-content ul.color--white li:before{
	content: ' \25B7';
}*/


/* 4.32 Tab Division Item */
.tabs-division-container {
  /*padding-left: 50px;*/
  /*height: 281px;*/
  /*height: 375px;*/
  /*height: 365px;*/
  margin-top: 50px;
  /*padding-right: 35px;*/
}

.tabs-division-container ul.tabs > li:hover .tab-content__hover + div p,
.tabs-division-container ul.tabs > li:hover .tab-content__hover + div p a {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
}

.tabs-division-container ul.tabs > li:hover .tab-content__link {
  display: none;
}

.tabs-division-container ul.tabs > li:hover .tab-content {
  background-color: #284982;
  border-radius: 0px 0px 10px 10px;
}

.tabs-division-container ul.tabs > li:hover .tab-img-container {
  border-radius: 10px 10px 0px 0px;
  border-color: #284982;
}

.tabs-division-container ul.tabs {
  display: table;
  border: none;
}

.tabs-division-container ul.tabs > li {
  opacity: 1;
  padding: 5px 15px;

  /*top: -20px;
		position: relative;*/
  display: table-cell;
  border: none;
}

.tabs-division-container.col-5 ul.tabs > li {
  margin-left: 15px;
}

.tab-img-container {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  width: 190px;
  height: 190px;
  /*border-radius: 10px 10px 0px 0px;*/
}

.tabs-division-container .tab-content {
  width: 190px;
}

.tabs-division-container .tab-img-container.featured-item svg {
  /*display: block;*/
}

.tab-img-container svg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -21px;
  margin-top: -26px;
}

.tabs-division-container .tab-img-container.featured-item span.label {
  display: inline-block;
  top: .13809524em;
  right: .13809524em;
  background-color: #182b4c;
  color: #FFFFFF;
}

.tabs-division-container .tab-img-container span.label {
  display: none;
}

.tab-img-container__img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
}

.tab-img-container__img img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab-division-item {
}

.tab-division-item:hover .tab-image {
}

.tab-division-item:hover .tab-content__hover {
}

.tab-content {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.tabs-division-container .tab-content__link,
.tabs-division-container .tab-content__link a {
  margin-bottom: 0px;
  /*font-size: 1.165em;*/
  /*font-size: 1.12em;*/
  font-size: 15.5px;
  display: block;
}

.tab-content__link a {
  text-decoration: underline;
}


.tabs-division-container .tab-content__hover,
.tabs-division-container .tab-content__hover + div p,
.tabs-division-container .tab-content__hover + div p a {
  margin-bottom: 0px;
  display: none;
  color: #ffffff;
  line-height: normal;
  /*font-size: 1.12em;*/
  /*font-size: inherit;*/
  font-size: 15.5px;
  font-weight: 600;
}

.tabs-division-container .tab-content__hover + div p a {
  /*color: #FFFFFF;
		line-height:normal;
		font-size: 1.12em;*/
  /*font-size: inherit;*/
}

/*#svgelem {
	   position: relative;
	   left: 10%;
	   -webkit-transform: translateX(-20%);
	   -ms-transform: translateX(-20%);
	   transform: translateX(-20%);
	}*/

  .feature-large-2 ul.tabs {
    border: 1px solid #ececec !important;
    color: #fff;
}

.tabs-container .h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.tab__content ul {
  list-style: inside;
  font-size: 16px;
}

.tab__content ul ul {
  margin-left: 20px;
}

.tab__content ul li {
  margin-bottom: 15px;
}

.tabs li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding: 0.92857143em 0.85714286em;
  vertical-align: middle;
}

.tabs-container span.h5 {
    max-width: 190px;
    vertical-align: top;
}


.tab__title {
     vertical-align: top;
}

.slider-content h2.main-content__title {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
  .tabs-division-container.col-5 ul.tabs > li {
    margin-left: unset; 
  }

  .tab-img-container {
    margin: 0px auto;
  }

  .tabs-division-container .tab-content {
    margin: 0px auto;
  }
}

/* 4.33 Custom Modal */
.custom-modal {
}

.custom-modal .popup-title {
  font-size: 1.9em;
  font-weight: bold;
  background-color: #284982;
  color: #ffffff;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 9px;
}

.custom-modal .popup-content {
  /*color: #000000;
		line-height: normal;*/
  /*margin-bottom: 3px;*/
  /*font-size: 1.357em;*/
  /*font-size: 1.188em;*/
  padding-top: 20px;
  padding-bottom: 20px;
  height: 350px;
  overflow-y: scroll;
}

.custom-modal .popup-content p {
  margin-bottom: 0px;
  /*color: #000000;
		line-height: normal;*/
  /*margin-bottom: 5px;*/
  /*font-size: 1.357em;*/
  /*font-size: 1.188em;*/
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.custom-modal .popup-content h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 3px;
  padding-left: 25px;
}

.custom-modal .popup-button {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.modal-container .modal-content {
  height: auto;
  overflow: unset;
}

/* 4.34 Contact Us */
.contact-us {
  margin-top: 35px;
  margin-bottom: 60px;
  /*margin-left: 50px;*/
  margin-left: 100px;
}

.contact-header {
  margin-bottom: 25px;
}

.contact-header__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-header__sub-title {
  font-size: 19px;
}

.contact-header__help-text,
.contact-header__help-text-asterisk{
	/*font-size: 15px;*/
	font-size: 1.071em;
	font-style: italic;
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
	*/
}
.contact-header__help-text-asterisk::after{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
	background-size: 10px 7px;
    content: ' ';
    display: inline-block;
    vertical-align: super;
    line-height: 1;
    height: 7px;
    width: 10px;
    margin-left: 3px;
}

.contact-us .contact-form button.webform-button--submit,
.contact-us .contact-form button#edit-submit {
  background-color: #284982;
  border-color: #284982;
  font-size: 16px;
  font-family: 'Lato' !important;
}

.contact-info {
  padding-left: 65px;
  padding-right: 65px;
}

.contact-info__address-title {
  font-size: 17px;
}

.contact-info__address {
  line-height: normal;
}

.contact-info__image {
}

.form-subscribe {
  width: 100%;
}

.form-subscribe label {
  font-size: 14px;
}

.contact-us .error-msg {
  color: #d84d4d;
  /*color: #79242f;*/
  font-style: italic;
  display: inline;
  font-weight: bold;
}

.contact-us .attempted-submit .field-error {
  border-color: #d84d4d !important;
  /*border-color: #79242f !important;*/
}

.contact-us .control-label {
  font-size: 1.1em;
  color: #000000;
}

.contact-us .form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: ' ';
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
  margin-left: 3px;
}

	
#edit-field-contact-message-0-format{	
	display:none;	
}	
#edit-preview{	
	display: none;	
}	


/* 4.35 Job Exploration Tool */

.breadcrumb {
  display: none;
}

.jet-container {
  background: #fff;
}

.jet-content {
  padding: 60px 100px;
  background: #fff;
  max-width: 1020px;
  margin: 0px auto;
}

.jet-content-steps {
  padding: 60px 100px;
  background: #fff;
  margin: 0px auto;
}

.jet-section-body-text {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #000;
}

.jet-btn {
  background-color: #284a82 !important;
  font-size: 18px;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
}

.jet-btn:hover,
.jet-btn:focus,
.jet-btn.focus {
  color: #fff;
  text-decoration: none;
  background-color: #2d518f;
}

.jet-select-fields {
  background-color: #284a82;
  font-size: 1.3em;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
  text-align: left;
}

.dropdown-menu {
  left: 15px !important;
}

#jet-progressbar {
  position: absolute;
  left: 35px;
  overflow: hidden;
  color: #e53935;
}

#jet-progressbar li {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 36px;
}

#jet-progressbar .step0:before {
  content: '';
  color: #fff;
}

#jet-progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 27px;
  display: block;
  font-size: 20px;
  background: #fff;
  border: 3px solid #1b3054;
  border-radius: 50%;
  margin: auto;
}

#jet-progressbar li.star:before {
  background: #00c151;
  font-family: FontAwesome;
  content: '\f005';
}

#jet-progressbar li:after {
  content: '';
  width: 3px;
  height: 36px;
  background: #182c4e;
  position: absolute;
  left: 13px;
}

#jet-progressbar li:last-child:after {
  top: 147px;
  height: 0px;
}

#jet-progressbar li.active:before {
  background: #00c151;
  font-family: FontAwesome;
  content: '\f00c';
}

.mb-5,
.my-5 {
  margin-bottom: 2.2rem !important;
  color: #182e4f;
  text-transform: capitalize;
  font-size: 16px;
}

.card1 {
  margin-left: 70px;
  z-index: 0;
  border-right: 1px solid #f5f5f5;
}

#jet-step-number {
  width: 60px;
  height: 60px;
  line-height: 19px;
  display: block;
  font-size: 32px;
  background: #fff;
  border: 8px solid #e3e8f1;
  border-radius: 50%;
  margin: auto;
  padding: 11px 2px 0 0;
  font-weight: 900;
  color: #2d508e;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.jet-h2-heading {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-top: 50px;
  color: #284982;
}

.jet-h3-heading {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #284982;
  margin-bottom: 50px;
}

.jet-h4-heading {
  font-size: 16px;
  font-weight: 900;
  color: #284982;
  padding: 8px 10px;
  border: 1px solid #284982;
  border-radius: 8px;
  background: rgba(61, 64, 149, 0.1);
}

input.jet-checkbox-dropdown {
  display: none;
}

.jet-checkbox-selected .jet-h5-heading {
  background: #172b4c;
  color: #fff;
}

.jet-h5-heading {
font-size: 16px;
font-weight: 400;
vertical-align: text-bottom;
border: 1px solid #172b4c;
margin: 20px 0px;
border-radius: 5px;
padding: 20px 5px;
background: #ffffff;
color: #172b4c;
text-align: center;
cursor: pointer;
}

.jet-step-button {
vertical-align: middle !important;
}

.jet-checkbox-selected {
background: rgba(61, 64, 149, 0.1);
border-radius: 6px;
padding: 0px 6px;
margin-left: -5px;
}

.jet-step-button {
  font-size: 16px !important;
  font-weight: 400;
  background: #284982;
  padding: 5px 20px;
  border: 1px solid #284982;
  border-radius: 8px;
  /* width: fit-content; */
  margin: 0px auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.jet-step-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2d518f;
}

.jet-step-button i {
  padding-left: 10px;
}

.jet-step-choice {
  font-size: 16px;
  font-weight: 400;
  color: #284982;
  padding: 8px 10px;
  border: 1px solid #284982;
  border-radius: 8px;
  width: 300px;
  margin: 20px auto;
  background: #fff;
  text-align: center;
}
.jet-step-choice-selected {
  border: 3px solid #284982;
  background: #284982 !important;
  color: #fff !important;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.jet-checkbox-dropdown {
  padding: 0px !important;
  margin: 0px !important;
  width: 20px !important;
  line-height: 17px !important;
  height: 17px;
  border: 1px solid #3a3a3a !important;
  border-radius: 6px !important;
  -webkit-appearance: auto !important;
  vertical-align: middle !important;
}

/*.jet-checkbox-selected {
  background: rgba(61, 64, 149, 0.1);
  border-radius: 6px;
  padding: 6px 6px;
  margin-left: -5px;
}*/

.jet-buttons {
  margin-top: 60px;
}

.jet-buttons div[class*='col-sm']:first-child {
  text-align: right;
}

.button-group {
  margin-top: 30px;
}

.jet-back-button {
  color: #284982;
  /*width: 50px;*/
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: right !important;
}

.jet-civilian-careers {
  background: #ffffff;
  border: 3px solid;
  border-color: #284982 !important;
  box-sizing: border-box;
  border-radius: 8px;
  color: #284982;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 10px;
  text-decoration: none;
}
.jet-civilian-careers:hover {
  background: #ffffff;
  border: 3px solid;
  border-color: #284982 !important;
  box-sizing: border-box;
  border-radius: 8px;
  color: #284982;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 10px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.jet-start-over-button {
  background: #ffffff;
  border: 1px solid;
  border-color: #284982 !important;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 60px;
  color: #284982;
  text-decoration: none;
}

.jet-start-over-button:hover {
  background: #ffffff;
  border: 1px solid;
  border-color: #284982 !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 16px;
  padding: 6px 60px;
  font-weight: 700;
  color: #284982;
  text-decoration: none;
}

.jet-result-card2 {
  width: 90%;
  border: 2px solid #284982;
  box-sizing: border-box;
  border-radius: 8px;
  float: left;
  margin-right: 40px;
  padding-bottom: 20px;
}

.jet-result-card2 img {
  margin-bottom: 20px;
  max-width: 300px;
  max-height: 200px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 20% 10%;
}

.jet-result-header {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
  margin-bottom: 10px;
  height: 60px;
  vertical-align: middle;
}

.jet-result-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
  height: 120px;
  display: block;
}

.jet-result-card2-body {
  padding: 10px 20px;
}

.jet-content-steps .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px 20px;
}

.jet-content-steps .flickity-prev-next-button.next {
  right: -20px;
}

.jet-content-steps .flickity-prev-next-button.previous {
  left: -20px;
}

.jet-content-steps .flickity-slider li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.jet-content-steps .flickity-slider li > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  
.jet-content-steps {
  padding: 60px 20px;
}

.jet-content-steps .col-sm-9 .button-group-top:last-child {
  padding-top: 40px;
}

.jet-civilian-careers, .jet-start-over-button {
  display: block;
  margin-bottom: 20px;
}

.col-sm-12.jet-buttons,.jet-buttons .col-sm-6.col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}


.jet-section-body-text {
  padding-top: 20px;
}

.jet-btn, .jet-back-button {
  width: 100%;
  text-align: center !important;
  border: 2px solid #284a82;
}

.jet-content-steps .row .col-sm-12 {
  margin-top: 40px;
}

.jet-content-steps .col-sm-9 .row .col-xs-12:nth-child(2) {
  margin-bottom: 40px;
}
.jet-buttons div[class*='col-sm']:first-child {
  text-align: right;
  margin-bottom: 10px;
}

#jet-progressbar{
left:70px;
}

.card1 {
margin-left: 140px;
z-index: 0;
border-right: none;
padding-bottom: 20px;
}
}

.jet-input {
  position: absolute;
  opacity: 0;
}


/* 4.36 Job Listings Table */
.job-listings-table {
    
}

.job-listings-table .tableWrapper:not(.error) .jobListingData {
    float: left;
    display: block;
	width: 100%; 
    /*margin-left:100px;*/
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

#jobListings tbody tr td.sorting_1 a{
	text-transform: uppercase;
  color: #284982;
}

#jobListings thead tr th:nth-child(4):before,
#jobListings thead tr th:nth-child(5):before,
#jobListings thead tr th:nth-child(4):after,
#jobListings thead tr th:nth-child(5):after {
    display:none;
	pointer-events: none;
}

#jobListings thead tr th.sorting:nth-child(4),
#jobListings thead tr th.sorting:nth-child(5){
	cursor: default;
	pointer-events: none;
}

.job-listings-table .table-container-title + p{
	display: none;
}



/* 4.37 Maps */
.map{
	
}

.map h1{
	font-size: 21px;
}

.map .gm-style .gm-style-iw .body-content,
.map .gm-style .gm-style-iw .body-content p{
	color: #000000;
	font-size: 14px;
}

.map .gm-style .gm-style-iw {
	color: #000000;
	font-size: 14px;
}

.map .gm-style .gm-style-iw a{
	color: #2275d7;
	text-decoration: underline;
}

.map .job-listing{
	text-transform: uppercase;
}

.map .map-container{	
	min-height: 600px;		
}

.map .map-container,
.map .map-container > div{
	background: #FFFFFF url(/sites/default/files/2021-08/Spinner-1s-200px.gif) no-repeat center center !important;
}




/* 4.38 Captcha */
.captcha .help-block{
	color: #000000;
}

.captcha a,
.captcha a.reload-captcha {
	color: #23527E;
}


/* 4.39 Top search contact */
.top-search-contact{
	color: #022A3A;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.top-search{
	margin-right: 15px;
}

.search-container a:hover {
    text-decoration: none;
}

i.icon-Magnifi-Glass2, i.icon-Mail {
    line-height: 1.6em;
    /*font-size: 2.14285714em;*/
    font-size: 1.2em;
    /* vertical-align: middle; */
    padding-right: 9px;
    /*color:#022a3a;*/
    color: #d6d6d6;
    font-weight: 700;
}

.search-container i:before {
    border-radius: 10px;
    background: #022a3a;
    height: 20px;
    padding: 10px;
    border: 2px solid #fbfbfbd1;
    height: 100px;
    border-radius: 50%;
    width: 100px;
}

.search-container i:hover::before {

    background: #782531;

}

.notification.pos-top.pos-right.search-box {
    /*background: #022a3a;*/
    /*top: 105px;*/
	background: #182b4c;
	top: 60px;
    height: 95px;
}


#siteSearch::placeholder,
.notification.pos-top.pos-right.search-box input::placeholder{
	color: #ffffff !important;
	opacity: 1 !important;
}

.force-opaque::placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}

.notification.pos-top.pos-right.search-box input {
    border: 1px solid #fff;
    border-radius: 6px;
    background: none;
    color:#fff;
	width: 50%;
	opacity: 1 !important;
}

.notification-close-cross.notification-close:before {
    color: #fff;
    font-size: 30px;
}

@media (max-width:787px){
	.notification.pos-top.pos-right.search-box {
		
		top: 50px;
	
	}
	.notification.pos-top.pos-right.search-box input{
		width:75%;
	}
}



.top-contact-icon{
	line-height: 1em;
    font-size: 1.5em;
	vertical-align: middle;
	padding-right: 5px;
}

.color--standard{
	color: #022A3A;
}


/* 4.40 Maps Legend */
.map-legend{
	border: 2px solid #D2D2D2;
	/*border-bottom: 5px;*/
    box-sizing: border-box;
    border-radius: 8px;
	width: 75% !important;
	margin-bottom: 25px;
	box-shadow: 5px 10px 18px #D2D2D2;
	/*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}

.map-legend .symbol{
	float: left;
}

.map-legend img.symbol--marker{
	margin-bottom:50px;
	padding-top: 5px;
}

.map-legend img.symbol--cluster{
	/*margin-bottom:55px;
	padding-top: 5px;*/
	margin-bottom: 0px;
	margin-top: 3px;
}

.map-legend .row > div{
	padding-top: 20px;
	padding-right: 20px;
}

.map-legend .spacer{
	float: left;
	width: 32px;
	margin-bottom: 50px;
}



/* 4.39 Card */
.info-cards{
	padding-top:30px;
	/*padding-left:100px;*/
}

.info-cards .container{
	width: 75%;
}

.info-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  /*width: 40%;*/
  /*width: 280px;*/
  max-width: 280px;
  border-radius: 5px;
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/*col-sm-offset-2*/
/*.info-card-col.col-sm-3{
	width: 25%;
}*/

.info-card-header{
	padding-top: 35px;
	padding-bottom: 15px;
}

.info-card-header h3{
	margin-bottom: 0px;
	/*padding-bottom: 30px;*/
}



.info-card__title{
	opacity: 1 !important;
	line-height: normal;
	font-weight: bold;
	padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
	min-height: 3.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.info-card img {
  /*border-radius: 5px 5px 0 0;*/
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 0px;
}

.info-card .info-card__container {
  padding: 2px 16px;
  background-color: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
}

.info-card .btn,
.info-card .card-btn {
  position: absolute;
  /*top: 50%;*/
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #182b4c;
  color: #FFFFFF;
  font-size: 16px;
  /*padding: 12px 24px;*/
  /*border: none;*/
  cursor: pointer;
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
  /*width: 166px;*/
  width: 10.375em;
  padding-top: 5px;
  padding-bottom: 5px;
   border: 1px solid #FFFFFF;
}

.info-card .card-btn:hover {
	text-decoration: none;
	/*background-color: #192C4B;*/
	transform: translate(-83px, -20px);
	/*opacity: .8;*/
	/*-webkit-transform: translate3d(0, -2px, 0);*/
	/*outline: none;*/
	/*border:none;*/
}

.info-card .card-btn:focus{
	/*outline-offset: -2px;*/
}

.info-card .card-btn > .card-btn__text{
	
}


/* 4.40 Tab Navigation bar */
.tab-nav-bar{
	
}

.tab-nav-bar ul > li{
	height: 80px;
	min-width: 215px;
}

.tab-nav-bar ul > li .img-left{
	float:left;
	padding-top: 15px;
    padding-right: 5px;
}

.feature-large-2 .tab-nav-bar ul.tabs {
    border: 2px solid #213B65 !important;
    color: #FFFFFF;
}

.tab-nav-bar .tabs li:not(:last-child) {
    border-right: 2px solid #213B65;
}

/*.tab-nav-bar .tabs li:not(:first-child) {
    border-left: 1px solid #213B65;
}*/

.tab-nav-bar .tab__title > a,
.tab-nav-bar .tab__title a > span.h5{
	line-height: 1.5;
}

.tab-nav-bar .tab__title > a{
	color: #213B65;
	text-decoration: none;
}

.tabs li.active .tab__title span,
.tab-nav-bar .tabs li:hover .tab__title a > span.h5,
.tab-nav-bar .tabs li.active .tab__title a > span.h5  {
    opacity: 1;
	color: #213B65;
}

section.feature-large-2 h2.color--blue-2 {
	color: #284982 !important;
}

section.feature-large-2 h2.font--bold {
	font-weight: bold;
}

section.feature-large-2 h2 {
	padding-top: 30px;
    padding-bottom: 30px;
}



@media (max-width: 767px){
	.feature-large-2 .img-left {
		margin: 0;
		/*padding-top: 0px;*/
		/*padding-bottom: 15px;*/
	}
}


/* 4.41 Feature Box */
.feature-card{
	
}

.feature-card .container{
	width: 75%;
}

h2.feature-card__title{
	font-size: 24px;
	/*color: #213B65;*/
	color: #284982;
	font-weight: bold;
	/*height: 72px;*/
	/*min-height: 4.5em; level design*/
}

/*section.feature-card .boxed.boxed--border {
	border-top: 1px solid #D6D6D6;
	border-top: #D6D6D6;
	border-left:none;
	border-right:none;
	padding-right: 0px;
    padding-left: 0px;
	padding-top: 15px;
}*/

section.feature-card .boxed.boxed--lg.feature.feature-4 {
  background: #f5f5f5;
  padding: 2.78571429em;
  min-height: 300px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transition: all .3s ease-in-out;
  overflow-wrap: break-word;
}

.feature.feature-4.boxed.boxed--lg.boxed--border:hover {
	background: #edf0f6;
	box-shadow: rgba(0,0,0,0.22) 0px 19px 43px;
	transform: translate3d(0px, -1px, 0px);
}


section.feature-card h2.feature-card__title a{
	color: #284982;
	font-weight: bold;
}

section.feature-card .feature-card__title a:hover {
	text-decoration: underline;
}

section.feature-card .feature-card__body{ 
	font-size: 1.1875rem;
}

section.feature-card .feature-4 p { 
	min-height: 2.285714em; 
	margin-bottom: 0px;
}


.feature-card .feature-4 > .icon-toggle{
	float: right;
	/*visibility:none !important;*/
	display:none !important;
}

.feature-card__body{
	font-size: 16px;
}

.feature-card__body a{
	color: #000000;
	text-decoration:underline;
}

.feature-card__button{
	background-color: #284982;
	color: #FFFFFF;
}

.feature-card__button span.btn__text{
	font-size: 16px;
}


.feature-card__button > img{
	float:right;
}

@media only screen and (max-width: 1900px) {

 section.feature-card .boxed.boxed--lg.feature.feature-4{
	/*min-height: 490px;*/
	min-height: 590px;
}
}



/* 4.42 Blue Theme */
.blue-theme{
	
}

.blue-theme .btn.btn--white{
	padding-right: 10px;
    padding-left: 100px;
}

.blue-theme .btn.btn--white img{
	padding-left: 60px;
}

.blue-theme .btn.btn--white img{
	padding-left: 60px;
}

.blue-theme .info-box{
	/*padding: 35px 30px;*/
	padding-top: 28px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
    margin-left: 20px;
    margin-right: 32px;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
}	

.blue-theme .info-box p a{	
	color: #FFFFFF;
	text-decoration: underline;
}

.blue-theme .info-box img{	
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.slider-content.blue-theme .media-image-wrap-text + div ul li::marker {
    content: '';
    /*white-space: pre;*/
	display: none;
}

.blue-theme h2.main-content__title {
	color: #FFFFFF;
}

.imageblock.blue-theme h2.main-content__title,
.slider-content.blue-theme h2.main-content__title {
    font-size: 2em;
}

.imageblock.blue-theme .container p{
	font-size: 1.357em;
}

.blue-theme .accordion .accordion__title{
	margin-bottom: 0px;
	opacity: 1;
}

.blue-theme .accordion .accordion__title:before,
.blue-theme .accordion .accordion__content,
.blue-theme .accordion .accordion__title > span.h5{
	color: #FFFFFF;
	font-size: 1.15em;
}

.blue-theme .accordion{
	margin-bottom: 0px;
}

.blue-theme .accordion .accordion__title:after {
    font-family: "stack-interface";
    content: '\00a0\00a0\e80d';
    margin-right: 6px;
    color: #FFFFFF;
}

.accordion li.active .accordion__title:after {
    content: '\00a0\00a0\e80a';
}

.blue-theme .accordion .accordion__title:before {
	display: none;
    /*font-family: "stack-interface";
    content: '';
    margin-right: 6px;
    color: #FFFFFF;*/
}

.blue-theme .accordion-2 li .accordion__title {
	border: none;
    /*border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ECECEC;
    padding-left: 0;*/
}

.blue-theme p.top-breadcrumb{
	padding-top: 50px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.blue-theme p.top-breadcrumb img{
	padding-right: 10px;
	padding-bottom: 10px;
}

.blue-theme p.top-breadcrumb a,
.blue-theme p.color--blue.top-breadcrumb a{
	text-decoration: none;
}

.blue-theme p.top-breadcrumb a{
	color: #FFFFFF;
}

.blue-theme p.color--blue.top-breadcrumb a{
	color: #284982;
}

.blue-theme hr{
	margin-bottom: 1em;
}

.blue-theme hr.short-breadcrumb{
	width: 90%;
	margin-left: 65px;
}

.imageblock.blue-theme .container p{
font-size: 1.357em;
margin-bottom: auto;
}


/* 4.43 Google Translate */
.gtranslate{
	padding:15px;
	text-align: center;
}

.gtranslate select{
	width: auto;
}



/* 4.44 Basic Block */
.switchable.feature-large .switchable__text{
	margin-top: 0px;
}





/* Streamline fonts */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?q65wm');
  src: url('../fonts/icomoon.eot?q65wm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q65wm') format('truetype'),
    url('../fonts/icomoon.woff?q65wm') format('woff'),
    url('../fonts/icomoon.svg?q65wm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-paid_holidays:before {
  content: '\e900';
}
.icon-acquis_contract:before {
  content: '\e901';
}
.icon-admin_mgmt_support:before {
  content: '\e902';
}
.icon-annual_leave:before {
  content: '\e903';
}
.icon-binoculars:before {
  content: '\e904';
}
.icon-business_industry:before {
  content: '\e905';
}
.icon-career_advance_opp:before {
  content: '\e906';
}
.icon-competitive_salaries:before {
  content: '\e907';
}
.icon-cutting_edge:before {
  content: '\e908';
}
.icon-cyber_info_tech:before {
  content: '\e909';
}
.icon-diversity_inclusion:before {
  content: '\e90a';
}
.icon-education:before {
  content: '\e90b';
}
.icon-employee_assist_prog:before {
  content: '\e90c';
}
.icon-employee_engage:before {
  content: '\e90d';
}
.icon-engineering:before {
  content: '\e90e';
}
.icon-enviro_mgmt:before {
  content: '\e90f';
}
.icon-facilities_engineering:before {
  content: '\e910';
}
.icon-family_dependent_care:before {
  content: '\e911';
}
.icon-family_oriented:before {
  content: '\e912';
}
.icon-family_worklife_balance:before {
  content: '\e913';
}
.icon-financial_mgmt:before {
  content: '\e914';
}
.icon-flexible_alt_schedules:before {
  content: '\e915';
}
.icon-flexible_spending_accts:before {
  content: '\e916';
}
.icon-foreign_affairs:before {
  content: '\e917';
}
.icon-health_dental_vision_life:before {
  content: '\e918';
}
.icon-health_wellness_prog:before {
  content: '\e919';
}
.icon-honor_duty_integrity:before {
  content: '\e91a';
}
.icon-human_resources:before {
  content: '\e91b';
}
.icon-intelligence:before {
  content: '\e91c';
}
.icon-job_security_stability:before {
  content: '\e91d';
}
.icon-law_enforcement_security:before {
  content: '\e91e';
}
.icon-legal:before {
  content: '\e91f';
}
.icon-logistics:before {
  content: '\e920';
}
.icon-long_term_care_ins:before {
  content: '\e921';
}
.icon-mass_transport_subsidy:before {
  content: '\e922';
}
.icon-medical_health_wellness:before {
  content: '\e923';
}
.icon-military_comm_family_support:before {
  content: '\e924';
}
.icon-positions_avail_globally:before {
  content: '\e925';
}
.icon-promotion_potential:before {
  content: '\e926';
}
.icon-public_affairs:before {
  content: '\e927';
}
.icon-public_service:before {
  content: '\e928';
}
.icon-quality_assurance:before {
  content: '\e929';
}
.icon-results_driven:before {
  content: '\e92a';
}
.icon-retirement_benefits:before {
  content: '\e92b';
}
.icon-safety_publicsafety:before {
  content: '\e92c';
}
.icon-science_tech:before {
  content: '\e92d';
}
.icon-senior_leadership:before {
  content: '\e92e';
}
.icon-sick_leave:before {
  content: '\e92f';
}
.icon-support_local_comm:before {
  content: '\e930';
}
.icon-teamwork:before {
  content: '\e931';
}
.icon-telework:before {
  content: '\e932';
}
.icon-trades:before {
  content: '\e933';
}
.icon-wide_array_training_prog:before {
  content: '\e934';
}
.icon-worlds_greatest_challenges:before {
  content: '\e935';
}

/*================================
	End Components     
	=================================*/
