/* SOW VIKING SIDEBAR */
.tabs-wrapper{position: relative;}
.tabs-wrapper .headline{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.tabs-wrapper .shape {
  position: relative;
  height: 45px;
  width: 210px;
  background: #f0f3f5;
}
.tabs-wrapper .shape:after {
  position: absolute;
  content: '';
  height: 0px;
  width: 44px;
  left: 210px;
  border-width: 23px 22px;
  border-style: solid;
  border-color: transparent transparent #f0f3f5 #f0f3f5;
}
.viking-sidebar{background-color: #f0f3f5;}
.viking-sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.viking-sidebar a{
  display: block;
  text-decoration: none;
}
.viking-sidebar .highlight{
  background-color: #68b2cb;
}
.viking-sidebar .highlight span{
  color: #ffffff;
}
.viking-sidebar span {
  color: #5b5f69;
  display:inline-block;
  vertical-align:middle;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 15px;
}
.viking-sidebar .item{ margin: 15px 0 15px 20px;}
.viking-sidebar img {
  width: 100%;
  max-width:62px;
  padding: 10px;
  display:inline-block;
  vertical-align:middle;
}
/* SOW VIKING SIDEBAR */

/* SOW VIKING BULLET LIST */
.bullet-list-wrapper .headline h3{
  text-align: center;
  margin-bottom: 20px;
}
.bullet-list-wrapper .headline.headline-left h3{
  text-align: left;
}
.bullet-list-wrapper .bullet-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}
.bullet-list-wrapper .bullet-list .item {
  margin-left: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 50px 1fr;
}
.bullet-list-wrapper .bullet-list img {
  width: 100%;
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.bullet-list-wrapper .bullet-list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 10px;
}
/* SOW VIKING BULLET LIST */

/* SOW VIKING PLAYER BANNER  */
.viking-play-banner .banner{
  display: flex;
  align-items: center;
}
.viking-play-banner a{ text-decoration: none;}
.viking-play-banner .banner-text{
  color: #ffffff;
  font-size: 22px;
  font-weight: lighter;
}
/* SOW VIKING PLAYER BANNER  */

/* SOW VIKING LOGO SLIDER WITH QUOTE SECTION*/
.quotes-wrapper{max-width:1170px;margin: 0 auto;}
.quotes-wrapper .quote-pane{display: none;}
.quotes-wrapper .quote-pane.active{display: block;}
/* SOW VIKING LOGO SLIDER WITH QUOTE SECTION*/

/* SOW VIKING FILTERS */
.filters-wrapper{ height: 88px; background-color: #f0f3f5; }
.filters-wrapper ul{ width: 100%; max-width: 500px; margin: 0 auto; line-height: 88px; text-align: center; }
.filters-wrapper li{ display: inline-block; }
.filters-wrapper input[type=checkbox]{ vertical-align: middle; position: relative; bottom: 1px; margin-top: 0; }
.filters-wrapper label input[type=checkbox]{ margin-right: 10px;}
.filters-wrapper label{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #231f20;
}

/* CHECKBOX-FILTER STYLES */
.filter-checkbox { position: absolute; opacity: 0; }
.filter-checkbox + label { position: relative; cursor: pointer; padding: 0; }
.filter-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #68b2cb;
  opacity: 0.5;
}
.filter-checkbox:hover + label:before { opacity: 1; }
.filter-checkbox:checked + label:before { opacity: 1; }
.filter-checkbox:disabled + label:before { box-shadow: none; background-color: #ddd; }
.filter-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  background-color: #68b2cb;
  width: 2px;
  height: 2px;
  box-shadow: -2px 0 0 #68b2cb, 2px 0 0 #68b2cb, 4px 0 0 #68b2cb, 4px -2px 0 #68B2CB, 4px -4px 0 #68b2cb, 4px -6px 0 #68b2cb, 4px -8px 0 #68b2cb, 4px -10px 0 #68b2cb, 4px -12px 0 #68b2cb;
  transform: rotate(45deg);
}
/* CHECKBOX-FILTER STYLES */

/* SOW VIKING FILTERS */



/* NEWSLETTER HEADER BLUE STRIP */
.header-blue-bg{ background-color: #68b2cb; height: 45px; }
.header-blue-bg > .newsletter-btn{ display: block; text-decoration: none; }
.header-blue-bg > .newsletter-btn h6,
.header-white-bg h6{
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
}
.newsletter-btn img{ width:100%; max-width: 45px; vertical-align: middle; margin-bottom: 3px; }
/* NEWSLETTER HEADER BLUE STRIP */

/* HEADER WHITE STRIP */
.header-white-bg h6{ color: #68b2cb; }
.header-white-bg h6 > a{ display: inline-block; text-decoration: none; outline: none; }

/* Ovverride default BS3 styles */
.navbar { min-height: 80px; margin-bottom: 0;}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

/* Sticky menu */
.sticky-transparent-header {transition: 500ms ease;}
.sticky-transparent-header.affix{
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid #e6e6e6;
}
/* Sticky menu */

/* Ovverride font styles */
.navbar-default {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
	position: relative;
}

/* Navbar brand */
.navbar-default .navbar-brand {color: #ffffff;}
/* Navbar brand */

.header5 img.desktop-logo{
	max-width: 250px;
  margin-top: 8px;
  margin-left: 20px;
}

.header5 img.visible-xs {
  width: 250px;
  margin-top: 10px;
  margin-left: 0px;
}

/* Navbar links */
.navbar-default .navbar-nav > li > a {color: #6f7b8d; font-weight: bold; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
/* Navbar links */

/* Active link */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
}
/* Active link */

/* Dropdown Menu */
.navbar .dropdown-menu>li>a{
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  font-size: 12px;
}
.navbar .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
  color: #ffffff;
  background-color: #68b2cb;
}
/* Highlight Parent Menu Item while Child Menu Item is active */
.navbar-nav>li.dropdown.current-menu-ancestor>a{ color: #000000; }
/* Highlight Parent Menu Item while Child Menu Item is active */

/* Active dropdown item */
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #68b2cb;
}
/* Active dropdown item */

/* Dropdown Menu */

/* Hamburger */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
  height: 3px;
  width: 20px;
}
/* #bs-example-navbar-collapse-1 */
/* { */
  /* position: absolute;
  z-index: 999; */
  /* width: 100%; */
  /* background-color: #67b1ca; */
  /* opacity: 0.9; */
/* } */
/* Hamburger */

/* Animate hamburger */
.header5 .navbar-toggle {
  /* border: 1px solid red; */
  border-radius: 20px;
  background-color: transparent;
  margin-right: 8px;
  /* display: block !important; */
  margin-left: 10px;
  /* margin-right: 14px; */
  padding: 10px 9px !important;
  border-radius: 20px;
}
.header5 .navbar-toggle.collapsed {
  background-color: #68b2cb;
  margin-right: 14px;
  /* display: block !important; */
}
.header5 .navbar-toggle:hover {
  /* background: transparent !important; */
}
.header5 .navbar-toggle .icon-bar {
  transition: all 0.2s;
  /* width: 29px; */
}

.header5 .navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}
.header5 .navbar-toggle .icon-bar{
  background-color: #000;
}

.header5 .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.header5 .navbar-toggle .middle-bar {
  opacity: 0;
}
.header5 .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: -10% 58%;
}
.header5 .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.header5 .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.header5 .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.header5 .navbar-toggle .icon-bar{
  background-color: #68b2cb;
}



/* Animate hamburger */

/* Header Right */

.main-logo{
	position: absolute;
	left: 10px;
	top: 5px;
}
.main-logo img{ max-width: 220px;}

.viking-logos{
  position: absolute;
  right: 10px;
	top: 15px;
}
.viking-logos li{ padding: 0;}
.viking-logos img, .viking-logos-mobile img{ width: 100%;}
.viking-logos .logo-one, .viking-logos-mobile .logo-one{ max-width: 45px; }
.viking-logos .logo-one{ margin-right: 10px; }
.viking-logos .logo-two{ max-width: 48px; margin-right: 10px; }
.viking-logos .logo-three, .viking-logos-mobile .logo-three{ max-width: 54px; }
.viking-logos .logo-four, .viking-logos-mobile .logo-four{
  max-width: 72px;
}
.header5 .header-right{
  display: inline-block;
  padding: 12px 8px;
}
/* .header-right.viking-logos{ padding-left: 0;} */

/* Get a quote */
.btn-quote{
  padding: 8px 24px;
  background-color: #68b2cb;
  color: #ffffff !important;
  border-radius: 20px;
}
#bs-example-navbar-collapse-1 .btn-quote{ display: none; }
.viking-logos .btn-quote{
	margin-right: 25px;
}
/* Get a quote *
.header5 .header-right .logo-one{width: 60px;}
.header5 .header-right .logo-two{width: 44px;}
/* Header Right */

/* Header logo for small devices */
.small-header-logo{
  display: none;
  position: absolute;
  right: 55px;
  margin-top: 17px;
}
.small-header-logo img{width: 100%;}
.small-header-logo img.logo-one{max-width: 56px;}
.small-header-logo img.logo-two{max-width: 42px;}
/* Header logo for small devices */

/* VIDEO SLIDER SOW */
.slider {
  visibility: hidden;
  opacity:0;
	transition: opacity 1s;
 }
.slider.slick-initialized {
  visibility:visible;
	opacity:1;
}

.fullwidth .customer-logos,
.fullwidth .container-videos{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/* Arrows */
.slick-prev, .slick-next{
  line-height: 0;
  position: absolute;
  display: none !important;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:before,
.slick-next:before
{
  font-size: 40px;
  line-height: 10px;
  opacity: .75;
  color: #68b2cb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev{left: -55px;}
[dir='rtl'] .slick-prev{
  right: -55px;
  left: auto;
}

.slick-next{right: -30px;}
[dir='rtl'] .slick-next{
  right: auto;
  left: -30px;
}

.slick-dots
{
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li
{
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button
{
	font-size: 8px;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
  border-radius: 23px;
  /* font-size: 12px; */
  font-size: 8px;
  font-weight: bold;
  line-height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: .55;
	color: #68b2cb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button::before { font-family: "FontAwesome"; content: "\f10c"; }
.slick-dots li.slick-active button:before{opacity: .85;color: #68b2cb;background-color: #68b2cb;}
/* Video Content */
.slide h5{color: #68b2cb;}
.slide p{ font-weight: lighter;}
/* Video Content */
.slick-slide{margin:0px 10px;}
.slick-slide.slick-active:focus{outline: none;}
/* VIDEO SLIDER SOW */

/* VIKING PRE FOOTER */
.viking-prefooter{
  background-color: #ffffff;
	/*
  padding-left: 15px;
  padding-right: 15px;
	*/
}
/* VIKING PRE FOOTER */

/* VIKING FOOTER */
.viking-footer-wrapper{
  padding: 0;
  /* padding-bottom: 50px;
  background-color: #68b2cb; */
}
.viking-footer-wrapper-inner{
  background-color: #68b2cb;
  padding-bottom: 50px;
}
.viking-footer{
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
	/* justify-items: center; */
}
.viking-footer{font-size:14px;}
.viking-footer h6{
  font-size:14px;
  letter-spacing:3px;
  margin-bottom:25px;
}
.viking-footer .footer-menus h6,
.viking-footer .footer-menus a{
  color: #fff;
}
.viking-footer .footer-menus li a{
  display: inline-block;
  margin-bottom: 10px;
  font-weight: lighter;
}

.footer-section-two{
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-section-two .contact{
  font-size: 16px;
  color: #ffffff;
 }
 .footer-section-two .logos,
 .footer-section-two .contact,
 .footer-section-two .site-logo{ align-self: start}
/* .footer-section-two .logos{margin-top: 15px;} */
.footer-section-two .logos a{ display: inline-block;}
.footer-section-two .logos a:hover,
.footer-section-two .site-logo a{text-decoration: none;}
.footer-section-two .logos a:focus,
.footer-section-two .site-logo a{ outline: none;}
.footer-section-two .contact .social-icons{ margin: 15px 0px 0px;  }
.footer-section-two .contact .social-icons li{ display: inline-block; margin-right: 20px;}
.footer-section-two .contact .social-icons li:last-child{ margin-right: 0;}
.footer-section-two .contact .social-icons .fa{ font-size: 24px;}
.footer-section-two .logos a:nth-child(1) img{ width: 100%; max-width: 45px; margin-right: 5px; }
.footer-section-two .logos a:nth-child(3) img{ max-width: 52px; width: 100%;}
.footer-section-two .logos a:nth-child(3) img{ margin-left: 5px; }
.footer-section-two .logos a:nth-child(4) img { max-width: 62px; margin-left: 5px; }
.viking-logos .logo-three,
.viking-logos-mobile .logo-three,
.viking-logos .logo-four,
.viking-logos-mobile .logo-four,
.footer-section-two .logos a:nth-child(3) img{ padding: 0 5px; }

.footer-section-two .logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* VIKING FOOTER */
/* BACK TO TOP BUTTON VIKING SIDEBAR*/
#back-top {
	width: 230px;
	height: 64px;
	position: fixed;
	top: 50%;
	right: 0;
	display: flex;
  align-items: center;
	background-color: #68b2cb;
	border:1px solid #68b2cb;
  text-decoration: none !important;
  z-index: 99;
}
#back-top img{
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
#back-top span{
  color:#ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
}
/* BACK TO TOP BUTTON VIKING SIDEBAR*/

/* VIKING CAROUSEL SOW */
.carousel-inner > .item > .item-body > img{
  width:100%;height:500px;
}
.left.carousel-control,
.right.carousel-control{ background: none;}
.carousel-inner .item-body{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.carousel-control {
  position: absolute;
  top: 81%;
  z-index: 99;
  display: inline-block;
}
.carousel-indicators{left: 75%;bottom: 50px;}
.carousel-control.left{left: 50%;}
.carousel-indicators li{border: 1px solid #68b2cb;}
.carousel-indicators .active{
  background-color: #68b2cb;
  width: 10px;
  height: 10px;
  margin: 1px;
}
/* VIKING CAROUSEL SOW */

/* VIKING SCROLLING LIST SOW */
.viking-scrolling-wrapper .horizontallist-images img{ max-width: 100%; height: auto;}
/* VIKING SCROLLING LIST SOW */

/* NEWSLETTER QUOTE MODAL */
#newsletter-modal, #viking-quote-modal{margin-left: 10px;margin-right: 10px;}
#newsletter-modal .modal-dialog,
#viking-quote-modal .modal-dialog{
  top: 20% !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#viking-quote-modal .modal-dialog{ top: 2% !important; max-width: 695px !important;}
#newsletter-modal .modal-body > button.close,
#viking-quote-modal .modal-body > button.close{
  font-weight: 400;
  font-size: 40px;
  color: #68b2cb;
  opacity: 1;
}
#newsletter-modal .modal-content, #viking-quote-modal .modal-content{border-radius: 0;}
#newsletter-modal .modal-body > button.close:focus,
#viking-quote-modal .modal-body > button.close:focus{ outline: none;}
/* NEWSLETTER AND QUOTE MODAL */

/* VIKING GRID 3 */
.viking-grid-3 .post-item{
  background: #ffffff;
  position: relative;
}
.viking-grid-3 .featured-img{
  min-height: 200px;
  position: relative;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.viking-grid-3 .img-link{ position: absolute; width: 100%; height: 100%; }
.viking-grid-3 .post-desc{ padding:20px;}
.viking-grid-3 .post-desc > h3{ margin-top: 0; margin-bottom: 30px; font-size: 24px !important; font-weight: bold; }
.viking-grid-3 .post-desc a,
.viking-grid-3 .post-item a.read-more{
  text-decoration: none;
  -o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}
.viking-grid-3 .post-item a.read-more{
  display: inline-block;
  margin: 20px 20px 0;
  font-size: 14px;
  border-bottom: #999999 solid 1px;
}
/*viking grid 3*/

/* SINGLE ARTICLE TEMPLATE */
.single-article{ padding: 0; }
.single-article .header_img{
  width: 100%;
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-article .post-meta > h1.title{
  text-align: left !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: rgba(0,0,0,0.9);
  margin: 0;
  margin-bottom: 16px;
}
.single-article .post-meta .post-date { color: rgba(0,0,0,0.6); font-size: 16px; }
.single-article .post-content img{ width: 100%; }
.single-article .post-content.narrow-col{ max-width:750px; margin: 16px auto 50px; }

.single-article,
.single-article .description em{ font-family: "Roboto", sans-serif; }

.single-article .description p{
  font-size: 20px;
  line-height: 1.6;
  color: rgba(0,0,0,.75);
  margin: 32px 0;
}
.single-article .description em{ font-size: 20px; font-style: italic; }
.single-article .description a{
  color: #0a66c2;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}

/* ARCHIVE RESOURCES */
.archive .archive-articles-wrapper{ background-color: #f3f4f5; }
.archive .archive-articles-wrapper .title,
.archive-wrapper h2.title{ padding-top: 50px; }
.archive .archive-articles-wrapper .title h2,
.archive-wrapper h2.title {
  margin: 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
.archive-articles-wrapper .archive-content,
.archive-wrapper .archive-content { padding: 50px 15px; }

/* PAGINATION */
.search-pagination .page-numbers.current,
.search-pagination a.page-numbers:hover,
ul.page-numbers li a:hover,
ul.page-numbers li span.current{
  background: #68b2cb;
  border: 1px solid #68b2cb;
  color: #ffffff;
  text-decoration: none;
}
/* PAGINATION */

/* ARCHIVE RESOURCES */


/* VIDEO SLIDER SOW */
@media(max-width:1300px){
  .fullwidth .customer-logos,
  .fullwidth .container-videos{ width: 85%;}
  .slick-prev, .slick-next{ display: inline-block !important;}
  .slick-prev{left: -55px;}
  [dir='rtl'] .slick-prev{
    right: -55px;
  }
}
/* VIDEO SLIDER SOW */

/* ORBIT MASONARY GRID */

/* MASONARY HEADLINE */
.masonary-headline{
  width: 80%;
  height: 300px;
  margin: 0 auto;
  color:#68b2cb;
  text-align: center;
}
.masonary-headline h3{
  font-size:36px !important;
  font-weight: normal;
  line-height: normal;
  margin-top:0;
  margin-bottom:24px;
}
.masonary-headline h1{
  font-size:86px !important;
  letter-spacing: 2.1px;
  margin: 0;
}
/* MASONARY HEADLINE */

/* VIDEO TEMPLATE */
.articles-masonary .video-thumb {
  background-color: #eee;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.articles-masonary .video-meta .video-title{
  color: #68b2cb;
  line-height: 31px;
  font-size: 21px;
  margin-top: 20px;
}
.articles-masonary .video-meta .video-desc{
  font-size: 18px;
  line-height: 28px;
  color: #241f20
}
/* VIDEO TEMPLATE */
/* QUOTES TEMPLATE */
.articles-masonary [data-post_type="quotes"]{
  border-radius: 4px;
  border: solid 2px #68b2cb;
  padding: 16px;
}
.articles-masonary .quote-content p{
  font-size: 24px;
  font-style: italic;
  font-weight: bold !important;
  line-height: 30px;
  color: #68b2cb;
}
.articles-masonary .quote-logo { margin-top: 30px;}
.articles-masonary .quote-logo .avatar{
  display: inline;
  max-width: 130px;
  height: auto;
}
/* QUOTES TEMPLATE */

/* CASESTUDY TEMPLATE */
.articles-masonary .case-study-wrapper{
  max-width: 300px;
  width: 100%;
  min-height: 300px;
  background-color: #68b2cb;
  padding: 19px 21px;
}
.articles-masonary .case-study-meta{
  color: #ffffff;
  margin-bottom: 35px;
}
.articles-masonary .case-study-wrapper .study-icon{
  max-width: 60px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -10px;
}
.articles-masonary .case-study-meta .title{
  font-size: 16px;
  letter-spacing: 2.67px;
}
.articles-masonary .case-study-meta .desc p,
.articles-masonary .press-release-wrapper .desc p{
  font-size: 21px;
  line-height: 31px;
}
.articles-masonary .btn-learn-more{
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.articles-masonary .btn-learn-more:active{box-shadow: none;}
.articles-masonary .btn-learn-more:focus{outline: none;}
/* CASESTUDY TEMPLATE */

/* PRESS TEMPLATE */
.articles-masonary .press-release-wrapper{
  max-width: 300px;
  width: 100%;
  padding: 26px 21px;
  border-radius: 4px;
  background-color: #f0f3f5;
}
.articles-masonary .press-release-wrapper .desc p{ color: #68b2cb; font-weight: bold; font-size: 24px; }
.articles-masonary .press-release-wrapper .btn-learn-more{
  color: #68b2cb;
  border: 1px solid #68b2cb;
  margin-top: 25px
}
/* PRESS TEMPLATE */

/* ORBIT MASONARY GRID */

@media( min-width: 1180px ){ .masonary-headline{ width: 65%; } }

@media( min-width: 800px ){
  /* VIKING GRID 3 */
  .viking-grid-3{
    grid-template-columns: repeat(3,1fr) !important;
  }
}

/* Ovverride default BS3 styles */
@media( min-width: 769px ){
  .header5 .navbar-collapse{padding: 0;}
  .header5 .container-fluid{ padding: 0;}
	.header5 .navbar-nav{
  	float: none;
  	text-align: center;
	}
	.header5 .nav > li {
		float: none;
		display: inline-block;
	}
  .nav > li.viking-logos{
    display: none;
  }

  /* BS3 Nav Links */
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
  /* BS3 Nav Links */
  /* Dropdown Menu */
  .navbar-right .dropdown-menu{ left: 15px; }
  .navbar .dropdown-menu{ top:75%; padding: 0;min-width: 200px;}
  /* Dropdown Menu */
  /* Video Content */
  .slide h5{font-size: 19px;}
  .slick-prev, .slick-next{
    display: inline-block !important;
    top: 25%;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  /* Video Content */
  /* Youtube Video Popup */
  /* .ytube-video .modal-dialog{ top: 10%; }
  .ytube-video iframe{
    width: 100%;
    border: none;
    height: auto;
    min-height: 400px;
  } */
  /* Youtube Video Popup */
  /* SOW VIKING BULLET LIST */
  .bullet-list-wrapper{margin: 0 auto;}
  .bullet-list-wrapper .bullet-list-content,
  .bullet-list-wrapper .bullet-list ul{
    display: grid;
  }
  /* SOW VIKING BULLET LIST */

  /* VIKING SCROLLING LIST SOW */
  .viking-scrolling-wrapper .horizontallist-images, ul.verticallist-videos {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
  }
  .viking-scrolling-wrapper{ width: 960px; margin: 0 auto;}
  .viking-scrolling-wrapper .horizontallist-images li.orbit-article { width: 300px; height: 243px;}
  /* VIKING SCROLLING LIST SOW */

  /* VIKING GRID 3 */
  .viking-grid-3 .post-desc a:hover,
  .viking-grid-3 .post-item a.read-more:hover{ color: #68b2cb; }
  .viking-grid-3 .post-desc{ min-height: 200px; }
  .viking-grid-3 .post-item a.read-more{
    display: inline-block;
    position: absolute;
    bottom: 20px;
  }

}

@media(min-width: 768px){
  /* VIKING GRID 3 */
  .viking-grid-3{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  .footer-section-two {
    padding: 0;
    max-width: 940px;
    margin: 0 auto;
    grid-template-columns: 2fr 2fr 2fr;
    align-items: center;
  }
}

@media( min-width: 992px ) {
  /* ORBIT MASONARY TEMPLATE */
  .articles-masonary .gutter-sizer { width: 7%; }
  .articles-masonary .orbit-article,
  .articles-masonary .grid-sizer{ width: calc( 30% - 14px );margin-bottom: 80px;}
  .articles-masonary .grid-sizer{ margin-bottom: 50px;}
  .articles-masonary .orbit-article:nth-child(3){ margin-bottom: 58px; }
/* ORBIT MASONARY TEMPLATE */
}

@media(min-width: 992px) and (max-width: 1080px) {
  .masonary-headline{width:90%;}
}

@media(max-width: 991px){
  /* ORBIT MASONARY TEMPLATE */
  .articles-masonary .gutter-sizer { width: 4%; }
  .articles-masonary .grid-sizer,
  .articles-masonary .orbit-article{
    width: calc( 50% - 2% );
    margin-bottom: 45px;
   }
   .articles-masonary .case-study-wrapper,
   .articles-masonary .press-release-wrapper{max-width: 100%}
   .masonary-headline{width:100%;height: auto;}
   .masonary-headline h3,
   .masonary-headline h1{ text-align: center;}
   .masonary-headline h3{
     font-size:26px !important;
     margin-bottom:20px;
   }
   .masonary-headline h1{font-size:46px !important;}
  /* ORBIT MASONARY TEMPLATE */
}


@media only screen and (max-width: 768px) and (min-width: 768px){
  #bs-example-navbar-collapse-1,
  .navbar.header5 > .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
  }
  /* SOW VIKING PLAYER BANNER  */
  .viking-play-banner .banner-text{font-size: 18px !important;}
  /* SOW VIKING PLAYER BANNER  */

  /* SOW VIKING SIDEBAR */
  .tabs-wrapper { margin-top: -75px;z-index: 99;}
  .tabs-wrapper .shape{ width: 210px !important;}
  .viking-sidebar{ padding-bottom: 0px !important;}
  .viking-sidebar > ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
  }
  .viking-sidebar .item{grid-template-columns: 62px 170px !important;}
  /* SOW VIKING SIDEBAR */

  /* Slick Arrows */
  .fullwidth .customer-logos,
  .fullwidth .container-videos{ width: 80%;}
  .slick-prev.slick-arrow,
  .slick-next.slick-arrow{
    z-index: 1;
  }
  .slick-prev, .slick-next{ display: inline-block !important;}
  .slick-prev{top: 45px; left: -55px;}
  [dir='rtl'] .slick-prev{
    right: -55px;
    left: auto;
  }

  .slick-next{top: 45px; right: -35px;}
  [dir='rtl'] .slick-next{
    right: auto;
    left: -35px;
  }
  /* Slick Arrows */
  .bullet-list-wrapper .bullet-list ul {display: grid;}
  #back-top {width: 180px;}
  #back-top span{ font-size: 12px;}
  #back-top img {width: 35px;}

 /* VIKING SCROLLING LIST SOW */
 .viking-scrolling-wrapper .horizontallist-images li.orbit-article {
   width: 300px;
   height: 243px;
   display: inline-block;
   margin-right: 15px;
 }
 /* VIKING SCROLLING LIST SOW */
 /* VIKING CAROUSEL SOW */
 .carousel-inner > .item > .item-body > img{ object-fit: contain; height: 550px !important; }
/* VIKING CAROUSEL SOW */

/* MASONARY VIDEO */
.articles-masonary .sp-youtube-frame {height: 200px !important;}
/* MASONARY VIDEO */

.footer-section-two {
  grid-template-columns: 2fr 2fr;
}

}
@media(max-width: 769px){
  /* SINGLE ARTICLE TEMPLATE */
  .single-article .header_img { height: 50vh; }
  .single-article .post-content{ padding: 0 15px; }
  .single-article .post-meta > h1.title{ font-weight: 400 !important; font-size: 28px !important; line-height: 1.1 !important; }
  .single-article .description p{ font-size: 16px; line-height: 1.5; margin: 22px 0; }
  .single-article .description a{ font-weight: 500; }
  .single-article .description em{ font-size: 16px; }
}

@media(max-width: 768px){

  /* Quote btn */
  .navbar-nav .pull-right{float: none !important;}
  .header5 .header-right .btn-quote{border-color: #fff;}
  /* Quote btn */
  .header-right img{ display: none;}
  .viking-logos{display: none;}
  /* Header logo for small devices */
  .small-header-logo{ display: block;}
  /* Header logo for small devices */

  /* VIKING BULLET LIST */
  .bullet-list-wrapper .bullet-list .item { margin-right: 10px;}
  /* SOW VIKING PLAYER BANNER  */
  .viking-play-banner .banner-text{font-size: 14px;}
  .viking-play-banner .banner img{ max-width: 150px;}
  /* SOW VIKING PLAYER BANNER  */

  /* SOW VIKING SIDEBAR */
  .tabs-wrapper .shape{ width: 100%;}
  .viking-sidebar{ padding-bottom: 20px !important;}
  .viking-sidebar .item{
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
   }
  /* SOW VIKING SIDEBAR */
  /* MASONARY VIDEO */
  .articles-masonary .video-meta .video-title{
    font-size: 18px;
    line-height: 22px;
  }
  .articles-masonary .video-meta .video-desc{
    font-size: 16px;
    line-height: 22px;
  }
  .masonary-headline{margin-bottom: 30px;}
  /* MASONARY VIDEO */

  /* VIKING CAROUSEL SOW */
  .carousel{ padding-bottom: 30px;}
  .carousel-inner .item-body{ display: block;}
  .carousel-inner > .item > .item-body > img{ height: 400px;}
  .carousel-control.left,
  .carousel-control {top: 95%;}
  .carousel-control.left{left: 20%;}
  .carousel-control.right{right: 20%;}
  .carousel-indicators {left: 50%;bottom: 0px;}
  /* VIKING CAROUSEL SOW */

 /* VIKING SCROLLING LIST SOW */
 .viking-scrolling-wrapper .horizontallist-images {
   max-width: 100%;
   overflow: auto;
   overflow-y: hidden;
   -webkit-overflow-scrolling: touch;
   white-space: nowrap;
   display: block;
 }

 .viking-scrolling-wrapper .horizontallist-images li.orbit-article {
   display: inline-block;
   margin-right: 15px;
   padding-bottom: 25px;
 }
 /* VIKING SCROLLING LIST SOW */

 /* VIKING GRID 3 */
 .viking-grid-3 .post-item{ margin-bottom: 20px; }
 .viking-grid-3 .post-item a.read-more{ margin-bottom: 20px; }
}

 /* VIKING SCROLLING LIST SOW */
 @media(max-width:767px){
   .viking-scrolling-wrapper .horizontallist-images li.orbit-article {
      width: 148px;
      height: 122px;
   }
   #newsletter-modal .modal-dialog{top: 15% !important;}
   #viking-quote-modal .modal-dialog{ top: 2% !important; }
 }

 @media(max-width: 680px){
   .header-white-bg{ padding: 10px 15px; }
   .header-white-bg h6{ line-height: 1.6; }
 }

  /* VIKING SCROLLING LIST SOW */
@media(max-width:600px){
  .header-right-wrapper.navbar-nav {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .navbar-nav{
    position: relative;
    padding-top: 125px;
    padding-bottom: 65px;
  }
  /* ORBIT MASONARY TEMPLATE */
  .articles-masonary .orbit-article{width: 100% !important;}
  /* ORBIT MASONARY TEMPLATE */

  /* MASONARY HEADLINE */
  .masonary-headline{height: auto; margin-bottom: 40px; }
  .masonary-headline h3{ font-size: 18px !important; }
  .masonary-headline h1{ font-size: 48px !important; letter-spacing: 1.05px; }
  /* MASONARY HEADLINE */

  /* BACK TO TOP BUTTON VIKING SIDEBAR*/
  #back-top {
  	width: 50px;
    height: 50px;
  }
  #back-top img{
    width: 35px;
    margin-left: 6px;
    margin-right: 10px;
  }
  #back-top span{display: none;}

  /* SOW VIKING FILTERS */
  .filters-wrapper{
    height: 150px;
    padding-top: 26px;
  }
  .filters-wrapper ul{
    max-width: 90%;
    line-height: 1;
    text-align: left;
  }
  .filters-wrapper li{
    width: 49%;
    margin-bottom: 34px;
  }
  /* SOW VIKING FILTERS */

}
@media(max-width: 520px){
  .slick-prev:before,
  .slick-next:before{
    display: inline-block;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);

  }
  .fullwidth .customer-logos,
  .fullwidth .container-videos{width: 100%;}
  /* Slick Arrows */
  .slick-prev.slick-arrow,
  .slick-next.slick-arrow{
    z-index: 1;
  }
  .slick-prev, .slick-next{ display: inline-block !important;}
  .slick-prev{left: 0px; bottom: -24px;}
  [dir='rtl'] .slick-prev{
    right: 0px;
    left: auto;
  }

  .slick-next{right: 25px; bottom: -24px;}
  [dir='rtl'] .slick-next{
    right: auto;
    left: 25px;
  }
  /* Slick Arrows */
}
@media(max-width: 500px){
  /* Header logo for small devices */
  .small-header-logo{ display: none;}
  /* Header logo for small devices */
  .navbar-nav{
    padding-top: 125px;
  }
  .nav > li.viking-logos{
    display: inline-block;
    margin: 0;
  }
}
@media(max-width:360px){
  /* To be removed from so-css urgent*/
  .header5 img.visible-xs {
    width: 150px !important;
    margin-top: 20px !important;
  }
}
/* VIKING FOOTER */

@media(min-width: 700px){
  .viking-footer{
    max-width: 940px;
    margin: 0 auto;
  }
  .footer-section-two .left-logo{
    max-width: 240px;
    width: 100%;
  }
}

@media(min-width: 521px) and (max-width: 968px) {
  .viking-footer, .footer-section-two{max-width: 96%;}
  .viking-footer{ margin: 0 auto;}
}

@media(max-width: 700px){
  .footer-section-two .left-logo{
    max-width: 180px;
    /* margin-bottom: 20px; */
  }
  .footer-section-two .contact{
    font-size: 14px !important;
    /* margin-top: 10px; */
   }
}
@media(max-width: 520px){
  .viking-footer{
    grid-template-columns: 1fr 1fr;
    padding: 50px 15px;
    justify-items: start;
  }
  .footer-section-two{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 425px){
  .footer-section-two{
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .footer-section-two .left-logo{
    /* max-width: 50px;
    margin-bottom: 0; */
  }
  .footer-section-two .logos,
  .footer-section-two .contact{ margin-top: 10px; margin-bottom: 0; }

   /* VIKING CAROUSEL SOW */
   .carousel-control.left{left: 0;}
   .carousel-control.right{right: 0;}
   .carousel-control {top: 95% !important;}
   .carousel-control img{ width: 28px; height: 28px;}
   /* VIKING CAROUSEL SOW */

}
@media(max-width: 320px){ .header-blue-bg{ padding: 0; } }

@media(max-width:300px){
  .viking-footer{
    display: block;
  }
}


/* VIKING FOOTER */

.viking-logos-mobile{ margin-bottom: 50px; }
@media( min-width: 769px ){
	.viking-logos-mobile{ display: none; }

  .footer-section-two .logos-section-one {
    text-align: center;
  }
}

/* QUOTES SLICK */
[data-behaviour~=quotes-slick] .slick-prev:before{
  content: url('../logos/left-arrow.svg');
}

[data-behaviour~=quotes-slick] .slick-next:before{
  content: url('../logos/right-arrow.svg');
}

.customer-logos img.remove-grayscale {
  filter: none !important;
}
