/*
	Theme Name: TIC Resource Portal
	Theme URI: http://html5blank.com
	Description: TIC Resource Portal Theme
	Version: 2023.v1.0.0
	Author: Ian Snook 
	Author URI: http://rocket-media.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
#adminmenu li .teamsection{ background-color:#4b80a8;}

.bulletindent{ margin-left:1rem !important;}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px !important;
  font-family: 'Lato', sans-serif !important;
  color: #878786 !important;
  line-height: 1.4;
}
body {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  color: #878786 !important;
}
h1{
  font-size: 1.4em;
  font-weight:900;
  margin-bottom: 0.5em;
  line-height: 1em;
}
h2{
  font-size: 1.2em;
  font-weight:900;
  margin-bottom: 0.5em;
  line-height: 1em;
}
h3{
  font-size: 0.9em;
  font-weight:900;
  margin-bottom: 0.5em;
  line-height: 1em;
}
h4{
  font-size: 1em;
  font-weight:bold;
  margin-bottom: 0.75em;
  margin-top: 2.5em;
  line-height: 1em;
  color: #53578D;
}
.fauxh2{
  font-size: 1.4em;
  font-weight:900;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.fauxh3{
  font-size: 0.9em;
  font-weight:900;
  margin-bottom: 0.5em;
  line-height: 1em;
}
p{
  margin-bottom: 0em;
}
p.drivequote{
  font-size: 1.4em;
  font-weight:900;
  font-style:italic;
  margin-bottom: 0.5em;
  line-height: 1em;
  color: #53578D;
}

.entry-categories-inner a{
  font-size: 1.7em;
  font-weight:900;
  margin-bottom: 1.5em !important;
  line-height: 1.5em;
  color:#878786  !important;
}
.entry-categories-inner a:hover{
  color:#4FA8C1  !important;
}
.entry-title a:hover{ color:#4FA8C1  !important;}

.entry-content > ul > li{ padding-bottom:1em !important}
.entry-content > ol > li{ padding-bottom:1em !important}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  color: #53578D;
  border-width: 1px;
  width: 80%;
  margin: 0 auto;
  MARGIN-BOTTOM: 2EM;
  MARGIN-TOP: 2EM;
}
hr:before {
  content: '';
  border-radius: 100%;
  position: absolute;
  height: 15px;
  width: 15px;
  background: #53578D;
  left: 50%;
  margin: -8px;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.clearfix {
    margin: 0px;
    padding: 0px;
    height: 0px;
    clear: both;
}

a{ text-decoration:none; color:inherit; }
.footer-1 > p > a{ text-decoration:none; color:inherit !important; }

a.readmore{ color:#53578D !important; font-weight:bold;}
a.readmore:hover{ color:#878786  !important; }

.faux-button{
  background-color:#53578D!important;
  padding: 1% !important;
  color: white !important;
  -webkit-border-radius: 1% !important;
  -moz-border-radius: 1% !important;
  border-radius: 1% !important;
}
.read-more-button-wrap:hover > a > faux-button{
	color:#878786 !important;
}
.excerpt-noimg > .wp-block-image{
	display:none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wp-block-search__input, .search-field{
	font-size: 16px;
	height: calc(2em + 1rem + 2px);
	padding: .5rem 1rem;
	border-radius: .3rem;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border: 1px solid #ced4da;
}
.wp-block-search__button, .search-submit{
	font-size: 16px;
	background-color: #2783aa; 
  	color: #fff !important;
  	border-radius: 0px 12px  12px 0px !important;
  	padding: 4px 8px 4px 8px !important;
	margin-left: 0px;
}
.wp-block-search__button:hover{
	background-color: #53578D; 
}

.search-form{
	display: flex;
	flex-wrap: nowrap;
   max-width: 100%;
}
.search-form > label{
	flex-grow: 1;
}
.search-field{
 width: 100%; 
}
.search-submit{
	font-size: 16px;
	height: calc(2em + 1rem + 2px);
	padding: .5rem 1rem;
	border: 1px solid #ced4da;
}
.search-submit:hover{
	background-color: #53578D; 
	cursor: pointer;
}


.preview-container {
  border: 1px solid #eee;
  height: 1000px !important;
  width: 100% !important;
}

.w3eden .btn{
	font-size: 0.7rem;
	margin:0.5rem 0.5rem 0 0;
}
#numberlist{
	margin-left:50px;
}
/* MENU */
.header {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height:100px;
  z-index: 999;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  position: relative;
}
.header li {
  position: relative;
}
.header li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  color: #53578D;
}
.header li a:hover,
.header .menu-btn:hover {
  color: #FFF;
  background-color:#53578D
}
.header li.activepage a{background-color:#979cca; color: #FFF;}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
.header .logo img{
  height: 50px;
}
/* LOGIN PAGE */
#loginform{ width:100% !important; }
#loginform > p > label,
#loginform > .user-pass-wrap > label{
    display: block;
    text-align: center;
    line-height: 150%;
    font-size: .85em;
}
#loginform > .user-pass-wrap > label{ margin-top:1rem;}
#user_login,
#user_pass{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 3% 3%;
    width: 100%;
}
input[type="text"]#user_login, 
input[type="password"]#user_pass{
	font-size:16px !important;
    background: #54578e;
    color: #fff;
    border-radius: 50px;
	width:93%;
}
.wp-pwd {
    margin-top: 0em;
}
.wp-hide-pw{ display:none !important; }
.forgetmenot{ display:none !important; }
#login > #nav{ display:none !important; }
#backtoblog{ display:none !important; }

/* RESET PASSWORD */
#wp_reset_password > p > label{
    display: block;
    text-align: center;
    line-height: 150%;
    font-size: .85em;
}
#resetnewpass,
#restnewcpass{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 3% 3%;
    width: 100%;
}
input[type="password"]#resetnewpass, 
input[type="password"]#restnewcpass{
	font-size:16px !important;
    background: #54578e;
    color: #fff;
    border-radius: 50px;
	width:93%;
}
.login-submit > #resetsubmitbtn {
  background-color: #2a82aa !important;
  padding: 18px 4rem 20px 4rem;
  margin-top: 1rem;
  border: none !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  color: #FFF;
  clear: both !important;
  margin-right: auto;
  margin-left: auto;
}

/* MENU */
.header .menu {
  clear: both;
  max-height: 0;
}

/* MENU ICON */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}

/* MENU BUTTON */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 1200px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/*--- DROPDOWN ---*/
/*--- DROPDOWN ---*/
.dontshowonmobile{ display:none !important; }
.menu ul {
    background-color: #fff;
    background: rgba(255,255,255,0);
    list-style: none;
    position: relative;
	left: 0px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
}
.menu ul li {
	text-align:right;
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
	
}
.menu ul a {
	text-align:left;
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.menu li:hover ul { /* Display the dropdown on hover */
    left:inherit;
	right: 0px;
    top: 0px;
	z-index:900 !important;
}


.twocoltext{
	column-count: 1;
	column-gap: 40px;
}
.threecoltext{
	column-count: 1;
	column-gap: 40px;
}
/*  SECTIONS  */
section {
  position: relative;
	clear: both;
	margin: 0px;
  width: 100%;
  margin: auto;
}

/* --------------------------------------- */
/* NEW FOR PORTAL WHER I DON'T USE COLUMNS */
/* --------------------------------------- */
.imageup{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.resource-container{
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:2rem;
}
.login-container{
  width: 90%;
  padding:0 5%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.login-title{ text-align:center; margin-bottom:2rem; margin-top:2rem;}
.login-container a.logo{ 
  display: block;
  width:100%;
  max-width:300px;  
  margin-right: auto;
  margin-left: auto;
}
.login-container a.logo img{ 
  width:100%;
}

.login-submit { text-align:center; margin-bottom:5rem;}
.login-submit > #wp-submit{
	background-color:#2a82aa  !important;
	padding:18px 4rem 20px 4rem;
	margin-top:1rem;
	border: none !important;
  	-webkit-border-radius: 20px !important;
  	-moz-border-radius: 20px!important;
  	border-radius: 20px !important;
  	color:#FFF;
	clear:both !important;
  margin-right: auto;
  margin-left: auto;
}
.login-submit > #wp-submit:hover{
	background-color:#56588c   !important;
	cursor:pointer;
}

.resourcetab{
  min-width:120px;
  min-height: 40px;
  border: none!important;
  font-size: 16px!important;
  background: #979cca !important;
  color: #fff!important;
  border-radius: 12px 14px 0px 0px!important;
  padding: 4px 8px 4px 8px!important;
  margin-right: 10px!important;
}
.resourcetab:hover{
	cursor:pointer;
	background-color:#56588c !important;
}
.tabactive{
	background-color:#56588c !important;
}
.resource-header{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
  
  border-style: solid;
  border-width: 0px 0px 6px 0px;
  border-color: #4b80a8;
	
	margin-top: 1rem;
}
.resource-header img{ max-height: 100px; max-width: 250px; margin-bottom: 0.8em; }
.resource-header h1{ 
  float:right; 
  color:#54578E; 
  text-transform:uppercase; 
  font-size:1.7rem; 
  font-weight:800;
  margin-bottom: 0em;
  text-align:right;
  margin-bottom: 0.4rem;
}

.resource-section{
	width:100%;
	margin-top:2.5%;
}

.tab-menu-container{
	width:100%;
	padding:0% 0%;
	margin-left: auto !important;
    margin-right: auto !important;
	display: flex;
	flex-wrap: wrap;
	list-style:none !important;
}

.tab-menu-container > .current_page_item a,
.tab-menu-container > .current_menu-item a{
	background-color:#56588c !important;
}
.extratabs{ margin-left: auto; } @media (max-width: 1100px) { .extratabs{ margin-left: 0; } }
.tab-menu{
	margin-right:4px;
	margin-bottom: 4px;
}
@media (max-width: 600px) { 
	.tab-menu, .extratabs{ width:100%; } 
}

.tab-menu a{
	min-width: 100px;
	min-height: 40px;
	display:inline-block;
	border: none !important;
	font-size: 16px !important;
	background: #979cca !important;
	background-color: rgb(151, 156, 202);
	color: #fff !important;
	border-radius: 12px 14px 0px 0px !important;
	padding: 4px 8px 4px 8px !important;
	line-height: 1.0;
	text-align:center;
	
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-menu a:hover{
	background-color:#56588c !important;
}

/*NEW RESOUCE LINK CSSS*/
.resource-link-content{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.resource-link-container{
	flex-basis:100%;
	background-color: #2783aa;
	color: #FFF;
	font-weight: 900;
	font-size: 1.2em;
	padding:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.resource-link-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.resource-link-container > .w3eden .btn{
	margin:0 !important;
	color:#2783aa;
	font-weight: 900;
	font-size: 0.8em;
	background-color:#FFF;
	border:#53578D solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
}
.resource-link-container > .w3eden .btn:hover{
	background-color:#53578D;
	color:#FFF;
}
@media (min-width: 1370px) { .resource-link-container{ flex-basis: calc(50% - 33px); } }
/*END NEW RESOUCE LINK CSSS*/

.resource-title-lozenge{
	color:#fff;
	font-weight: 900;
	font-size: 0.8em;
	background-color:#53578D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.resource-section-tabs{
	width:92%;
	padding:0% 1%;
	margin-left: auto !important;
    margin-right: auto !important;
	display: flex;
}
.resource-section-help{
	width:92%;
	padding:0% 2%;
	margin-left: auto !important;
    margin-right: auto !important;
	text-align:center;
}
.resource-section-help h2{
	color:#56588c;
	text-align:center;
	font-size:1.4rem;
}
.resource-section-sub{
	width:92%;
	padding:1% 1%;
	margin-left: auto !important;
    margin-right: auto !important;
	display: flex;
	background-color:#C5D9EA;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.resource-section-sub > ul > li.tab-menu > a,
.resource-section-sub > ul > div > ul > li.tab-menu > a{
	min-width: 100px;
	min-height: 40px;
	display: inline-block;
	border: none !important;
	font-size: 1em;
	/*background: #59B3C8 !important;*/
	background: #2783aa !important;
	color: #fff !important;
	border-radius: 12px 12px 12px 12px !important;
	padding: 4px 8px 4px 8px !important;
	line-height: 1.0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.resource-section-sub > ul > li.current_page_item > a,
.resource-section-sub > ul > div > ul > li.current_page_item > a,
.resource-section-sub > ul > li.current_menu-item > a,
.resource-section-sub > ul > div > ul > li.current_menu-item > a{
	background-color:#56588c !important;
}
.resource-section-sub > ul > li.tab-menu > a:hover,
.resource-section-sub > ul > div > ul > li.tab-menu > a:hover{
	background-color:#56588c !important;
}
.resource-section-sub > ul > li.activepage > a,
.resource-section-sub > ul > li.current-page-ancestor > a,
.resource-section-sub > ul > li.current_page_ancestor > a,
.resource-section-sub > ul > div > ul > li.activepage > a,
.resource-section-sub > ul > div > ul > li.current-page-ancestor > a,
.resource-section-sub > ul > div > ul > li.current_page_ancestor > a{
	background-color:#56588c !important;
}
.mainmenubg{ background-color:#B6D2EE;}
.secondmenubg{ background-color:#B4BAD7;}

.resource-section-tabs > ul > li.menu-item > a{
	min-width: 100px;
	min-height: 40px;
	margin-right:4px;
	display: inline-block;
	border: none !important;
	font-size: 1em;
	/*background: #59B3C8 !important;*/
	background: #2783aa !important;
	color: #fff !important;
	border-radius: 12px 12px 0px 0px !important;
	padding: 4px 8px 4px 8px !important;
	line-height: 1.0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.resource-section-tabs > ul > li.menu-item > a:hover{
	background: #56588c !important;
}
.resource-section-tabs > ul > li.current_page_item > a,
.resource-section-tabs > ul > li.current_menu-item > a{
	background: #56588c !important;
}

.resource-section-content{
	width:93.5%;
	padding:1.25% 1.25%;
	margin-left: auto !important;
    margin-right: auto !important;
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.resource-section-content img{ width:100%; max-width:600px; } 
.sub-page-resource img{ width: auto !important; }
@media (min-width: 1370px) {
	.resource-header{width:100%;  }
	.resource-section-sub{ width:96%; }
	.resource-section-tabs{ width:96%; }
	.resource-section-content{ width:97.5%; }
}
.resource-innner{
	width:100%;
	background-color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:0.7rem;
}
.inner-subcategory{ margin:0.7rem 0; }
.resource-innner-title{ 
	width:96%; 
	padding:1% 2%; 
	background-color:#2783aa;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
@media (max-width: 750px) { .resource-innner-title{padding:2% 2%;} }
@media (max-width: 500px) { .resource-innner-title{padding:2.5% 2.5%;} }


.title-subcategory{ background-color:#59b4c9; }
.titlesubtwo{ background-color:#2783aa; }

.resource-innner-title h2{
	color:#FFF;
	margin-bottom: 0em;
}
.resource-innner-content{
	width:96%; 
	padding:0.6% 2%; 
}
@media (max-width: 1100px) { .resource-innner-content{padding:0.6% 2% 2% 2%;} }
@media (max-width: 600px) { .resource-innner-content{padding:0.6% 2.5% 2.5% 2.5%;} }

.content-subcategory{ 
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.contentsubtwo{background-color:#fff; }

a.download-lnk {
    margin: 30px 30px 30px 0px;
    position: relative;
    display: inline-block;
	white-space: nowrap;
    font-family: Arial,serif;
    font-size: 20.1px;
    color: rgb(255,254,255);
    font-weight: 400;
    font-style: normal;
	padding: 6px 20px 6px 65px !important;
}
a.download-lnk.drk {
    background: #2a82aa;
}
a.download-lnk img {
    height: 60px;
    position: absolute;
    top: -11px;
    left: -10px;
	max-width: 100%;
    border: none;
}

/*  DRIVE PAGE MENU COLUMN SETUP  */
/*  COLUMN SETUP FOR DRIVE PAGE  */
.grid-drivepage{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1366px;
  width: 92%;
  margin: auto;
  padding: 2% 4%;
}
.grid-drivepage > .colall{ grid-column: span 8;}
.grid-drivepage > .col-left{ grid-column: span 8; }
.grid-drivepage > .col-right{ grid-column: span 8; text-align: center;}
.grid-drivepage img{ width: 100%; margin: 0 auto; }

.grid-drivemenu{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1366px;
  width: 92%;
  margin: auto;
  padding: 2% 4%;
}
.grid-drivemenu > .col-1{ grid-column: span 1;}

/*  ICEBERG HEADER  */
.grid-iceberg{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.col-iceberg{ grid-column: span 1; }
.col-alignend{ align-self: end; }
.col-aligncenter{ align-self: center; }
.col-alignstart{ align-self: start; }


/*  8 COLUMN HEADER  */
.grid-header{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
  width: 92%;
  height: 90%;
  margin: auto;
  padding: 80px 4% 0% 4%;
}
.hands{ height: 80%; }
.nogap{ grid-gap: 0px;}
.grid-header > .colall{ grid-column: span 8; align-self: center; }
.grid-header > .col-left{ grid-column: 2/span 10; align-self: end; }
.grid-header > .col-right{ grid-column: 2/span 10; align-self: start; text-align: center;}
.grid-header > .col-full{ grid-column: 2/span 10; align-self: center; }
.grid-header img{ width: 80%; margin: 0 auto; }
.grid-header > .fullwidth img{ 
	  max-width: 100%;
	  max-height: 500px;
	  width: auto;
	  height: auto;
	  margin: 0 auto;
}
.imgright{ align-self: end !important;}
.grid-header > .whiteclouds img, .blueclouds img, { width: 100%; margin: 0 auto !important; }
.step1{ grid-column-start: 2; grid-column-end: 5; }


/*  8 COLUMN SETUP  */
.grid-8{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1366px;
  width: 92%;
  margin: auto;
  padding: 2% 4%;
}
.nogap{ grid-gap: 0px;}
.grid-8 > .colall{ grid-column: span 8;}
.grid-8 > .col-1{ grid-column: span 8; }
.grid-8 > .col-2{ grid-column: span 8; }
.grid-8 > .col-3{ grid-column: span 8; }
.grid-8 > .col-4{ grid-column: span 8; }
.grid-8 > .col-5{ grid-column: span 8; }
.grid-8 > .col-6{ grid-column: span 8; }
.grid-8 img{ width: 100%; margin: 0 auto; }

/*  6 COLUMN SETUP  */
.grid-6{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1366px;
  width: 92%;
  margin: auto;
  padding: 2% 4%;
}
.nogap{ grid-gap: 0px;}
.grid-6 > .colall{ grid-column: span 6;}
.grid-6 > .col-1{ grid-column: span 6; }
.grid-6 > .col-2{ grid-column: span 6; }
.grid-6 > .col-3{ grid-column: span 6; }
.grid-6 > .col-4{ grid-column: span 6; }
.grid-6 > .col-5{ grid-column: span 6; }
.grid-6 img{ width: 100%; margin: 0 auto; }

/*  5 COLUMN SETUP  */
.grid-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1366px;
  width: 92%;
  margin: auto;
  padding: 2% 4%;
}
.grid-5 > .colall{ grid-column: span 5;}
.grid-5 > .col-1{ grid-column: span 5; }
.grid-5 > .col-2{ grid-column: span 5; }
.grid-5 > .col-3{ grid-column: span 5; }
.grid-5 > .col-4{ grid-column: span 5; }

.footer-3{ grid-column: span 5; }
.footer-4{ grid-column: span 5; }
.footer-1{ grid-column: span 2; font-size: 0.8em; }

.rowspan-2{ grid-row: 1 / span 2; }

.img-60 { width: 60%; margin: 0 auto;}
.img-80 { width: 80%; margin: 0 auto;}

.bluesection{ display: none;  }
.tenstepsblue{ background-color: #4FA8C1; margin-top: 4%;}

.textbottom{  align-self: end; }
.textbottom p{ margin-bottom: 0em; }
.textcentre{ align-self: center;}
.textcentre p{ margin-bottom: 0em; }
.texttop{ align-self: start; }
.texttop p{ margin-bottom: 0em; }

.textleft{ text-align: left; }
.textright{ text-align: right; }

.contact_footer{ color: #53578D; }
.contact_footer:hover{ color: #2783aa; }


/* DRIVE HEADER MENU */
.drivemenu-header{
	position:relative;
	width:100%;
}
.drivemenu-linksection{
	float:left;
	width:20%;
	padding: 5px 0%;
	text-align:center;
	background-color:#CCC;
	line-height:1em !important;
	text-decoration:none;
	color:#FFF;
}
.drivemenu-text{
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	padding:2% 0%;

	display: inline-block;
	vertical-align: middle;
	
	margin-top: 7px;
}
.drivemenu-linksection img{
	height:2em;
	padding:2% 6%;
	
	display: inline-block;
	vertical-align: middle;
}


/* DRIVE MENU */
.drivemenu{
  position: relative;
  background-color: #FFF;
  padding: 6% 4% 4% 4%;
  text-align: center;
  margin-bottom: 15px;
}
.drivemenu img{
  width: 60%;
  margin-bottom: 10%;
}
.drivemenu p{
  margin-bottom: 10%;
}
.drivemenu a{
  position: absolute;
  bottom: -6%;
  left: 10%;
  width: 72%;
  padding: 4%;
  color: #FFF;
  border: none;
  font-size: 1em;
  z-index: 0;
}
.develop{ background-color: #167999; }
.retain{ background-color: #3995B7; }
.improve{ background-color: #5FA6C1; }
.value{ background-color: #74A8C6; }
.excel{ background-color: #99BAD6; }
.drivemenu a{ text-decoration: none; }
.drivemenu a:hover{ background-color: #53578D; }

.drivemenu-header a.develop:hover { background-color:#53578D; }
.drivemenu-header a.retain:hover { background-color:#53578D; }
.drivemenu-header a.improve:hover { background-color:#53578D; }
.drivemenu-header a.value:hover { background-color:#53578D; }
.drivemenu-header a.excel:hover { background-color:#53578D; }

.imageright img{ text-align: right;}

.centercol{
  position: relative;
  text-align: center;
}
.centercol p{
  margin-bottom: 10%;
}

#circle {
  width: 100px;
  height: 100px;
  background: #7477AD;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10%;
}

.CTAcontainer{
	width:100%;
	text-align:center;
}
.CTAbutton{
  position: relative;
  margin:auto;
  padding: 1em;
  color: #878786;
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  border: none;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 900;
}
.CTAbutton::after{
  content: ">";
  position: absolute;
  display: flex;
  height: 100%;
  width: 2.5em;
  left:100%;
  top:0;
  background-color: #53578D;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: justify;
  vertical-align: middle;
}
.CTAbutton:hover{
  color: #FFF;
  background-color: #53578D;
}
.CTAbutton:hover:after{
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  color: #878786;
}

.CTAbutton2{
  position: relative;
  margin:auto;
  padding: 1em;
  color: #878786;
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  border: none;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 900;
}
.CTAbutton2::after{
  content: ">";
  position: absolute;
  display: flex;
  height: 100%;
  width: 2.5em;
  left:100%;
  top:0;
  background-color: #A9C3DE;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: justify;
  vertical-align: middle;
}
.CTAbutton2:hover{
  color: #FFF;
  background-color: #A9C3DE;
}
.CTAbutton2:hover:after{
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  color: #878786;
}

.gotobutton{
  position: relative;
  float: right;
  margin-top: 40px;
  bottom: 10%;
  right: 10%;
  padding: 1%;
  color: #878786;
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  border: none;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: bold;
  z-index: 900;
}
.gotobutton::after{
  content: ">";
  position: absolute;
  display: flex;
  height: 100%;
  width: 2.5em;
  left:100%;
  top:0;
  background-color: #A9C3DE;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: justify;
  vertical-align: middle;
}
.gotobutton:hover{
  color: #FFF;
  background-color: #A9C3DE;
}
.gotobutton:hover:after{
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  color: #878786;
}

.gotobutton2{
  position: absolute;
  bottom: -1.1em;
  right: 10%;
  padding: 1%;
  color: #878786;
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  border: none;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: bold;
  z-index: 900;
}
.gotobutton2::after{
  content: ">";
  position: absolute;
  display: flex;
  height: 100%;
  width: 2.5em;
  left:100%;
  top:0;
  background-color: #C5D9EA;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: justify;
  vertical-align: middle;
}
.gotobutton2:hover{
  color: #FFF;
  background-color: #C5D9EA;
}
.gotobutton2:hover:after{
	/* background-color:#ececec; */ 
	background-color:#dbdbdb;
  color: #878786;
}

.bluesquare{
  width: 10%;
  padding-top: 10%;
  margin-left: 15%;
  background-color: #A9C3DE;
  float: left;
}
.bluecircle{
  width: 25px;
  height:25px;
  margin-left: 5%;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 2px #A9C3DE;
  float: left;
}
.whattext{
  width: 70%;
  margin-left: 5%;
  float: left;
}

.greybutton{
  padding: 1% 1% 1% 1%;
  background-color: #575756;
  color: #FFF;
  font-size: 0.7em;
  text-decoration: none;
}
.greybutton:hover{
  background-color: #53578D;
}

.flexcontainer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:  center;
  justify-content: center;
}
.flexcontainer2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:  start;
  justify-content: center;
}
.flexitem{
  width: 21%;
  margin: 2%;
  text-align: center;
}
.ticsteps{
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #53578D;
  color: #FFF;
  font-size: 0.7em;
  text-align: center !important;
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  border-radius: 8%;
  margin:5px;
}
.ticsteps p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.flexcontainer img{
  width: 30px;
  margin: 0 0 0 0;
}

.grid-6-logo img {
    width: auto !important;
}
/* LOGO at Bottom */
.logocontainer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:  center;
  justify-content: center;
}
.logos{
  position: relative;
  width: 170px;
  color: #FFF;
  font-size: 0.7em;
  text-align: center !important;
  margin: 2%; /* this */
}
.logos img{
  max-height: 50px;
  max-width: 170px;
}

/* Gallery */
.nanogallery_gallerytheme_dark_ngy2p .nGY2paginationDot {
    border: none  !important;
    width: 15px !important;
    height: 15px !important;
    background-color: #ddd !important;
    opacity: 1 !important;
}
.nGY2paginationDotCurrentPage {
    background: #53578D !important;
    border: none  !important;
}

/* Drive Page Headers */
.drive-carousel{
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.drive-carousel img{
  width: 100%;
}
.driveheader{
  position: relative;
}

/* Flickity */
.image-carousel{
  margin-top:auto !important;
  padding-top:50px;
  position:relative;
  width: 100%;
  height:auto;
}
.image-carousel img{
  width: 100% !important;
}

.new-carousel{
  width: 100%;
  height:auto;
  min-height:100%;
  margin-bottom: 0;
  padding: 40px 0% 2% 0%;
  display: flex;
  align-items: center;
}
.new-carouselinner{
  max-width: 1366px;
  width: 92%;
  height:100%;
  margin: auto;
  padding: 4% 8% 15% 8%;
  
  display:flex;
  align-items:center;
  flex-wrap: wrap !important;
}
.new-carouselleft{
  width: 100%;
  padding-left:3%;
  margin-right:2%;
  margin-bottom:10%;
}

.new-carouselright{
  width: 100%;
  text-align:center;
}
.new-carouselright img{
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.new-carouselleft_image{
  width: 100%;
  text-align:center;
}
.new-carouselleft_image img{
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.new-carouselright_text{
  width: 100%;
  padding-right:3%;
  margin-left:2%;
  margin-bottom:10%;
}


@media (min-width: 900px) {
  .new-carouselleft{ width: 63% !important; margin-bottom:0%; } 
  .new-carouselright{ width: 35% !important;} 
  
  .new-carouselleft_image{ width: 35% !important;}
  .new-carouselright_text{ width: 63% !important; margin-bottom:0%; } 
  
  .equalfifty{ width: 50% !important; } 

  .new-carouselinner{ flex-wrap: nowrap !important; padding: 55px 40px 55px 40px;}
  .equalfifty{ width: 50% !important;}
}

/* Flickity */
.main-carousel{
  width: 100%;
  /* height:90vh; */
  height: 90vh;
  margin-bottom: 0;
  padding-top: 55px:
}
.subpage{ height: 50vh }
/* Flickity */
.carousel-cell{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.flickity-button{
  display: none;
}
/* Flickity Headers */
.header-text{
  position: absolute;
  left: 10%;
  top: 30%;
  width: 50%;
}
.header-one{ color: #FFF; font-size: 3em; font-weight:600; line-height: 1em;}
.header-two{ color: #FFF; font-size: 2em; font-weight:600; line-height: 1em;}
/* HEADER IMAGES */
.whiteclouds img{
	position:absolute;
	bottom:0;
	right:0;
	z-index:800;
	width:200%;
}
.blueclouds img{
	position:absolute;
	bottom:0;
	right:0;
	z-index:600;
	width:200%;
}
.rocket img{
	position:absolute;
	bottom:0;
	right:5%;
	z-index:700;
	height:60%;
}
.headerimg img {
    position: absolute;
    top:50%;
    right: 0%;
    z-index: 700;
    height: 30%;
}
.flickity-page-dots {
    position: absolute;
    bottom: 1em !important;
}
.flickity-page-dots .dot {
  width: 15px !important;
  height: 15px !important;
  background-color: #ddd !important;
  opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
    background-color: #53578D !important;
}
/* TESTIMONIALS */
.testimonials{
  min-height:10px !important;
  height:auto !important;
}
.testimonial-text{
  color: #878786;
  height:auto !important;
  width: 100%;
}
.testimonial-inner{
  width: 80%;
  margin: 0 auto;
}

/* FOOTER */
.footerclouds{
  position:relative;
  height: auto;
  overflow: hidden;
}
.footerclouds > .clouds-footer{
	position:relative;
	width:100%;
}
.footer-3:after, .footer-4:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 80%; /* Change this to whatever width you want. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 10px solid #53578D; /* This creates the border. Replace black with whatever color you want. */
}

.bg-blue{ background-color:#2C5EA3;}
.bg-blue2{ background-color:#5FA6C1;}
.bg-lightblue{ background-color:#A9C3DE; }
.bg-lightblue2{ background-color:#C5D9EA; }
.bg-lightblue3{ background-color:#D7EEF3; }
.bg-purple{ background-color:#53578D;}
.bg-lightpurple{ background-color:#7477AD;}
.bg-truq{ background-color:#4FA8C1;}
.bg-darkgrey{ background-color:#575756;}
.bg-grey{ background-color:#878786;}
.bg-lightgrey{ 	/* color:#ececec; */ color:#dbdbdb;}
.bg-white{ background-color:#FFF;}

.text-blue{ color:#2C5EA3;}
.text-lightblue{ color:#A9C3DE; }
.text-purple{ color:#53578D; }
.text-lightpurple{ color:#7477AD;}
.text-turq{ color:#4FA8C1;}
.text-white{ color: #FFF; }
.text-darkgrey{ color:#575756;}
.text-grey{ color: #878786; }
.text-lightgrey{ /* color:#ececec; */ color:#dbdbdb;}

.text-develop{ color: #167999; }
.text-retain{ color: #3995B7; }
.text-improve{ color: #5FA6C1; }
.text-value{ color: #74A8C6; }
.text-excel{ color: #99BAD6; }
.h1nomargin{ margin-bottom: 8px !important; margin-top: 8px !important;}

.alignleft{ text-align: left; }
.aligncentre{ text-align: center; }
.alignright{ text-align: right; }

.footer-alignleft{ text-align: center; }
.footer-aligncentre{ text-align: center; }
.footer-alignright{ text-align: center; }

.sectionpadding2{padding: 2% 0%;}
.sectionpadding3{padding: 3% 0%;}
.sectionpadding4{padding: 4% 0%;}
.sectionpadding5{padding: 5% 0%;}
.sectionpadding6{padding: 6% 0%;}
.sectionpadding7{padding: 7% 0%;}
.sectionpadding8{padding: 8% 0%;}
.sectionpadding9{padding: 9% 0%;}
.sectionpadding10{padding: 10% 0%;}

.paddingtop2{padding: 2% 0% 0% 0% !important;}
.paddingtop3{padding: 3% 0% 0% 0% !important;}
.paddingtop4{padding: 4% 0% 0% 0% !important;}
.paddingtop5{padding: 5% 0% 0% 0% !important;}
.paddingtop6{padding: 6% 0% 0% 0% !important;}
.paddingtop7{padding: 7% 0% 0% 0% !important;}
.paddingtop8{padding: 8% 0% 0% 0% !important;}
.paddingtop9{padding: 9% 0% 0% 0% !important;}
.paddingtop10{padding: 10% 0% 0% 0% !important;}

.paddingbottom2{padding: 0% 0% 2% 0% !important;}
.paddingbottom3{padding: 0% 0% 3% 0% !important;}
.paddingbottom4{padding: 0% 0% 4% 0% !important;}
.paddingbottom5{padding: 0% 0% 5% 0% !important;}
.paddingbottom6{padding: 0% 0% 6% 0% !important;}
.paddingbottom7{padding: 0% 0% 7% 0% !important;}
.paddingbottom8{padding: 0% 0% 8% 0% !important;}
.paddingbottom9{padding: 0% 0% 9% 0% !important;}
.paddingbottom10{padding: 0% 0% 10% 0% !important;}

.paddingside2{padding: 0% 2% 0% 2% !important;}
.paddingside3{padding: 0% 3% 0% 3% !important;}
.paddingside4{padding: 0% 4% 0% 4% !important;}
.paddingside5{padding: 0% 5% 0% 5% !important;}
.paddingside6{padding: 0% 6% 0% 6% !important;}
.paddingside7{padding: 0% 7% 0% 7% !important;}
.paddingside8{padding: 0% 8% 0% 8% !important;}
.paddingside9{padding: 0% 9% 0% 9% !important;}
.paddingside10{padding: 0% 10% 0% 10% !important;}

.margintop2{margin-top: 2%;}
.margintop3{margin-top: 3%;}
.margintop4{margin-top: 4%;}
.margintop5{margin-top: 5%;}
.margintop6{margin-top: 6%;}
.margintop7{margin-top: 7%;}
.margintop8{margin-top: 8%;}
.margintop9{margin-top: 9%;}
.margintop10{margin-top: 10%;}

.marginbottom2{margin-bottom: 2%;}
.marginbottom3{margin-bottom: 3%;}
.marginbottom4{margin-bottom: 4%;}
.marginbottom5{margin-bottom: 5%;}
.marginbottom6{margin-bottom: 6%;}
.marginbottom7{margin-bottom: 7%;}
.marginbottom8{margin-bottom: 8%;}
.marginbottom9{margin-bottom: 9%;}
.marginbottom10{margin-bottom: 10%;}

.padding2{padding: 2%;}
.padding3{padding: 3%;}
.padding4{padding: 4%}
.padding5{padding: 5%;}
.padding6{padding: 6%;}
.padding7{padding: 7%;}
.padding8{padding: 8%;}
.padding9{padding: 9%;}
.padding10{padding: 10%;}

.greycircleitem::before{
  content: '';
  border-radius: 100%;
  position: absolute;
  height: 15px;
  width: 15px;
  background: #53578D;
  left: 50%;
  margin: -8px;
}

blockquote {
  background: none;
  border-color: #53578D !important;
  border-left: 10px solid #53578D;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #53578D;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  visibility: hidden;
  content: close-quote;
}
blockquote p {
  display: inline;
}
blockquote .quoteperson{ font-weight:bold; color:#53578D; display: block; margin-top: 0.75em; margin-bottom: 0em !important;}
cite{ display: block; }

/*---------- WORDPRESS-------------*/
/*---------- WORDPRESS-------------*/
/*---------- WORDPRESS-------------*/
/*---------- WORDPRESS-------------*/

/* IMAGE UPLOAD */
#myModal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	background-color: #fefefe;
	margin: 3% auto;
	padding: 10px;
	border: 1px solid #888;
	width: 30%;
	min-width: 360px;
	max-height: 660px;
	overflow-y: auto;
}
#myModal h4{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    line-height: 1em;
    color: #53578D;
}
/* END IMAGE UPLOAD */	
	
/*  COLUMN SETUP FOR DRIVE PAGE  */
.grid-drivepage{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;

  max-width: 1200px;
  width: 92%;
  margin: auto;
  padding: 6% 4%;
}
.grid-drivepage > .colall{ grid-column: span 8;}
.grid-drivepage > .col-left{ grid-column: span 8; }
.grid-drivepage > .col-right{ grid-column: span 8; }
.grid-drivepage img{ width: 100%; height:auto !important; margin: 0 auto !important; }

a {
    color: #167999;
	text-decoration:none !important;
}
entry-categories-inner a{
	color: #167999;
}
.entry-title {
    color: #53578D !important;
}
.entry-categories-inner,
.color-accent,
.entry-title a {
    color: #53578D !important;
}
.archive-title{ color:#878786; }

/* POST META */
.post-meta-single-top .post-meta {
	justify-content: left;
}
.post-meta-wrapper {
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	max-width: 58rem;
	width: 100%;
}
.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.85em;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}
.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}
.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}
.sticky .post-sticky {
	color: inherit;
}
.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta svg * {
	fill: currentColor;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Featured Media ---------------------------- */
.singular .entry-header {
    padding: 4rem 0 2rem 0;
	margin-top:-35px;
}
.featured-media {
	margin-top: 2rem;
	position: relative;
}
.singular .featured-media {
	margin-top: 0;
}
.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}
.singular .featured-media::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}
.featured-media img {
    margin: 0 auto !important;
    display: block;
    height: auto;
    max-width: 100%;
}
.singularimg > article > .featured-media img { max-width: 90%; }

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}
.post-inner {
	padding-top: 2rem;
	text-align:left;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}

/* Sections ---------------------------------- */
section {
	padding: 5rem 0;
	width: 100%;
}
.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: 100%;
}
.section-inner.max-percentage {
	width: 100%;
}
.section-inner.thin {
	max-width: 58rem;
}
.section-inner.small {
	max-width: 80rem;
}
.section-inner.medium {
	max-width: 100rem;
}
.section-inner.no-margin {
	margin: 0;
}

/*-- FOOTER WIDGETS --*/
.footer-widgets ul{
    list-style: none;
    margin: 0;
}
.footer-widgets ul li {
    margin: 1rem 0 0 0;
}
.footer-widgets ul li a{
	color:#53578D;
}
.footer-widgets ul li a:hover{
	color:#2C5EA3;
}
.widget-title{
	margin-bottom:0.2em !important;
}

.nopadding{
	padding: 0rem 0 !important;
}
.minus35{
	margin-top: -35px;
}

/* Single Pagination ------------------------- */

.styled-separator{
	width:100%;
	
}
.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}
.pagination-single-inner {
	display: flex;
	flex-direction: column;
}
.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
	font-size: 0.7em;
    color: #53578D ;
    text-decoration: none !important;
}
.pagination-single a:hover {
    color: #167999;
    text-decoration: none !important;
}
.pagination-single a + a {
	margin-top: 1rem;
}
.pagination-single a .arrow {
	margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}
/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */
#comment{
	width: 100%;
}

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1em;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


.form-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #53578D;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}
.form-submit input[type="submit"]:hover {
	background: #5FA6C1;
}
/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 0rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}

/* SUPPORT TICKET SYSTEM */
.head_wpyar_tickt a,
.head_send_ticket_wpyar .btn_back_wpyt,
#nirweb_ticket_frm_user_send_ticket,
.top_box_back_rep a {
  border-radius: 12px;
  background-color: #53578D;
  color: #fff;
}
.head_wpyar_tickt a:hover,
.head_send_ticket_wpyar .btn_back_wpyt:hover,
#nirweb_ticket_frm_user_send_ticket:hover,
.top_box_back_rep a:hover {
  background-color: #2783aa;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* Large desktop */
@media (min-width: 1366px) {
  html { font-size: 18px !important; }

  .grid-header > .col-left{ grid-column: 2/span 6; align-self: center; }
  .grid-header > .col-right{ grid-column: span 4; align-self: center; }
  .grid-header img{ width: 80%; margin: 0 auto; }

  .grid-drivepage > .col-left{ grid-column: span 7; }
  .grid-drivepage > .col-right{ grid-column: span 1; }

  .grid-drivemenu > .col-1{ grid-column: span 5;}

  .grid-8 > .col-1{ grid-column: span 1; }
  .grid-8 > .col-2{ grid-column: span 2; }
  .grid-8 > .col-3{ grid-column: span 3; }
  .grid-8 > .col-4{ grid-column: span 4; }
  .grid-8 > .col-5{ grid-column: span 5; }
  .grid-8 > .col-6{ grid-column: span 6; }

  .grid-6{ width: 96%; padding: 2% 2%; }
  .grid-6 > .col-1{ grid-column: span 1; }
  .grid-6 > .col-2{ grid-column: span 2; }
  .grid-6 > .col-3{ grid-column: span 3; }
  .grid-6 > .col-4{ grid-column: span 4; }
  .grid-6 > .col-5{ grid-column: span 5; }
  
.footer-alignleft{ text-align: left; }
.footer-aligncentre{ text-align: center; }
.footer-alignright{ text-align: right; }

  .grid-5 > .col-1{ grid-column: span 1; }
  .grid-5 > .col-2{ grid-column: span 2; }
  .grid-5 > .col-3{ grid-column: span 3; }
  .grid-5 > .col-4{ grid-column: span 5; }

  .footer-3{ grid-column: span 3; }
  .footer-4{ grid-column: span 4; }
  .footer-1{ grid-column: span 1; }

  .gotobutton{ position: absolute; float: none; margin-top: 0; }

  .whiteclouds img{ width:100%; }
  .blueclouds img{ width:100%; }
  .rocket img{ right:10%; height:75%; }
  .headerimg img{ right:7%; height:75%; }
  .main-carousel{ height:90vh }
  .header-text{ width: 40%; }
  .header-one{ font-size: 4em; }
  .header-two{ font-size: 2.5em; }

  .header .logo img{ height: 65px; }
  .header li a{ font-size:1em }

  .bluesection{ width: 100%; height: 50%; position: absolute; top:0; z-index: -1; display: inline-block;}
  .tenstepsblue{ margin-top: 0%;}
  
  .section-inner {
	width: calc(100% - 12rem);
  }
  
  .singularimg > article > .featured-media img { max-width: 55%; }
  
  .drivemenu-text{ font-size:1em; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1024px) and (max-width: 1365px) {
  html { font-size: 18px !important; }
  .resource-container { width: 90%; }

  .grid-header > .col-left{ grid-column: 2/span 6; align-self: center; }
  .grid-header > .col-right{ grid-column: span 5; align-self: center; }
  .grid-header img{ width: 80%; margin: 0 auto; }

  .grid-drivepage > .col-left{ grid-column: span 7; }
  .grid-drivepage > .col-right{ grid-column: span 1; }

  .grid-drivemenu > .col-1{ grid-column: span 5;}

  .grid-8 > .col-1{ grid-column: span 1; }
  .grid-8 > .col-2{ grid-column: span 2; }
  .grid-8 > .col-3{ grid-column: span 3; }
  .grid-8 > .col-4{ grid-column: span 4; }
  .grid-8 > .col-5{ grid-column: span 5; }
  .grid-8 > .col-6{ grid-column: span 6; }

  .grid-6 > .col-1{ grid-column: span 1; }
  .grid-6 > .col-2{ grid-column: span 2; }
  .grid-6 > .col-3{ grid-column: span 3; }
  .grid-6 > .col-4{ grid-column: span 4; }
  .grid-6 > .col-5{ grid-column: span 5; }
  
.footer-alignleft{ text-align: left; }
.footer-aligncentre{ text-align: center; }
.footer-alignright{ text-align: right; }

  .grid-5 > .col-1{ grid-column: span 1; }
  .grid-5 > .col-2{ grid-column: span 2; }
  .grid-5 > .col-3{ grid-column: span 3; }
  .grid-5 > .col-4{ grid-column: span 5; }

  .footer-3{ grid-column: span 3; }
	.footer-4{ grid-column: span 4; }
  .footer-1{ grid-column: span 1; }

  .gotobutton{ position: absolute; float: none; margin-top: 0; }

  .whiteclouds img{ width:150%; }
  .blueclouds img{ width:150%; }
  .rocket img{ right:7%; height:70%; }
  .headerimg img{ right:7%; height:70%; }
  .main-carousel{ height:90vh }
  .header-one{ font-size: 4em; }
  .header-two{ font-size: 2.5em; }

  .header .logo img{ height: 60px; }
  .header li a{ font-size:0.9em }
  
  .section-inner {
	width: calc(100% - 10rem);
  }
  
  .singularimg > article > .featured-media img { max-width: 65%; }
  
  .drivemenu-text{ font-size:1em; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {
  html { font-size: 18px; }
  .resource-container { width: 90%; }

  .grid-header > .col-left{ grid-column: 2/span 6; align-self: center; }
  .grid-header > .col-right{ grid-column: span 5; align-self: center; }
  .grid-header img{ width: 80%; margin: 0 auto; }

  .grid-drivepage > .col-left{ grid-column: span 7; }
  .grid-drivepage > .col-right{ grid-column: span 1; }

  .grid-drivemenu > .col-1{ grid-column: span 5;}

  .grid-8 > .col-1{ grid-column: span 1; }
  .grid-8 > .col-2{ grid-column: span 2; }
  .grid-8 > .col-3{ grid-column: span 3; }
  .grid-8 > .col-4{ grid-column: span 4; }
  .grid-8 > .col-5{ grid-column: span 5; }
  .grid-8 > .col-6{ grid-column: span 6; }
  .grid-8 > .col-2{ font-size: 0.8em;}

  .grid-6 > .col-1{ grid-column: span 1; }
  .grid-6 > .col-2{ grid-column: span 2; }
  .grid-6 > .col-3{ grid-column: span 3; }
  .grid-6 > .col-4{ grid-column: span 4; }
  .grid-6 > .col-5{ grid-column: span 5; }
  
.footer-alignleft{ text-align: left; }
.footer-aligncentre{ text-align: center; }
.footer-alignright{ text-align: right; }

  .boatcol{ grid-column: span 6 !important; }
  img.boatcol{ width: 80% !important;}

  .grid-5 { grid-template-columns: repeat(5, 1fr); }
  .grid-5 > .col-1{ grid-column: span 1; }

  .footer-3{ grid-column: span 3; }
  .footer-4{ grid-column: span 4; }
  .footer-1{ grid-column: span 1; }

  .blueclouds img{ width:100%; }
  .main-carousel{ height:90vh }
  .header-one{ font-size: 4em; }
  .header-two{ font-size: 2.5em; }
  .header li a{ font-size:0.75em }
  
  .section-inner {
	width: calc(100% - 8rem);
  }
  
  .singularimg > article > .featured-media img { max-width: 70%; }
  
  .drivemenu-text{ font-size:1em; }
}

@media (max-width: 780px) and (orientation: landscape){
  .grid-6 > .col-1{ grid-column: span 1 !important; }
  .grid-6 > .col-2{ grid-column: span 2 !important; }
  .grid-6 > .col-3{ grid-column: span 3 !important; }
  .grid-6 > .col-4{ grid-column: span 4 !important; }
  .grid-6 > .col-5{ grid-column: span 5 !important; }
}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
  .resource-container { width: 90%; }

  .grid-drivemenu > .col-1{ grid-column: span 1;}

  .grid-header > .col-left{ grid-column: 2/span 6; align-self: center; }
  .grid-header > .col-right{ grid-column: span 5; align-self: center; }
  .grid-header img{ width: 80%; margin: 0 auto; }

  .grid-8 > .col-1{ grid-column: span 8; }
  .grid-8 > .col-2{ grid-column: span 8; }
  .grid-8 > .col-3{ grid-column: span 8; }
  .grid-8 > .col-4{ grid-column: span 8; }
  .grid-8 > .col-5{ grid-column: span 8; }
  .grid-8 > .col-6{ grid-column: span 8; }

  .grid-6 > .col-1{ grid-column: span 6; }
  .grid-6 > .col-2{ grid-column: span 6; }
  .grid-6 > .col-3{ grid-column: span 6; }
  .grid-6 > .col-4{ grid-column: span 6; }
  .grid-6 > .col-5{ grid-column: span 6; }

  .grid-5 { grid-template-columns: repeat(4, 1fr); }
  .grid-5 > .col-1{ grid-column: span 2; }

  .footer-3{ grid-column: span 5; }
   .footer-4{ grid-column: span 5; }
  .footer-1{ grid-column: span 2; }

  .whiteclouds img{ width:200%; }
  .blueclouds img{ width:200%; }
  .main-carousel{ height:90vh }
  .header-one{ font-size: 3em; }
  .header-two{ font-size: 2.2em; }
  .header li { padding: 0px 0px;}
  .drivemenu-text{ font-size:1em; }

}

@media (min-width: 650px) {
  .flickity-button{
    display: block;
  }
}



/* LANDSCAPE TABLETS - TRY TO ONLY USE FOR HEADER */
@media (min-width: 736px) and (max-width: 1366px) and (orientation: landscape) {
  .whiteclouds img{ width:120%; }
  .blueclouds img{ width:120%; }
  .main-carousel{ height:90vh }
}
/* LANDSCAPE PHONES - TRY TO ONLY USE FOR HEADER */
@media (max-width: 735px) and (orientation: landscape) {
  .whiteclouds img{ width:120%; }
  .blueclouds img{ width:120%; }
  .main-carousel{ height:90vh }
}

/* PORTRAIT TABLETS - TRY TO ONLY USE FOR HEADER */
@media (min-width: 736px) and (max-width: 1366px) and (orientation: portrait) {
  .grid-header > .col-left{ grid-column: 2/span 10; align-self: end; }
  .grid-header > .col-right{ grid-column: 2/span 10; align-self: start; }
  .grid-header img{ width: 60%; margin: 0 auto; }
}
/* PORTRAIT PHONES - TRY TO ONLY USE FOR HEADER */
@media (max-width: 735px) and (orientation: portrait) {
  .grid-header > .col-left{ grid-column: 2/span 10; align-self: end; }
  .grid-header > .col-right{ grid-column: 2/span 10; align-self: start; }
  .grid-header img{ width: 90%; margin: 0 auto; }
  .grid-header > .whiteclouds img{ width: 100% !important; margin: 0 auto; }
}

/* 48em = 768px for MENU */
.menudesktop{ display:none;}
.menumobile{ display:inherit;}
@media (min-width: 48em) {
  .resource-container { width: 90%; }
  .menudesktop{ display:inherit;}
  .menumobile{ display:none;}
  .header .menu {
    max-height: 100%;
  }
  .header ul {
	overflow:visible;
  }
  .header li {
    float: left;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header li a {
    display:inline-block;
    vertical-align:middle;
  }
  .header li a:hover{
    border-radius: 21px;
    background-color: #56588c ;
    color: #FFF;
  }
  .header li.activepage a{border-radius: 21px; background-color:#56588c ; color: #FFF;}
  .header .menu {
    clear: none;
    position: absolute;
    right:0;
    height: 100%;
  }
  .driveheader .menu {
      clear: none;
      position: relative;
      float: right;
      height: 100%;
      margin-top: 1.2%;
  }
  .header .menu-icon {
    display: none;
  }
  
  .dontshowonmobile{ display:inline-block !important; }
  .menu ul {
	  background-color: #fff;
	  background: rgba(255,255,255,0);
	  list-style: none;
	  position: absolute;
	  left: -9999px;  /*Hide off-screen when not needed (this is more accessible than display: none;) */
  }
  .menu ul li {
	  text-align:right;
	  padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	  float: none;
	  z-index:950 !important;
  }
  .menu ul a {
	  background-color:#FFF;
	  border-radius: 21px;
	  text-align:right;
	  white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  }
  .menu li:hover ul { /* Display the dropdown on hover */
	  left:inherit;
	  right: 0px;
	  top: 70px;
  }

}
@media (max-width: 575px) {
	.resource-container { width: 90%; }
	.drivemenu-text { display: block !important; }
	.drivemenu-linksection { padding: 2% 0%; }
	
	.resource-header{ justify-content: center; }
	.resource-header img { margin-top:1rem; }
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

