/* 
Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap 
*/
.component {
  padding-bottom: 0;
  padding-top: 30px;
}

.component p {
  font-size: 16px;
}

.component .awards {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.component .awards h2 {
  color: #002855;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 25px;
}

.component .awards .slider {
  margin-top: 25px;
  margin-bottom: 25px;
	margin-left: 0 !important;
}

.component .awards .tns-nav {
  text-align: center;
  margin: 10px 0;
}

.component .awards .tns-nav > button {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #D8D8D8;
  border: 0;
}

.component .awards .tns-nav > .tns-nav-active {
  background: #F98D29;
}

.component .awards .tns-item img {
  width: 150px;
  height: auto;
}

.component.commitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #002855;
  color: #FFFFFF;
 	margin-top: 30px;	
  padding-bottom: 30px;
}

.component.commitment h2 {
  font-size: 32px;
  line-height: 1.3;
	color:#fff; 
	margin-bottom: 30px
}

.component.commitment h2 span {
  color: #F98D29;
	border-bottom:3px solid #F98D29;
	padding-bottom: 8px;
}

.component.commitment h3 {
  font-size: 25px;
  line-height: 1.3;
	color:#fff;
}

.component.community {
  background-color: #002855;
}

.component.community .col-md-5 {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}

.component.community .col-md-5 .award {
  margin-top: 15px;
}

.component.community .col-md-5 .award .col-xs-10 {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.component.community .col-md-5 .award .col-xs-10 h4 {
  font-weight: 900;
  color: #F98D29;
  text-transform: uppercase;
}

.component.community .col-md-5 .award .col-xs-10 p {
  color: #002855;
}

.component.community .col-md-5 .award .col-xs-10 h4,
.component.community .col-md-5 .award .col-xs-10 p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.component.community .col-md-5:last-child {
  background-color: #FFFFFF;
  padding: 0;
}

.component.community h3 {
  color: #002855;
  font-size: 25px;
  line-height: 30px;
}

.component.community p {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.component.emphasis-main {
  background-color: #002855;
  color: #FFFFFF;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.component.emphasis-main h2 {
  font-size: 32px;
  line-height: 1.3;
}

.component.emphasis-secondary {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.component.emphasis-secondary h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.component.emphasis-secondary h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.component.emphasis-secondary p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.component.hero {
  background-color: #000000;
}

.component.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}

.component.highlight {
  background-color: transparent;
}

.component.highlight .col-md-4.wrapper {
  margin-bottom:48px;
}
.component.highlight .col-md-4.wrapper:hover {
  cursor: pointer
}
.component.highlight .col-md-4.wrapper img {
  margin-bottom: 22px;
}

.component.highlight .col-md-4.wrapper:last-child {
  margin-bottom: 0;
}

.component.highlight .copy {
  background-color: #FFFFFF;
    padding: 25px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(32, 33, 47, 0.1);
            box-shadow: 0 10px 20px 0 rgba(32, 33, 47, 0.1);
	  margin-bottom: 30px
  }	

.component.highlight .copy h3 {
  font-size: 25px;
  line-height: 1.3;
  color: #002855;
}

.component.highlight .copy p {
  font-size:16px;
  color: #000000;
  line-height: 1.4;
}

.component.highlight .copy .award {
  margin-bottom: 15px;
}

.component.highlight .copy .award .col-xs-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.component.highlight .copy .award .col-xs-3 img {
  margin-bottom: 0;
  width: 100%;
}

.component.highlight .copy .award .col-xs-9 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.component.highlight .copy .award .col-xs-9 h4 {
  font-weight: bold;
  color: #F98D29;
  text-transform: uppercase;
}

.component.highlight .copy .award .col-xs-9 p {
  color: #002855;
}

.component.highlight .copy .award .col-xs-9 h4,
.component.highlight .copy .award .col-xs-9 p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.component.highlight-sub {
  background-color: #FFFFFF;
}


.component.highlight-sub .col-md-4 {
  margin-bottom: 48px;
}

.component.highlight-sub .col-md-4:last-child {
  margin-bottom: 0;
}

.component.highlight-sub .col-md-4 .wrapper {
  color: #FFFFFF;
  text-align: center;
}

.component.highlight-sub .col-md-4 .wrapper .copy {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #002855;
}

.component.highlight-sub .col-md-4 .wrapper h3 {
  	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
}

.component.highlight-sub .col-md-4 .wrapper p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.component.highlight-sub .col-md-4 .wrapper a p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
	color: #FFFFFF
}

/*Col-md-6*/
.component.highlight-sub .col-md-6 .wrapper {
  color: #FFFFFF;
  text-align: center;
}

.component.highlight-sub .col-md-6 .wrapper .copy {
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #002855;
}

.component.highlight-sub .col-md-6 .wrapper h3 {
  font-size: 25px;
	color: #ffffff;
	text-align: center;
}

.component.highlight-sub .col-md-6 .wrapper p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}


/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .component {
    padding-bottom: 0px;
    padding-top: 48px;
  }
  .component.awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 96px;
    padding-bottom: 96px
  }
  .component.awards .slider {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.component .awards .tns-item img {
	width: 200px;
	height: auto;
	}	
  .component.commitment {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/customers-commitment-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	padding-top:0 !important;
	padding-bottom:0 !important;	  
  }
	.component.commitment h2,
	.component.commitment h3
	{ margin-bottom: 0 }
	
  .component.community {
    background-image: url(../img/careers2021/certis-career-community-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: #002046;
  }
  .component.community .col-md-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
  .component.community .col-md-5 .award {
    margin-top: 15px;
  }
  .component.community .col-md-5 .award .col-10 {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .component.community .col-md-5 .award .col-10 h4 {
    font-weight: bold;
    text-transform: uppercase;
  }
  .component.community .col-md-5:last-child {
    padding: 0;
  }
  .component.emphasis-main {
    height: 250px;
    margin-bottom: -100px;
    font-weight: 700;
  }
  .component.emphasis-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .component.hero {
    height: 400px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .component.hero .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .component.hero .container .wrapper {
    width: 100%;
  }
  .component.hero .container h1 {
    font-size: 38px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .component.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: 1;
  }
  .component.hero video,
  .component.hero iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .component.highlight .col-md-4.wrapper {
    margin-bottom: 0;
  }
  .component.highlight .col-md-4.wrapper:hover {
    cursor: pointer;
  }
  .component.highlight .col-md-4.wrapper:hover .copy {
    background-color: #002855;
  }
  .component.highlight .col-md-4.wrapper:hover .copy h3 {
    color: #F98D29;
  }
  .component.highlight .col-md-4.wrapper:hover .copy p {
    color: #FFFFFF;
  }
  .component.highlight .col-md-4.wrapper:hover .copy .award .col-8 p {
    color: #FFFFFF;
  }
  .component.highlight .col-md-4.wrapper img {
    margin-bottom: 0;
  }
  .component.highlight .copy h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .component.highlight .copy p {
    line-height: 1.4;
	  margin-bottom: 15px;
  }

  .component.highlight-sub .row:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .component.highlight-sub .col-md-4 .wrapper {
    position: relative;
    text-align: center;
  }
	
  .component.highlight-sub .col-md-4 .wrapper .copy {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 40, 85, 0.8);
  }
	.component.highlight-sub .col-md-4 .wrapper a:hover p {
		color: #FFFFFF;
	}
	
  .component.highlight-sub .col-md-4 .wrapper .btn-certis-primary {
    position: absolute;
    bottom: -25px;
  }
  .component.highlight-sub .col-md-4 .wrapper a:hover .btn-certis-primary {
    text-decoration: none;
    color: #F98D29;
    border: 1px solid #F98D29;
    background-color: #FFFFFF;
  }
	
	
	/*col-md-6*/
.component.highlight-sub .col-md-6 .wrapper {
    position: relative;
    text-align: center;
  }
  .component.highlight-sub .col-md-6 .wrapper .copy {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 36, 93, 0.8);
	  width: 100%;
  }
  .component.highlight-sub .col-md-6 .wrapper .btn-certis-primary {
    position: absolute;
    bottom: -25px;
  }	
}

/* Buttons 2021 */

.btn-certis-sm {
padding: 8px;
}
.btn-certis-md {
padding: 10px;
}
.btn-certis-lg {
padding: 16px;
}

.btn-certis-primary {
font-family: 'latoblack', Helvetica, Arial, sans-serif;
	font-size: 16px;	
  background-color: #F98D29;
  color: #000000;
  border: 1px solid #F98D29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: "column";
          flex-direction: "column";
}

.btn-certis-secondary {
  font-family: 'latoblack', Helvetica, Arial, sans-serif;
	font-size: 16px;	
  background-color: #002855;
  color: #FFFFFF;
  border: 1px solid #002855;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: "column";
          flex-direction: "column";
}

.btn-certis-primary:visited,
.btn-certis-secondary:visited { color: #ffffff } 


@media (min-width: 992px) {
  .btn-certis-sm {
    min-width: 120px;
    max-width: 120px;
    padding: 8px;
  }
  .btn-certis-md {
    min-width: 200px;
    max-width: 200px;
    padding: 10px;
  }
  .btn-certis-lg {
    min-width: 200px;
    max-width: 200px;
    padding: 16px;
  }
  .btn-certis-primary {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-certis-primary:hover {
    text-decoration: none;
    color: #F98D29;
    border: 1px solid #F98D29;
    background-color: #FFFFFF;
  }
  .btn-certis-secondary {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-certis-secondary:hover {
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #F98D29;
    background-color: #F98D29;
  }
}

a.btn-certis-primary:visited { color: #000000 }

@media (min-width: 768px) and (max-width:991px) {
	.no-sm-gutters { margin-right: 0 }
}


/* Extra large devices (large desktops, 1200px and up) */
.component.card-thumbnail-one {
  background-color: transparent;
}
.component.card-thumbnail-one .col-md-4.wrapper {
  margin-bottom: 48px;
}
.component.card-thumbnail-one .col-md-4.wrapper:last-child {
  margin-bottom: 0;
}
.component.card-thumbnail-one .copy {
  background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(32, 33, 47, 0.1);
}
.component.card-thumbnail-one .copy .tags {
  font-size: 12px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #F98D29;
}
.component.card-thumbnail-one .copy h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #002855;
  margin-bottom: 20px;
}
.component.card-thumbnail-one .copy h5 a {
  font-size: 20px;
  line-height: 1.3;
  color: #002855;
  margin-bottom: 20px;
}
.component.card-thumbnail-one .copy p {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
}
.component.card-thumbnail-one .copy .date {
  color: #666666;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .component.card-thumbnail-one .col-md-4.wrapper {
    margin-bottom: 0;
  }
  .component.card-thumbnail-one .col-md-4.wrapper:hover {
    cursor: pointer;
  }
  .component.card-thumbnail-one .col-md-4.wrapper:hover .copy {
    background-color: #002855;
    transition: 300ms;
  }
  .component.card-thumbnail-one .col-md-4.wrapper:hover .copy h5 a {
    color: #F98D29;
    text-decoration: none;
  }
  .component.card-thumbnail-one .col-md-4.wrapper:hover .copy p {
    color: #FFFFFF;
  }
  .component.card-thumbnail-one .col-md-4.wrapper:hover .copy .award .col-8 p {
    color: #FFFFFF;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
.component.jumbotron-one {
  background-color: #1D0948;
  background-image: none;
}
.component.jumbotron-one h1, .component.jumbotron-one h2, .component.jumbotron-one h3, .component.jumbotron-one h4, .component.jumbotron-one h5, .component.jumbotron-one h6,
.component.jumbotron-one p {
  color: #ffffff;
}
.component.jumbotron-one h1 {
  font-size: 34px;
  line-height: 41px;
}

.component.jumbotron-one h1 span {
    border-bottom: 5px solid #F98D29;
    padding-bottom: 8px;
}
.component.jumbotron-one p {
  font-size: 18px;
  line-height: 24px;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .component.jumbotron-one {
    min-height: 390px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/home-jumbotron.jpg);
  }
  .component.jumbotron-one .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
  }
}
