@charset "UTF-8";
/* CSS Document */

/* 
cursor: pointer;

SLT blue hex code: #4b85d1
SLT secondary blue hex code: #153054
headline - text: #252524;
*/

/* the css links below are to make sure that the browser dosn't attach any of its own formats, underline,  visted link, hover, etc and sets it to none. Allowing me to display the links exactly as I want with my own css class */
a:link {
    	text-decoration: none;
		color:#252524;
}

a:visited {
    	text-decoration: none;
		color:#252524;
}

a:hover {
    	text-decoration: none;
		color:#4b85d1;
}

a:active {
    	text-decoration: none;
		color:#4b85d1;
}

 .leaderboard {
position: relative;
padding-bottom: 12.1%; 
height: 0;
background-image: linear-gradient(to right, rgba(65,143,199,1), rgba(48,97,169,1));
}

 .IframeMPU {
    background-image: linear-gradient(to right, rgba(65, 143, 199, 1), rgba(48, 97, 169, 1));
    padding-bottom: 83.33%;
}

 .IframeTower {
    padding-bottom: 166.67%; /* 1000(h)/600(w) = 1.6667 x 100 = 166.67% */
	 background-color: #ddd;
}


.absoluteIFrame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:0px;
margin:0px;
}

.youTubeIFrame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border:solid 1px #686868;

}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Below code is for when you highlight text */
::selection {
	background: #4b85d1; /* WebKit/Blink Browsers */
	color:#ffffff;
}
::-moz-selection {
	background: #4b85d1; /* Gecko Browsers */
	color:#ffffff;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   margin:0px;
   padding:0px;
}

.home-page-h1{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #252524;
    line-height: 100%;
}

.home-page-h2{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #252524;
    line-height: 100%;
}

/* This should be the breadcrumb text */
.breadcrumb  {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	color:#4b85d1;
	font-size: 14px;
}

ol {
  list-style-type: none;
    padding: 0;
    margin: 10px;
}

/*
ul {
  list-style-type: none;
    padding: 0;
    margin: 0;
}
*/

li {
    display: inline;
    padding: 0;
    margin: 0;
}


.button {
  text-align: right;
}

/* delete if everything continues to work 
.h1-white  {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	color:#ffffff;
	font-size: 12px;
	}

*/

/* This should be the breadcrumb text */

.knowledgebase-box{
 	padding-bottom: 20px;
  	padding-top:20px;
  	text-align: left;
	border-top: solid 1px #252524;
	border-bottom: solid 1px #252524;
}

.knowledgebase-keyline-divider-div-span{
	height:20px;	
	border-bottom:1px #252524 solid;
	margin-top:10px;
	margin-bottom:10px;
}

.knowledgebase-headline{
  font-weight: 900;
  font-style: normal;
  font-size: 35px;
  color: #252524;
  line-height: .8;
  font-family: "proxima-nova", sans-serif;
}

.knowledgebase-text{
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #252524;
  line-height: .8;
  font-family: "proxima-nova", sans-serif;
}

.knowledgebase-box-mention-text{
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  color: #252524;
}

.knowledgebase-box-Term-Link{
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 20px;
	color: #252524;
}

.knowledgebase-box-Term-Link:hover{
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 20px;
	color: #4b85d1;
	text-decoration: underline;
}



/* Essential CSS */
body {
	max-width: 100%;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
  	margin-right: 0px;
}

.content {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 900px) {
.content {
    margin-left: 10px;
    margin-right: 10px;
}
}

.logo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-top: 1px solid #252524;
	border-bottom: 1px solid #252524;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 900px) {
.logo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-top: 1px solid #252524;
	border-bottom: 1px solid #252524;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.logo-no-top-border {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-bottom: 1px solid #252524;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 900px) {
.logo-no-top-border {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-bottom: 1px solid #252524;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.logo-flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 6;
}

.logo-strap-flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: right;
	grid-column: span 6;
}

@media only screen and (max-width: 1300px) {
.logo-flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 12;
}

.logo-strap-flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: right;
	grid-column: span 12;
}
}

@media only screen and (max-width: 900px) {
.logo-flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 12;
}

.logo-strap-flex-box-span-5 {
	display: none;
}
}

	.logo-strap {
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-size: 25px;
  	color: #252524;
  	line-height: .7;

}


.logo-full-width {
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
	height:auto;
	max-width:100%;
    background-color: #ffffff;
	z-index:99;
}

logo-full-width-overlay{
    padding-bottom:20px;
	height:auto;
	max-width:100%;
}


.footer-full-width {
	height:auto;
	max-width:100%;
	background-color:#ffffff;
}

hr {
    border: 0;
    height: 1px;
	background-color: #252524;
	margin-top: 7px;
	margin-bottom: 7px;	
}

b {
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	color: #4b85d1;		
}


.flex-box {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 3;
}

.flex-box-span-1 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 1;
}

.flex-box-span-10 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 10;
	display:inline;
	margin-bottom: auto;
	margin-top: auto;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-10 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 8;
	display:inline;
	margin-bottom: auto;
	margin-top: auto;
}
}

@media only screen and (max-width: 900px) {
.flex-box-span-10 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 12;
	display:inline;
	margin-bottom: auto;
	margin-top: auto;
}
}

.flex-box-span-10-text-align-center {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 9;
	display:inline;
	margin-bottom: auto;
	margin-top: auto;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-10-text-align-center {
	display:none;
}
}

.flex-box-span-1-text-align-center {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 1;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-1-text-align-center {
	display:none;
}
}

.flex-box-span-2 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	grid-column: span 2;
}

.flex-box-span-2-text-align-center {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	grid-column: span 2;
	text-align: center;
}

.flex-box-span-3 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 3;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-3 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 6;
}

}

@media only screen and (max-width: 900px) {
.flex-box-span-3 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 12;
}

}

.flex-box-span-3-text-align-right {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: left;
	grid-column: span 3;
}

.flex-box-span-3-text-align-left {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: right;
	grid-column: span 4;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-3-text-align-left {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: right;
	grid-column: span 6;
}

}

@media only screen and (max-width: 900px) {
.flex-box-span-3-text-align-left {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-align: left;
	grid-column: span 12;
}

}

.flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 5;
}

@media only screen and (max-width: 1300px) {
.flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 7;
}

}

@media only screen and (max-width: 900px) {
.flex-box-span-5 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 12;
	grid-row: 1;
}

}

.flex-box-column-start-9-grid-column-end-11 {
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	grid-column: span 2;
}

/* delete if everything continues to work 
.align-div{
	text-align: center;
}
*/

.spacer-div{
	height:10px	
}

.spacer-div-7px{
	height:7px	
}

.spacer-div-15px{
	height:15px	
}

.spacer-div-20px{
	height:20px	
}

.spacer-div-30px{
	height:30px	
}

.spacer-div-50px{
	height:50px	
}

.spacer-div-100px{
	height:100px	
}

.keyline-divider-div-span{
	height:20px;	
	border-bottom:1px #252524 solid;
	margin-bottom:20px;
}

.keyline-divider-div-span-12{
	grid-column: span 12;
	height:20px;	
	border-bottom:1px #252524 solid;
	margin-bottom:20px;
}

.keyline-divider-div-span-3{
	grid-column: span 3;
	height:20px;	
	border-bottom:1px #252524 solid;
	margin-bottom:20px;
}

/* Essential CSS */

/* img CSS */
img{
	width:100%;
	display: block;
	height:auto;
}

.img-margin-hover {
    width: 100%;
    display: block;
    height: auto;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-margin-hover:hover {
    width: 100%;
    display: block;
    height: auto;
	opacity: .7;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
	opacity: .7;
}

.img-box-shadow{
	width:100%;
	display: block;
	height:auto;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-box-shadow:hover{
	width:100%;
	display: block;
	height:auto;
	opacity: .7;
}


.img-margin-bottom-7px-no-hover {
    width: 100%;
    display: block;
    height: auto;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-margin-bottom-magazine {
    width: 100%;
    display: block;
    height: auto;
	border:1px solid #252524;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-margin-bottom-magazine:hover {
    width: 100%;
    display: block;
    height: auto;
	border:1px solid #252524;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
	opacity: .7;
}

.img-margin-bottom-7px {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 20px;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-margin-bottom-7px:hover {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 20px;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
	opacity: .7;
}

.img-magazine-margin-bottom-30px {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
	border: solid 1px #252524;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
}

.img-magazine-margin-bottom-30px:hover {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
	border: solid 1px #252524;
/*
    box-shadow: 0px 5px 10px 0px #707070;
*/
	opacity: .7;
}

.img-service-provider-margin-bottom-30px {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 30px;
/*
	border-bottom:1px solid #252524;
*/
}

/* img CSS */


/* Navigation css */

.horizontal-navigation-subscribe-box {
  	grid-column: 10;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-subscribe-box {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.horizontal-navigation-subscribe-box {
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row: 2;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

}

/* To override the default link styles */
.horizontal-navigation-subscribe-box:link,
.horizontal-navigation-subscribe-box:visited,
.horizontal-navigation-subscribe-box:hover,
.horizontal-navigation-subscribe-box:active {
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}

.horizontal-navigation-subscribe-box-for-overlay {
  	grid-column: 11;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-subscribe-box-for-overlay {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.horizontal-navigation-subscribe-box-for-overlay {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding:5px;
}

}

/* To override the default link styles */
.horizontal-navigation-subscribe-box-for-overlay:link,
.horizontal-navigation-subscribe-box-for-overlay:visited,
.horizontal-navigation-subscribe-box-for-overlay:hover,
.horizontal-navigation-subscribe-box-for-overlay:active {
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}


.horizontal-navigation-full-menu-box {
  	grid-column: 12;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-full-menu-box:hover {
  	grid-column: 12;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-full-menu-box {
	grid-column-start: 9;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-full-menu-box:hover {
	grid-column-start: 9;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.horizontal-navigation-full-menu-box {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-full-menu-box:hover {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

.horizontal-navigation-full-menu-box-for-overlay {
  	grid-column: 12;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding:5px;
}

.horizontal-navigation-full-menu-box-for-overlay:hover {
  	grid-column: 12;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-full-menu-box-for-overlay {
	grid-column-start: 11;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-full-menu-box-for-overlay:hover {
	grid-column-start: 11;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.horizontal-navigation-full-menu-box-for-overlay {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-full-menu-box-for-overlay:hover {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

.hamburger-and-close-text{	
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	cursor: pointer;
}

.hamburger-and-close-text-secondary-to-white{	
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;	
	cursor: pointer;
}

.hamburger-and-close-text-secondary-to-white:hover{	
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;	
	cursor: pointer;
}



.top-navigation-search {
  	grid-column: 11;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.top-navigation-search:hover {
  	grid-column: 11;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.top-navigation-search {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.top-navigation-search:hover {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.top-navigation-search {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.top-navigation-search:hover {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 1;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}
/* Navigation css */


/* search and more buttons */

.horizontal-navigation-search-box {
	grid-column-start: 4;
	grid-column-end: 7;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	height:20px;
	padding:20px;
	cursor: pointer;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-search-box {
	grid-column: span 6;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	height:20px;
	padding:20px;
	cursor: pointer;
}
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-search-box {
	grid-column: span 12;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	height:20px;
	padding:20px;
	cursor: pointer;
}
}

/* To override the default link styles */
.horizontal-navigation-search-box:link,
.horizontal-navigation-search-box:visited,
.horizontal-navigation-search-box:active {
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}

.horizontal-navigation-search-go-box {
  	grid-column: 11;
    border:1px solid #4b85d1;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	cursor: pointer;
	text-align: center;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-search-go-box {
	grid-column-start: 7;
	grid-column-end: 10;
    border:1px solid #4b85d1;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	cursor: pointer;
	text-align: center;
}
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-search-go-box {
	grid-column: span 12;
    border:1px solid #4b85d1;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	cursor: pointer;
	margin-top: 0px;
	padding:15px;
	text-align: center;
}
}


.horizontal-navigation-search-close-box {
  	grid-column: 12;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding:5px;
}

.horizontal-navigation-search-close-box:hover {
  	grid-column: 12;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-search-close-box {
	grid-column-start: 10;
	grid-column-end: 13;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-search-close-box:hover {
	grid-column-start: 11;
	grid-column-end: 13;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

@media only screen and (max-width: 900px) {
.horizontal-navigation-search-close-box {
	grid-column: span 12;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	padding:5px;
}

.horizontal-navigation-search-close-box:hover {
	grid-column: span 12;
    border:1px solid #4b85d1;
	height: 38px;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	
	background-color: #4b85d1;
	padding:5px;
}

}

.horizontal-navigation-more-box {
	grid-column-start: 7;
	grid-column-end: 10;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-more-box {
    grid-column: span 6;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-more-box {
	grid-column: span 12;
	grid-row: 2;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}
}

.horizontal-navigation-more-box:hover {
	grid-column-start: 7;
	grid-column-end: 10;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}

@media only screen and (max-width: 1300px) {
.horizontal-navigation-more-box:hover {
	grid-column: span 6;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-more-box:hover {
	grid-column: span 12;
	grid-row: 2;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	height:20px;
	padding:20px;
    text-decoration: none; /* Removes underline */
}
}

/* To override the default link styles */
.horizontal-navigation-more-box:link,
.horizontal-navigation-more-box:visited,
.horizontal-navigation-more-box:active {
    color: #4b85d1; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}

/* To override the default link styles */
.horizontal-navigation-more-box:hover{
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}

/* delete if everything continues to work 

.horizontal-navigation-search-close-box {
	grid-column-start: 11;
	grid-column-end: 13;
    border:1px solid #153054;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #153054;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 35px;
	cursor: pointer;
	height:20px;
	padding:20px;
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-search-close-box {
	grid-column: span 12;
    border:1px solid #153054;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #153054;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 35px;
	cursor: pointer;
	height:20px;
	padding:20px;
}
}

.horizontal-navigation-search-close-box:hover {
	grid-column-start: 11;
	grid-column-end: 13;
    border:1px solid #153054;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #153054;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 35px;
	cursor: pointer;
	height:20px;
	padding:20px;
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-search-close-box:hover {
	grid-column: span 12;
    border:1px solid #153054;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #153054;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 35px;
	cursor: pointer;
	height:20px;
	padding:20px;
}
}

*/


.horizontal-navigation-read-online-box {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	  
	margin-bottom: 0px;
	padding:20px;
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-read-online-box {
	grid-column: span 12;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	margin-bottom: 0px;
	padding:20px;
}
}

/* To override the default link styles */
.horizontal-navigation-read-online-box:link,
.horizontal-navigation-read-online-box:visited,
.horizontal-navigation-read-online-box:active {
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}



.horizontal-navigation-archive-box {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
	padding:20px;
}

.horizontal-navigation-archive-box:hover {
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
	padding:20px;
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-archive-box {
	grid-column: span 12;
	grid-row: 2;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
	padding:20px;
	margin-top: 20px;
}
}

@media only screen and (max-width: 900px) {
.horizontal-navigation-archive-box:hover {
	grid-column: span 12;
	grid-row: 2;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
	padding:20px;
	margin-top: 20px;
}
}
/* To override the default link styles */
.horizontal-navigation-archive-box:link,
.horizontal-navigation-archive-box:visited,
.horizontal-navigation-archive-box:active {
    color: #4b85d1; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}

/* To override the default link styles */
.horizontal-navigation-archive-box:hover{
    color: #ffffff; /* Ensures the text color is #252524 in all states */
    text-decoration: none; /* Removes underline in all states */
}



.horizontal-navigation-search-go-box-span6 {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}

.horizontal-navigation-search-go-box-span6:hover {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}


@media only screen and (max-width: 1300px) {
.horizontal-navigation-search-go-box-span6 {
	grid-column-start: 4;
	grid-column-end: 10;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}

.horizontal-navigation-search-go-box-span6:hover {
	grid-column-start: 4;
	grid-column-end: 10;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}
}


@media only screen and (max-width: 900px) {
.horizontal-navigation-search-go-box-span6 {
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}

.horizontal-navigation-search-go-box-span6:hover {
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row: 1;
    border:1px solid #4b85d1;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #4b85d1;
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;	 
	padding:20px;
	cursor: pointer;
}
}
/* Overlay menu */

.overlay {
  	height: auto;
  	width: 100%;
  	height: 100%;
  	display: none;
  	position: fixed;
  	z-index: 99;
  	top: 0;
  	left: 0;
	/*
  	background-color: #153054;
	*/
	background-color: rgba(255,255,255,.98); 
 	overflow-x: hidden; overflow-y: auto;  /* Enable scroll if needed */
}

.overlay-content {
  	max-width:1440px;
  	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* Overlay menu */

/* Search CSS */
.search {
    grid-column: span 6;
 	box-sizing: border-box;
	border:solid #ffffff 0px;
}

.search-input  {
    grid-column: span 6;
	width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
	text-align: left;
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 32px;
	background-color: rgba(24,48,84,0);
}

@media only screen and (max-width: 1300px) {
.search {
    grid-column: span 6;
 	box-sizing: border-box;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
}

.search-input  {
    grid-column: span 6;
	background-color: rgba(24,48,84,0);
	width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
	text-align: left;
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 35px;
}
}

@media only screen and (max-width: 900px) {
.search {
    grid-column: span 12;
 	box-sizing: border-box;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
}

.search-input  {
    grid-column: span 12;
	background-color: rgba(24,48,84,0);
	width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
	text-align: left;
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 35px;
}
}

/* input styles */
input {
    grid-column: span 6;
  	width: 600px;
	border:solid #ffffff 0px;
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 35px;
}

input[type=text]:focus {
	background-color: rgba(24,48,84,0);
	outline: none;
}

input[type=button], input[type=submit] {
	width:100%;
	border: none;
	color:#ffffff;
	padding: 8px 20px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	cursor: pointer;
  	text-align: center;
}


.grid-columns12-primary-border {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	position: relative;
	border: solid 1px #252524;
	grid-column-gap: 20px;
	padding:10px;
	background-color:#e4e4e4;
}


/* Essential Grid layouts */

.grid-columns1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
}

.grid-columns4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);	
	text-align: left;
	column-gap: 7px;
}

.grid-columns10xrow1 {
	background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
	column-gap: 10px;
	margin-left: auto;
  	margin-right: auto;
  	max-width: 1440px;
}

.grid-columns12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;	
}


@media only screen and (max-width: 900px) {
.grid-columns12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 30px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;	
}
}

.grid-columns12-absolute-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 30px;
  	position: absolute;
  	bottom: 0px;
	width:100%;
}


@media only screen and (max-width: 1300px) {
.grid-columns12-absolute-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 30px;
  	position: relative;
	width:100%;
}
}

@media only screen and (max-width: 900px) {
.grid-columns12-absolute-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 30px;
  	position: relative;
	width:100%;
}
}

.grid-columns12Nested {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	position: relative;
	column-gap: 10px;
}

.grid-columns12-column-gap-5 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-bottom: 5px solid #252524;
	padding-top: 10px;
	padding-bottom: 10px;
}

.grid-columns12xrow1Nested {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	column-gap: 10px;
	position: relative;
}

.grid-columns12xrow1-margin-bottom-10px-margin-top-10px-underline-secondary {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	border-bottom:#252524 solid 1px;
	column-gap: 20px;
	margin-bottom: 20px;
}

.grid-columns12xrow1-margin-bottom-10px-margin-top-10px-underline-secondary-search {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	column-gap: 5px;
	grid-row-gap: 10px;
	margin-left:auto;
	margin-right:auto;
	max-width: 1440px;
	margin-top: 10px;
	border-bottom: solid 1px #252524;
	padding-bottom:10px;
}

.grid-columns12xrow1-margin-bottom-10px-margin-top-10px-underline-white {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	column-gap: 10px;
	border-bottom: solid 1px #ffffff;
}

/* Essential Grid layouts */


/* Essential Column spans */
.column-span1 {
    grid-column: span 1;
	text-align: center;
}

.column-span1-text-align-center {
    grid-column: span 1;
	text-align: center;
}

.column-span12-text-align-left {
    grid-column: span 12;
	text-align: left;
	padding-bottom:15px;
}

.column-span2{
    grid-column: span 2;
}


.column-span2-text-align-left {
    grid-column: span 2;
	text-align: left;
}

@media only screen and (max-width: 900px) {
.column-span2-text-align-left {
    grid-column: span 12;
	text-align: center;
}
}

.column12-span2-start3-end5{
	grid-column-start: 3;
	grid-column-end: 5;
	padding-left: 7px;
}

.column12-span3-start1-end4-box-shadow{
	grid-column-start: 1;
	grid-column-end: 5;
	background-color: #ffffff;
	position: relative;
    box-shadow: 0px 5px 10px 0px #707070;
}

.column-span3-menu {
    grid-column: span 3;
	position: relative;
	height: 100%;
}

@media only screen and (max-width: 1300px) {
.column-span3-menu {
    grid-column: span 12;
	height: 100%;
	text-align: center;	
}
}

.column-span3 {
    grid-column: span 3;
	position: relative;
	height: 100%;
}

@media only screen and (max-width: 1300px) {
.column-span3 {
    grid-column: span 6;
	height: 100%;
	
}
}

@media only screen and (max-width: 900px) {
.column-span3 {
    grid-column: span 12;
	height: 100%;
}
}

.column-span3-border-bottom {
    grid-column: span 3;
	position: relative;
	border-bottom:1px solid #252524;
}


/* archive magazine border */
.column-span3-blue-border-padding-10px {
    grid-column: span 3;
	padding:0px;
	border-radius: 0px 0px 0px 0px; 
	padding-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
.column-span3-blue-border-padding-10px {
    grid-column: span 6; 
	padding:0px;
	border-radius: 0px 0px 0px 0px;
	padding-bottom: 20px;
}
}

@media only screen and (max-width: 900px) {
.column-span3-blue-border-padding-10px {
    grid-column: span 12; 
	padding:0px;
	border-radius: 0px 0px 0px 0px;
	padding-bottom: 20px;
}
}

.column-span8 {
    grid-column: span 8;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
}

@media only screen and (max-width: 1300px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span8 {
    grid-column: span 6;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
}
	
}

@media only screen and (max-width: 900px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span8 {
    grid-column: span 12;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
}
	
}

.column-span3-primary-background-search {
    grid-column: span 10;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
	border-bottom:solid 1px #ffffff;
}

@media only screen and (max-width: 1300px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span3-primary-background-search {
    grid-column: span 6;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
	border-bottom:solid 1px #ffffff;
}
	
}

@media only screen and (max-width: 900px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span3-primary-background-search {
    grid-column: span 12;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: left;
	border-bottom:solid 1px #ffffff;
}
	
}

.column-span3-primary-background {
    grid-column: span 12;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span3-primary-background {
    grid-column: span 12;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
}
	
}

@media only screen and (max-width: 900px) {
/* The two class below are the section headers. One in primary and the other in inverted white for overlays */
.column-span3-primary-background {
    grid-column: span 12;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
}
	
}

.column-span4 {
    grid-column: span 4;
}


@media only screen and (max-width: 900px) {	
.column-span4-start1-end5 {
	grid-column-start: 1;
	grid-column-end: 13;
	margin-bottom: 10px;
}

}

.column-span4-start1-end5-border-white{
	grid-column-start: 1;
	grid-column-end: 6;
}

.column12-span4-start10-end13{
	grid-column-start: 10;
	grid-column-end: 13;
	grid-row: 1;
	position: relative;
}


.column-span5 {
    grid-column: span 5;
}

.column-span5-with-flex {
    grid-column: span 4;
	width:100%;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
}

@media only screen and (max-width: 1300px) {
.column-span5-with-flex {
    grid-column: span 12;
	width:100%;
	height:auto;
	display: flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: column;
}
}

.column-span4-podcast-image {
    grid-column: span 3;
}

@media only screen and (max-width: 1300px) {
.column-span4-podcast-image {
    grid-column: span 12;
	margin-bottom: 10px;
}
}

.column12-span8-start5-end13-service-provider{
    grid-column: span 8;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	padding-left: 10px;
}

@media only screen and (max-width: 1300px) {
.column12-span8-start5-end13-service-provider{
    grid-column: span 12;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	padding-left: 0px;
	margin-top: 30px;
}
}

.column-span3-start1-end4-service-provider{
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row: 1;
}


@media only screen and (max-width: 900px) {
.column-span3-start1-end4-service-provider{
	grid-column: span 12;
	grid-row: 1;
}
}

.column12-span8-start5-end13-podcast{
	grid-column-start: 4;
	grid-column-end: 13;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	padding-left: 10px;
}

@media only screen and (max-width: 1300px) {
.column12-span8-start5-end13-podcast{
	grid-column-start: 1;
	grid-column-end: 13;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	margin-top:30px;
	padding-left: 0px;
}
}
/* the below classes structure the events, video and podcasts pages */

.span6{
	grid-column: span 6;
}

@media only screen and (max-width: 900px) {
.span6{
	grid-column: span 12;
}
}


.column-span3-start1-end4{
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row: 1;
}

@media only screen and (max-width: 1300px) {
.column-span3-start1-end4{
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 2;
}
}

@media only screen and (max-width: 900px) {
.column-span3-start1-end4{
	grid-column: span 12;
	grid-row: 3;
}
}

.column-span6-start1-end7{
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row: 1;
	position: relative;
	
}

@media only screen and (max-width: 1300px) {
.column-span6-start1-end7{
	grid-column: span 12;
	position: relative;
}
}

@media only screen and (max-width: 900px) {
.column-span6-start1-end7{
	grid-column: span 12;
	position: relative;
}
}

/*
.absolute-image{
	position: absolute;
	bottom: 0;
	left: 0;	
}
*/

@media only screen and (max-width: 1300px) {
.absolute-image{
	position: relative;
}
}

@media only screen and (max-width: 900px) {
.absolute-image{
	position: relative;
}
}

.column-span6-start4-end10{
	grid-column-start: 4;
	grid-column-end: 10;
	grid-row: 1;
}

@media only screen and (max-width: 1300px) {
.column-span6-start4-end10{
	grid-column: span 12;
}
}

@media only screen and (max-width: 900px) {
.column-span6-start4-end10{
	grid-column: span 12;
}
}

.column-span6 {
    grid-column: span 6;
}

.column-span6-start4-end10{
	grid-column-start: 4;
	grid-column-end: 10;
	grid-row:1;
}

@media only screen and (max-width: 1300px) {
.column-span6-start4-end10{
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row:1;
}
}

@media only screen and (max-width: 900px) {
.column-span6-start4-end10{
	grid-column: span 12;
	grid-row:1;
}
}

.column12-span3-start10-end13{
	grid-column-start: 10;
	grid-column-end: 13;
	grid-row: 1;
	position: relative;
}

@media only screen and (max-width: 1300px) {
.column12-span3-start10-end13{
	grid-column-start: 7;
	grid-column-end: 13;
	grid-row: 2;
}
}

@media only screen and (max-width: 900px) {
.column12-span3-start10-end13{
	grid-column: span 12;
	grid-row:2;
}
}


.grid-columns12-latest-issue {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 50px;
}

@media only screen and (max-width: 900px) {
.grid-columns12-latest-issue {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 0px;
}
}

.column-span4-start1-end5-latest-issue{
	grid-column-start: 1;
	grid-column-end: 5;
}

@media only screen and (max-width: 1300px) {
.column-span4-start1-end5-latest-issue{
	grid-column: span 12;
	grid-row: 1;
}
}

@media only screen and (max-width: 900px) {
.column-span4-start1-end5-latest-issue{
	grid-column: span 12;
	grid-row: 1;
}
}

.column-span5-start5-end10-latest-issue{
	grid-column-start: 5;
	grid-column-end: 10;
	position: relative;
}

@media only screen and (max-width: 1300px) {

	.column-span5-start5-end10-latest-issue{
	grid-column: span 12;
	grid-row: 2;
}	

}

@media only screen and (max-width: 900px) {

	.column-span5-start5-end10-latest-issue{
	grid-column: span 12;
	grid-row: 2;
}	

}

.column12-span3-start10-end13-latest-issue{
	grid-column-start: 10;
	grid-column-end: 13;
	grid-row: 1;
	position: relative;
}


@media only screen and (max-width: 1300px) {

.column12-span3-start10-end13-latest-issue{
    grid-column: span 12;
	grid-row: 3;
}	

}

@media only screen and (max-width: 900px) {

.column12-span3-start10-end13-latest-issue{
    grid-column: span 12;
	grid-row: 3;
}	

}

.MPU-top-latest-issue {
   	grid-column: span 12;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: absolute;
  	top: 0px;
}

@media only screen and (max-width: 1300px) {
.MPU-top-latest-issue {
   	grid-column: span 6;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: relative;
}
}

@media only screen and (max-width: 900px) {
.MPU-top-latest-issue {
   	grid-column: span 12;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: relative;
}
}

.MPU-bottom-latest-issue {
   	grid-column: span 12;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: absolute;
  	bottom: 0px;
}

@media only screen and (max-width: 1300px) {
.MPU-bottom-latest-issue {
   	grid-column: span 6;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: relative;
}
}

@media only screen and (max-width: 900px) {
.MPU-bottom-latest-issue {
   	grid-column: span 12;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	width: 100%;
	position: relative;
}
}

/* the two below classes are for the previous and next articles */
.column-span6-text-align-right {
	grid-column-start: 7;
	grid-column-end: 13;
	text-align: right;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}

.column-span6-text-align-left {
	grid-column-start: 1;
	grid-column-end: 7;
	text-align: left;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}

.column12-span8-start5-end13{
	grid-column-start: 8;
	grid-column-end: 13;
}


@media only screen and (max-width: 900px) {
.column12-span8-start5-end13{
	grid-column-start: 1;
	grid-column-end: 13;
}

}

.column12-span8-start5-end13-with-flex{
	grid-column-start: 6;
	grid-column-end: 13;
	display: flex;
  	justify-content: center;
	flex-direction: column;
	margin-left:10px;
}

/* The below classes is used in the suscribe ad */
.column12-span8-start1-end10-Subscribe-Advert{
  	grid-column-start: 1;
 	grid-column-end: 10;
 	display: flex;
 	justify-content: center;
  	align-content: center;
  	flex-direction: column;
}

@media only screen and (max-width: 900px) {
.column12-span8-start1-end10-Subscribe-Advert{
  	grid-column-start: 1;
 	grid-column-end: 13;
 	display: flex;
 	justify-content: center;
  	align-content: center;
  	flex-direction: column;
}	
}

.column12-span4-start10-end13-Subscribe-Advert{
	grid-column-start: 10;
	grid-column-end: 13;
	grid-row: 1;
	position: relative;
}

@media only screen and (max-width: 900px) {
.column12-span4-start10-end13-Subscribe-Advert{
	grid-column-start: 1;
	grid-column-end: 13;
	grid-row: 1;
	position: relative;
}	
}

.column-span9{
    grid-column: span 9;
}

@media only screen and (max-width: 900px) {
.column-span9{
    grid-column: span 12;
}
}

.column-span12 {
    grid-column: span 12;
  	display: block;
}

.column-span12-center {
    grid-column: span 12;
  	text-align: center;
}

.column-span12-absolute {
	grid-column: span 12;
  	display: none;
}

.column-span-6-button{
   	grid-column: span 6;
	border: solid #ffffff 1px;
    text-align:center;
    padding-top:10px;
	padding-bottom:10px;
    margin-top:10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;	
}

.column-span-12-button-secondary{
   	grid-column: span 12;
	border: solid #252524 1px;
    text-align:center;
    padding-top:10px;
	padding-bottom:10px;
    margin-top:10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;	
}


.column-span-100-percent-button-with-left-and-right-margin{
   	grid-column: span 12;
	border: solid #4b85d1 1px;
    text-align:center;
    padding-top:10px;
	padding-bottom:7px;
    margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;	
}

/* Essential Column spans */


/* Advert CSS styles */


.LEADERBOARD-news {
	grid-column-start: 2;
	grid-column-end: 12;
	box-shadow: 0px 5px 20px 0px #dedede;  
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1300px) {
.LEADERBOARD-news {
	grid-column: span 12;
	box-shadow: 0px 5px 20px 0px #dedede; 
	margin-top: 50px;
	margin-bottom: 50px;
}
}

@media only screen and (max-width: 900px) {
.LEADERBOARD-news {
	grid-column: span 12;
	box-shadow: 0px 5px 20px 0px #dedede;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

.MPU-top {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: absolute;
  	top: 0px;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
.MPU-top {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: absolute;
  	top: 0px;
	width: 100%;
}
}

@media only screen and (max-width: 900px) {
.MPU-top {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: relative;
  	top: 0px;
	width: 100%;
}
}

.MPU-bottom {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: absolute;
  	bottom: 0px;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
.MPU-bottom {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: absolute;
  	bottom: 0px;
	width: 100%;
}
}

@media only screen and (max-width: 900px) {
.MPU-bottom {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position: relative;
  	bottom: 0px;
	width: 100%;
}
}

.MPU-news-relative {
   	grid-column: span 3;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;
	position:relative;
}

@media only screen and (max-width: 1300px) {
.MPU-news-relative {
   	grid-column: span 6;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;  
	position:relative;
}
}

@media only screen and (max-width: 900px) {
.MPU-news-relative {
   	grid-column: span 12;
	margin-top:auto;
	margin-bottom: auto;
	box-shadow: 0px 5px 20px 0px #dedede;  
	position:relative;
}
}

/* Advert CSS styles */

/* text styles CSS */

.gutter-image-credit-text{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	color: #252524;
}

.text-grey-15px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #252524;
    line-height: 100%;
}

.text-blue-15px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #4b85d1;
    line-height: 100%;
}

.text-grey-18px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #252524;
    line-height: 100%;
}


.text-primary-20px-bold-country{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	color: #4b85d1;
    line-height: 200%;
}

.text-primary-20px-bold-date{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #4b85d1;
    line-height: 200%;
}

.text-primary-20px-bold-author{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	color: #252524;
    line-height: 100%;
}

.text-primary-20px-bold{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #4b85d1;
    line-height: 100%;
}

.text-primary-20px-bold:hover{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #252524;
    line-height: 100%;
	text-decoration: underline;
}

.text-primary-15px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #4b85d1;
    line-height: 50%;
}

/* navigation links. These are the lins next to the logo */
.navigation-link {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #252524;
    position: relative;
    text-decoration: none;
    cursor: pointer;
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
 	 user-select: none; /* Standard syntax */
	 display: inline;
}

/* navigation links. These are the lins next to the logo */
.navigation-link:hover {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #4b85d1;
    position: relative;
    text-decoration: none;
    cursor: pointer;
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
 	 user-select: none; /* Standard syntax */
	 display: inline;
}

.text-grey-16px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #4b85d1;
}

.text-grey-20px-bold{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	color: #252524;
}

.text-grey-30px-bold{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color: #252524;
}

.text-white-16px {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.text-white-16px-hover-to-white {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	text-indent: 30px;
}


.text-white-16px-hover-to-white:hover {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	text-decoration-line: underline;
	text-indent: 10px;
}

.text-primary-16px {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.text-primary-16px:hover {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration-line: underline;
}


.text-secondary-17px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #4b85d1;
    line-height: .8;
}

.text-secondary-17px-bold{
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	color: #252524;
    line-height: 100%;
}

.text-secondary-17px-hover{
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #252524;
    line-height: 100%;
}

.text-secondary-17px-hover:hover {
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #4b85d1;
    line-height: 100%;
	text-decoration: underline;
    /* Add any other changes you want here */
}


.text-secondary-25px-serif{
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #252524;
    line-height: 100%;
}


.text-secondary-25px-hover{
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	color: #252524;
    line-height: 100%;
}

.text-secondary-25px-hover:hover{
	font-family: "proxima-sera", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	color: #4b85d1;
    line-height: 100%;
	text-decoration: underline;
}

.text-primary-20px {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 10px;
	line-height:100%;
}


.text-white-25px-bold{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 40px;
	color: #252524;
}

.text-secondary-to-secondary-underline-16px {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.text-secondary-to-secondary-underline-16px:hover {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: 900;
	font-size: 16px;
	text-decoration: underline;
}

.text-white-25px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 25px;
	color: #ffffff;
	line-height: .8;
}

.text-primary-25px-bold{
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 35px;
	color: #ffffff;
}

.text-secondary-25px{
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #252524;
    line-height: 1;
}

.text-white-28px{
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 28px;
	line-height: 1.5;
}

.text-100px-white {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 54px;
	line-height: 100%;
}

@media only screen and (max-width: 1300px) {
.text-100px-white {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 78px;
	line-height: 100%;
}
}

@media only screen and (max-width: 900px) {
.text-100px-white {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 50px;
	line-height: 100%;
	text-align: center;
}
}

.text-77px-primary {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
	line-height: 80%;
}

@media only screen and (max-width: 1300px) {
.text-77px-primary {
	color: #252524;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 69px;
	line-height: 80%;
}
}

@media only screen and (max-width: 900px) {
.text-77px-primary {
	color: #4b85d1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 44px;
	line-height: 80%;
	text-align: center;
}
}

/* pagination123 */
.pagination123 {
	list-style-type: none;
	display: inline-flex;
  	justify-content: center;
  	align-content: center;
	flex-direction: row;
}
.pagination123 li {
	padding-right: 10px;
}
.pagination123 li a {
	padding: 8px;
	text-decoration: none;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #4b85d1;
}
.pagination123 li a:hover {
	color: #4b85d1;
	text-decoration-line: underline;
}

.pagination123 .currentpage a {
	color: #4b85d1;
	font-weight: bold;
	font-size:18px;
	text-decoration-line: underline;
}
.pagination123 .currentpage a:hover {
	color: #4b85d1;
	font-weight: bold;
	text-decoration-line: underline;
}			
/* pagination ENDS */


/* Pull quote */

	.pquote {
	float: left;
  	width: 75%;
  	background: #ffffff;
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-size: 27px;
  	padding: 13px;
  	margin: 35px 150px 35px 35px;
  	color: #4b85d1;
  	line-height: 1.2;
}

@media only screen and (max-width: 1300px) {
	.pquote {
	float: left;
	width: 50%;
  	background: #ffffff;
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-size: 27px;
  	padding: 13px;
  	margin: 35px 150px 35px 35px;
  	color: #4b85d1;
  	line-height: 1.2;
}
}

@media only screen and (max-width: 900px) {
	.pquote {
	float: left;
	width: 75%;
  	background: #ffffff;
  	font-family: "proxima-sera", sans-serif;
  	font-weight: 400;
  	font-size: 27px;
  	padding: 13px;
  	margin: 35px 150px 35px 35px;
  	color: #4b85d1;
  	line-height: 1.2;
}
}
/* Pull quote */