/*
Theme Name: News America
Description: Custom Theme for News America
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellobase
*/


/*----------intial declaration of css----------*/
/*
* {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* list-style:none;*/
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em
}

b {
	color: #3a80b8;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
	font-weight: 700;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
}

a {
	outline: none;
	cursor: pointer;
}


/* End hide from IE Mac */

.none {
	display: none;
}


/* End Clearfix */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

.clear {
	clear: both;
}


/* For modern browsers */

.container:after,
.main:after,
.row:after,
.col:after,
.clear:after,
.cf:after {
	content: "";
	clear: both;
	display: table;
}


/*
:nth-child(2){}
:nth-of-type(3n){}
:nth-child(3n+3){}
*/


/* For IE 6/7 (trigger hasLayout) */

::selection {
	background: #1881bf;
	color: #fff/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #1881bf;
	color: #fff/* Gecko Browsers */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	width: 100%;
	padding: 8px 5px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	color: #949494;
	font-size: 12px;
	background: #f9f9f9;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	font-weight: 700;
}

select {
	/*
	background-image: url(./images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	*/
	cursor: pointer;
}

textarea {
	height: 110px;
	resize: none;
	background: #f9f9f9;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: none;
}


input[type="submit"] {
	padding: 14px 60px;
	background: #002857;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 0 auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #58c8e5;
}

a,
button,
.btn,
.btn-video,
input[type="submit"],
input,
textarea {
	outline: none;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms--moz-transition: all 0.5s ease-in-out 0s;
	-o--moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}

body {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	color: #949494;
}

p,
li {
	font-size: 16px;
	line-height: 22px;
	color: #2D2D2D;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2px;
}

p {
	margin-bottom: 20px;
}

h1 {
	font-size: 55px;
	margin-bottom: 20px;
	line-height: 58px;
	color: #fff;
	font-family: 'Proxima Nova Alt Rg';
	font-weight: 700;
}

h2 {
	font-size: 24px;
	line-height: 27px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	margin-bottom: 20px;
	color: #1980be;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	font-weight: 700;
}

h4 {
	font-size: 15px;
	margin-bottom: 20px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	font-weight: 700;
}

h5 {
	font-size: 15px;
	margin-bottom: 20px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	font-weight: 700;
}

a {
	text-decoration: underline;
	color: #14a5ff;
}

a:hover {
	text-decoration: none;
	color: #58c8e5;
}

.page-title {
	font-size: 45px;
	line-height: 48px;
	color: #002857;
}

.wrapper {}

body,
html {
	width: 100%;
	height: 100%;
}


@font-face {
	font-family: 'Proxima Nova Alt Rg';
	src: url('./fonts/Proxima Nova Alt Rg Regular.eot');
	src: url('./fonts/Proxima Nova Alt Rg Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Proxima Nova Alt Rg Regular.woff2') format('woff2'),
	url('./fonts/Proxima Nova Alt Rg Regular.woff') format('woff'),
	url('./fonts/Proxima Nova Alt Rg Regular.svg#Proxima Nova Alt Rg Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

.mfp-open {
	overflow-y: scroll;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* content close */
.mfp-close-btn-in .mfp-close {
	width: 80px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	color: white;
}


/*--------sticky footer or vertical footer------------*/


/*--------sticky footer or vertical footer------------*/


/*-----------------------main styles starts here-----------------------------------------------*/

.container {
	max-width: 1000px;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.inner-small-content .container {
	padding: 0 86px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
}


.btn {
	padding: 13px 47px;
	background: #002857;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	/*font-weight: 600;*/
	letter-spacing: 0.4px;
	text-decoration: none;
}

.btn:hover {
	background: #58c8e5;
	color: #fff;
}


/*-----------header section styles goes here---------------*/

header {}

.logo {
	float: left;
	margin-top: 20px;
	display: block;
	max-width: 150px;
}

.header-top .container {
	max-width: 1200px;
}


/*-----------header section styles ends here----------------*/


/*-----------Navigation styles goes here-----------*/

.top-nav {
	float: right;
}

.top-nav ul {
	margin: 0;
	padding: 0;
}

.top-nav ul li {
	float: left;
	padding: 15px 35px 0;
	margin: 0;
	list-style: none;
	position: relative;
	font-weight: 400;
}

.top-nav ul li:last-child {
	padding-right: 0;
}

.top-nav ul li a {
	display: block;
	padding: 10px 0 25px 0;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #1881bf;
	position: relative;
	text-decoration: none;
}

.top-nav ul li a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 3px;
	background-color: #58c8e5;
	opacity: 0;
	width: 0;
	left: 50%;
	-webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
	-ms-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
	-o-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
}

.top-nav ul li:focus a,
.top-nav ul li a:hover,
.top-nav ul li a:focus,
.top-nav ul li.current-menu-item a,
.top-nav ul li.hover>a,
.top-nav ul li.current-menu-parent>a {
	color: #58c8e5;
}

.top-nav ul li a:hover:after,
.top-nav ul li a:focus:after,
.top-nav ul li.current-menu-item a:after,
.top-nav ul li.current-page-ancestor>a:after,
.top-nav>ul>li:hover>a:after,
.top-nav ul li.current-menu-parent a:after,
.top-nav ul li.hover>a:after {
	left: 0;
	opacity: 1;
	width: 100%;
}

.top-nav ul li ul li a:after {
	display: none;
}

.top-nav ul li ul {
	display: none;
	min-width: 210px;
	background: #ffffff;
	position: absolute;
	left: -5px;
	top: 100%;
	z-index: 999;
}

.top-nav ul li:nth-child(2) ul {
	left: -35px;
}

.top-nav ul li ul li:last-child {
	padding-right: 0;
}

.desk .top-nav ul li:hover ul {
	display: block;
}

.top-nav ul li ul li {
	display: block;
	float: none;
	text-align: center;
	padding: 0;
}

.top-nav ul li ul li a {
	color: #1881bf;
	text-transform: uppercase;
	display: block;
	border: 0;
	padding: 20px 10px;
}

.top-nav ul li ul li a:hover,
.top-nav ul li ul li.current-menu-item a {
	background: #1881bf;
	color: #fff;
}


/* Mobile menu*/


/*Default menu styles*/

.menu-icon {
	display: none;
	cursor: pointer;
	color: #1881bf;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	height: 10px;
	width: 10px;
}

.menu-icon .menu-box {
	width: 40px;
	height: 38px;
	margin-right: 20px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 20px;
}

.menu-icon .menu-box span {
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
	background: #1881bf;
	display: block;
	border-radius: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
	transform: rotate(45deg) translateY(4px) translateX(4px);
	-webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
}

.menu-icon.active span:nth-child(2) {
	opacity: 0;
}

.menu-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px) translateX(8px);
	-webkit-transform: rotate(-45deg) translateY(-7px) translateX(8px);
}


/*-----------Navigation styles ends here-------*/


/*-----------Banner styles start here-------*/

.home-banner {
	height: calc(85vh - 72px);
}
.home-banner-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-banner .owl-stage-outer,
.home-banner .owl-stage,
.home-banner .owl-item {
	height: 100%;
}
.home-banner .owl-item {
	overflow: hidden;
}
.home-banner .owl-item.portrait img {
	width: 100%;
	height: auto;
}
.home-banner .owl-item.landscape img {
	width: auto;
	height: 100%;
}

.home-banner .owl-nav {
	display: flex;
	position: absolute;
	width: 100%;
	justify-content: space-between;
	transform: translateY(-50%);
	font-size: 5.25rem;
	font-weight: 700;
	color: white;
}
.home-banner .owl-prev,
.home-banner .owl-next {
	position: absolute;
	top: -45vh;
}
.home-banner .owl-prev {
	left: 10px;
}
.home-banner .owl-next {
	right: 10px;
}


/*.home-banner:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.50); width: 100%; height: 100%;}
.home-banner:after{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(88,200,229,0.50);  width: 100%; height: 100%;}*/

.home-banner-text {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	width: calc(100% - 120px);
	max-width: 1000px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0;
	text-align: center;
	/* text-shadow: 1px 1px 5px #1881bf; */
}

.home-banner-text p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 0.2px;
	font-weight: 700;
	text-align: center;
}

.bottom-arrow {
	overflow: hidden;
	position: relative;
}

.bottom-arrow:before {
	content: "";
	width: 50%;
	height: 12px;
	background: #fff;
	position: absolute;
	left: -5px;
	bottom: 0px;
	z-index: 99;
	-moz-transform: skewX(50deg);
	-ms-transform: skewX(50deg);
	-webkit-transform: skewX(50deg);
	transform: skewX(50deg);
}

.bottom-arrow:after {
	content: "";
	width: 50%;
	height: 12px;
	background: #fff;
	position: absolute;
	right: -5px;
	bottom: 0px;
	z-index: 99;
	-moz-transform: skewX(-50deg);
	-ms-transform: skewX(-50deg);
	-webkit-transform: skewX(-50deg);
	transform: skewX(-50deg);
}

.products-solution-sec .bottom-arrow:before,
.products-solution-sec .bottom-arrow:after {
	background: #f8f8f8;
}


/*-----------Banner styles ends here-------*/


/*-----------Inner Banner styles start here-------*/

.inner-small-banner {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-color: #4bbedf;
}

.inner-small-banner .text {
	padding: 19% 0;
}

.inner-small-banner p,
.inner-big-banner p {
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	text-align: center;
}

.inner-small-banner p a,
.inner-big-banner p a {
	color: #cfd0d2;
}

.inner-small-banner p a:hover,
.inner-big-banner p a:hover {
	color: #fff;
}

.inner-big-banner {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #4bbedf;
	position: relative;
	margin-bottom: 80px;
}

.inner-big-banner .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(85vh - 72px);
	min-height: 300px;
	padding: 20px 0;
	text-align: center;
}


/*-----------Inner Banner styles ends here-------*/


/*-----------mid section styles goes here-----------*/

.welcome-text {
	padding: 80px 0 0;
}

.welcome-text .button-sec {
	margin-top: 50px;
	text-align: center;
}

.products-solution-sec {
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	background-image: url(./images/products-solutions-bg.jpg);
}


/*.products-solution-sec:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.50); width: 100%; height: 100%;}
.products-solution-sec:after{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(88,200,229,0.50);  width: 100%; height: 100%;}*/

.products-solution-sec .container {
	position: relative;
	z-index: 9;
}

.products-solution-sec .text {
	padding: 50% 0;
	text-align: center;
}

.products-solution-sec .text h2,
.best-and-brightest-sec .text h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 50px;
}

.your-consumers-sec {
	text-align: center;
	padding: 80px 0 50px;
	background: #f8f8f8;
}

.your-consumers-sec .text {
	padding: 0 120px;
}

.your-consumers-sec p {
	text-align: justify;
	text-align-last: center;
}

.your-consumers-sec ul {
	margin: 0;
	padding: 0;
	display: block;
}

.your-consumers-sec ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 95px;
}

.your-consumers-sec ul li:nth-child(2n+2) {
	margin: 0 30px;
}

.your-consumers-sec ul li a {
	display: block;
	text-decoration: none;
}

.your-consumers-sec ul li a:hover h3 {
	color: #1980be;
}

.your-consumers-sec ul li figure {
	margin: 0 auto;
}

.your-consumers-sec ul li img {
	display: inline-block;
}

.your-consumers-sec .icon {
	margin-bottom: 10px;
}

.your-consumers-sec h3 {
	font-size: 13px;
	line-height: 18px;
	color: #949494;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.consumers-list {
	padding: 0 0 50px;
	background: #f8f8f8;
	overflow: hidden;
}

.consumers-list .list-inner {
	margin-left: -4px;
	margin-right: -15px;
}

.consumers-list .item {
	float: left;
	width: 16.6%;
	position: relative;
}

.consumers-list .item a {
	display: block;
}

.consumers-list .item a:hover,
.consumers-list .item a:hover h2 {
	color: #e3e3e3;
}

.consumers-list .item h2 {
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 99;
	width: 100%;
	text-align: center;
}

.consumers-list .item img {
	width: 100%;
	display: block;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}

/*
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	font-size: 0;
	position: absolute;
	top: 50%;
}

.owl-carousel .owl-nav .owl-next {
	right: 10px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}

.owl-carousel .owl-nav .owl-next:after,
.owl-carousel .owl-nav .owl-prev:after {
	font-size: 20px;
	color: #fff;
}

.owl-carousel .owl-nav .owl-next:after {
	content: "\f054";
	font-family: FontAwesome;
}

.owl-carousel .owl-nav .owl-prev:after {
	content: "\f053";
	font-family: FontAwesome;
}

.owl-carousel .owl-nav .owl-next:hover:after,
.owl-carousel .owl-nav .owl-prev:hover:after {
	color: #002857;
}
*/

.best-and-brightest-sec {
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	/*margin-bottom: 50px;*/
	position: relative;
	background-attachment: fixed;
	background-image: url(./images/best-and-brightest-bg.jpg);
}


/*.best-and-brightest-sec:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.50); width: 100%; height: 100%;}
.best-and-brightest-sec:after{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(88,200,229,0.50);  width: 100%; height: 100%;}*/

.best-and-brightest-sec .container {
	position: relative;
	z-index: 9;
}

.best-and-brightest-sec .text {
	padding: 38% 20px;
	text-align: center;
}

.best-and-brightest-sec .text h2 {}

.best-and-brightest-sec .text p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2px;
	font-weight: 700;
	text-align: justify;
	text-align-last: center;
}

.best-and-brightest-sec .buttons-sec {
	text-align: center;
	padding-top: 22px;
}

.best-and-brightest-sec .buttons-sec .btn-video {
	padding: 10px 24px;
	border: 3px solid #fff;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 175px;
	min-height: 42px;
	text-decoration: none;
}

.best-and-brightest-sec .buttons-sec .btn-video:nth-child(1):after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 14px solid #fff;
	border-bottom: 7px solid transparent;
	margin-left: 12px;
}

.best-and-brightest-sec .buttons-sec .btn-video:hover {
	background: #fff;
	color: #1881bf;
}

.best-and-brightest-sec .buttons-sec .btn-video:nth-child(1):hover:after {
	border-left: 14px solid #1881bf;
}


/*-----------mid section styles ends here-------*/


/*-------------- Location Page css start  ------------------------*/

.address-sec {
	padding: 60px 0 0;
}
.address-sec .headquarters,
.address-sec h2 {
	text-align: center;
}
.address-sec ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.address-sec p {
	margin: 0;
}

.address-sec ul li {
	padding: 0 15px;
	margin: 0 0 20px;
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.headquarters {
	padding-bottom: 60px;
}

.headquarters ul li {
	width: 30%;
}

.us-offices {
	margin-bottom: 48px;
	padding-bottom: 8px;
}
.us-offices h2,
.internal-offices h2 {
	margin-bottom: 40px;
}

.locations-map {
	position: relative;
	width: calc(100% - 150px);
	max-width: 1100px;
	margin: 0 auto 10px;
}
.locations-pin {
	position: absolute;
	width: 40px;
	fill: #1781be;
	cursor: pointer;
	transition: fill 0.3s;
}
.locations-pin:hover {
	fill: #123051;
	z-index: 1;
}
.locations-details {
	position: relative;
	width: calc(100% - 150px);
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	background-color: #1781be;
}
.locations-details p {
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: white;
}
.locations-details p:nth-child(2) {
	margin-bottom: 0;
}
.locations-details strong {
	font-size: 3.125rem;
}

.location-1 {
	right: 17.5%;
	bottom: 82%;
}
.location-2 {
	right: 22.5%;
	bottom: 74%;
}
.location-3 {
	right: 12%;
	bottom: 73%;
}
.location-4 {
	right: 47%;
	bottom: 67%;
}
.location-5 {
	right: 13%;
	bottom: 67.5%;
}
.location-6 {
	right: 37.5%;
	bottom: 60%;
}
.location-7 {
	right: 22.5%;
	bottom: 60%;
}
.location-8 {
	right: 29.5%;
	bottom: 54%;
}
.location-9 {
	right: 96%;
	bottom: 48%;
}
.location-10 {
	right: 45%;
	bottom: 37%;
}
.location-11 {
	right: 91%;
	bottom: 34%;
}
.location-12 {
	right: 26%;
	bottom: 34%;
}
.location-13 {
	right: 49.5%;
	bottom: 25%;
}

/*-------------- Location Page css end  ------------------------*/


/*-------------- Products & Services Overview Page css start  ------------------------*/

.help-consumers-sec {
	padding: 0 0 50px;
}

.container-narrow {
	max-width: 900px;
}

.products-solutions-sec {
	max-width: 900px;
	margin-bottom: 80px;
}
.products-solutions-sec .list-txt h2 {
	margin: 0 0 30px;
	text-align: center;
}

.product-desc-sec {
	margin-bottom: 60px;
}
.product-details-sec {
	margin-bottom: 40px;
}

.product-details-sec {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.product-details {
	display: flex;
	align-items: center;
	width: calc(100% / 3);
	margin: 0 0 40px;
	padding: 10px 20px;
	border-right: 1px solid #1980be;
}
/* .product-details:nth-child(1n+3), */
.product-details:nth-child(3n+3),
.product-details:last-child {
	border-right: 0;
}
.product-details p {
	display: block;
	margin: 0 auto;
}
.product-details b {
	color: #3a80b8;
}

.product-sec {
	padding: 40px 0;
	background-color: white;
}
.product-sec:empty {
	padding: 0;
}
.product-sub:empty {
	padding: 0 !important;
}
.product-sub:empty,
.product-sub:empty + .product-sub {
	margin-bottom: 0;
}
.product-sec:empty + .product-sec,
.product-sec:first-of-type {
	padding-top: 0;
}
.product-sec .product-sub:first-child:last-child {
	padding: 0;
	background-color: white;
}
.product-sec .product-sub,
.product-sec .product-sec-feature + .product-sub-sec > .product-sub {
	padding: 15px 25px 5px;
	background-color: #d5eef6;
}

.product-sec:nth-child(2n+2) {
	background-color: #d5eef6;
}
.product-sec:nth-child(2n+2) .product-sub:first-child:last-child {
	padding: 0;
	background-color: #d5eef6;
}
.product-sec:nth-child(2n+2) .product-sub,
.product-sec:nth-child(2n+2) .product-sec-feature + .product-sub-sec > .product-sub {
	padding: 15px 25px 5px;
	background-color: white;
}

.product-sec:nth-child(2n+2) .product-sub-sec
.product-sec-details {
	margin-bottom: 40px;
}

.product-sec-details p {
	margin-bottom: 30px;
}
.product-sub {
	margin-bottom: 30px;
}
.product-sec h1 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #1980be;
}
.product-sec h2 {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.product-sec ul li {
	list-style-type: disc;
	margin: 0 0 30px 40px;
}
.product-sec-row {
	display: flex;
}
.product-sec-col {
	flex: 1;
}
.product-sec-col:first-child {
	margin-right: 30px;
}
.product-sec-feature:not(:last-child) {
	margin-bottom: 50px;
}
.product-sec-col img {
	display: block;
	margin: 0 auto;
	max-height: 300px;
}

/*-------------- Our Companies Page css start  ------------------------*/

.our-companies-sec {
	padding: 45px 0 50px;
}

.our-companies-sec .listing-block {
	display: block;
}

.our-companies-sec .listing-block ul {
	padding: 0;
	margin: 0;
	display: block;
}

.our-companies-sec .listing-block ul li {
	padding: 0 0px;
	margin: 0 0 25px;
	display: block;
}

.our-companies-sec .listing-block figure {
	margin: 0;
}

.our-companies-sec .listing-block .image {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 45px;
}

.our-companies-sec .listing-block .text {
	width: 74%;
	display: inline-block;
	vertical-align: top;
}

.our-companies-sec .listing-block .text h2 {
	margin-top: -2px;
}

.our-companies-sec .listing-block .text p {
	text-align: justify;
	letter-spacing: 0;
}


/*-------------- Our Companies Page css end  ------------------------*/


/*-------------- Philanthropy-sec Page css start  ------------------------*/

.philanthropy-sec {
	text-align: center;
}

.philanthropy-sec .list-txt {
	margin-bottom: 80px;
}

.philanthropy-sec .list-txt p {
	text-align: center;
}

.philanthropy-logo {
	display: block;
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	/*text-align: center !important;*/
}
.philanthropy-logo li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 0 40px;
	padding: 0;
	vertical-align: middle;
}
.philanthropy-logo figure {
	margin: 0;
	text-align: center;
}

.philanthropy-list-checkbox {
	display: none;
}
.philanthropy-list-details {
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.4s;
}
.philanthropy-list-label {
	border: 2px solid #1980be;
	margin: 0;
	padding: 2px 6px;
	display: inline-block;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: #1980be;
	cursor: pointer;
	transition: margin 0.4s, background-color 0.3s, color 0.3s;
}
.philanthropy-list-label:hover {
	background: #1980be;
	color: white;
}
.philanthropy-list-details + .philanthropy-list-label:after {
	content: " More";
}
.philanthropy-list-checkbox:checked + .philanthropy-list-details {
	max-height: 1500px;
}
.philanthropy-list-checkbox:checked + .philanthropy-list-details + .philanthropy-list-label {
	margin: 20px 0 0;
}
.philanthropy-list-checkbox:checked + .philanthropy-list-details + .philanthropy-list-label:after {
	content: " Less";
}

.no-margin li {
	margin-bottom: 0;
}


/*-------------- Philanthropy-sec Page css end  ------------------------*/

.app-icon {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
.app-icon a {
	display: inline-block;
	vertical-align: top;
}

/*-------------- News Page css start  ------------------------*/

.news-sec {
	padding-top: 80px;
}
.news-sec .post-content {
	margin-bottom: 50px;
}
.news-sec .container {
	max-width: 855px;
}
.news-sec p {
	text-align: justify;
}

.newsroom-sec {
	text-align: center;
}
.newsroom-sec hr {
	width: calc(100% - 80px);
	max-width: 100px;
	margin: 30px auto;
}
.newsroom-sec .container {
	max-width: 855px;
}
.newsroom-sec .list-txt {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px dotted #1881bf;
}
.newsroom-sec .list-txt:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.newsroom-sec .post-content {
	margin: 0 auto 30px;
	max-width: 550px;
	text-align: center;
}
.newsroom-sec .read-more {
	text-decoration: none;
	line-height: 22px;
}
.newsroom-sec h2 {
	color: #14a5ff;
}
.newsroom-sec a {
	color: #1881bf;
}

.left-side-bar {
	width: 70%;
	float: left;
	padding-right: 85px;
}

.left-side-bar h3 {
	color: #1980be;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.left-side-bar h3 a {
	color: #1980be;
	text-decoration: none;
}

.left-side-bar h3 a:hover {
	color: #002857;
}

.left-side-bar p {
	margin-bottom: 10px;
}

.post-content {
	margin-bottom: 100px;
}

.read-more-btn {
	color: #1980be;
	font-weight: 700;
	text-decoration: none;
}

.read-more-btn:hover {
	color: #002857;
}

.right-side-bar {
	width: 30%;
	float: left;
}

.right-side-bar h2 {
	font-size: 13px;
	color: #002857;
	margin-bottom: 5px;
	line-height: 18px;
}

.right-side-bar ul {
	padding: 0;
	margin: 0;
	display: block;
}

.right-side-bar li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: underline;
}

.right-side-bar p {
	margin-bottom: 10px;
	text-align: left;
}

.archives-sec {
	margin: 40px 0 20px;
}

.pagination {
	margin-bottom: 50px;
	display: block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 0;
	width: 31px;
	height: 31px;
	background: #1980be;
	border-radius: 100%;
	padding: 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-weight: 400;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: #002857;
	font-weight: 400;
}


/*-------------- News Page css end  ------------------------*/


/*-------------- Contact Us Page css start  ------------------------*/

.contact-page label {
	display: inline-block;
	margin-bottom: 5px;
}
.contact-page label em {
	color: red;
}

.contact-page .wpcf7 {
	width: calc(100% - 100px);
	max-width: 500px;
	margin: 0 auto;
}
.contact-page .wpcf7-not-valid {
	border-color: red;
}
.contact-page .wpcf7-not-valid-tip {
	display: none;
}

/*
.contact-page .wpcf7-form input,
.contact-page .wpcf7-form textarea {
	display: none;
}
.contact-page .wpcf7-form.active input,
.contact-page .wpcf7-form.active textarea {
	display: block;
}
*/

.contact-page .wpcf7-form.active select {
	background-color: transparent;
}

.contact-page li,
.contact-page p {
	text-align: center;
}
.contact-page li {
	margin-bottom: 50px;
}

.contact-page .social,
.contact-page .social a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-page .social {
	font-size: 1.875rem;
}
.contact-page .social a {
	width: 50px;
	height: 50px;
	margin: 0 10px;
	border-radius: 25px;
	background-color: #002856;
	text-decoration: none;
	color: #fff;
}
.contact-page .social a:hover {
	background-color: #fff;
	color: #002856;
}

.default-page .screen-reader-text {
	display: block;
	margin-bottom: 10px;
}

.default-page .search-field {
	margin-bottom: 20px;
}

div.wpcf7-validation-errors {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	font-size: 14px;
	padding: 8px;
}


/*-------------- Contact Us Page css end  ------------------------*/

.mid-container {
	background: #fff;
	padding: 80px 0 0;
}

.about-us-dtl {
	text-align: center;
}
.about-us-dtl>li {
	display: block;
	margin-bottom: 80px;
}
.about-us-dtl>li:last-child {
	margin-bottom: 30px;
}
.about-us-dtl>li figure {
	margin: 0 0 9px;
}
.about-us-dtl>li>ul>li figure a {
	display: inline-block;
}
.about-us-dtl>li>ul>li figure img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.about-us-dtl>li>ul>li>figure:hover img {
	-webkit-filter: grayscale(0);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}

.testimonials {
	margin-bottom: 60px;
}
.testimonials .test-item {
	position: relative;
	width: calc(100% - 100px);
	max-width: 600px;
	margin: 0 auto 30px;
	padding: 20px 60px;
	background-color: #d5eef6;
	border-radius: 0 20px 20px 20px;
}
.testimonials .test-item:before,
.testimonials .test-item:after {
	position: absolute;
}
.testimonials .test-item:before {
	content: url('./images/icon_quote_l.png');
	top: 15px;
	left: 10px;
}
.testimonials .test-item:after {
	content: url('./images/icon_quote_r.png');
	bottom: 10px;
	right: 10px;
}
.testimonials .test-item p {
	font-size: 16px;
	line-height: 22px;
}
.testimonials .test-item p:last-child {
	margin-bottom: 0;
}
.testimonials .test-quote {
	margin-bottom: 8px;
}
.testimonials .test-author {
	text-align: center;
}
.testimonials .test-author:before {
	content: ' –';
}

.footnotes {
	padding: 60px 0 0;
	border-top: 1px solid #cdcdcd;
}
.footnotes li {
	width: calc(100% - 40px);
	max-width: 600px;
	margin: 0 auto 2px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #969999;
}

/*.about-us-dtl > li h2 {
	margin-bottom: 10px;
}*/

.about-us-dtl ul {
	/*list-style: disc; text-align: left;*/
}

.about-us-dtl ul li {
	/*text-align: left;*/
	margin-bottom: 7px;
	margin-left: 10px;
	font-weight: 400;
}

.about-us-faqs p {
	text-align: center;
}

.about-logo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-logo ul {
	text-align: left;
}

.about-logo ul li {
	width: 16%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.newscorp-logo ul li {
	width: 24%;
	margin-bottom: 30px;
}

.about-logo ul figure {
	margin: 0;
}

.about-logo ul.philanthropy-logo {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-logo ul.philanthropy-logo li {
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.about-logo ul li a:hover img {
	opacity: 1;
}

.about-logo ul.philanthropy-logo li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.about-logo ul.philanthropy-logo li a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.about-list .about-list-checkbox {
	display: none;
}
.about-list .about-list-label {
	border: 2px solid #1980be;
	padding: 2px 6px;
	margin: 20px 0 0;
	display: inline-block;
	font-weight: 700;
	font-size: 0.875rem;
	color: #1980be;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}
.about-list .about-list-label:hover {
	background: #1980be;
	color: white;
}
.about-list .about-list-checkbox + .about-list-details {
	text-align: justify;
	max-height: 173px;
	overflow-y: hidden;
	transition: max-height 0.3s;
}
.about-list .about-list-checkbox + .about-list-details + .about-list-label:after {
	content: " More";
}
.about-list .about-list-checkbox:checked + .about-list-details {
	max-height: 770px;
}
.about-list .about-list-checkbox:checked + .about-list-details + .about-list-label:after {
	content: " Less";
}

.bottom-txt {}

.bottom-txt li {
	list-style: none;
	text-align: center;
}

.bios-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bios-list li {
	width: 45.6%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.bios-list li:nth-child(2n+2) {
	float: right;
}

.bios-list li:nth-child(2n+1) {
	clear: both;
}

.bios-list li figure {
	margin: 0 0 22px;
}

.bios-list li figure img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.bios-list .bios-list-checkbox {
	display: none;
}
.newsroom-sec .read-more,
.bios-list .bios-list-label {
	border: 2px solid #1980be;
	padding: 2px 6px;
	margin: 20px 0 0;
	display: inline-block;
	font-weight: 700;
	font-size: 0.875rem;
	color: #1980be;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}
.newsroom-sec .read-more:hover,
.bios-list .bios-list-label:hover {
	background: #1980be;
	color: white;
}
.bios-list .bios-list-checkbox + .bios-list-details {
	text-align: justify;
	max-height: 175px;
	overflow-y: hidden;
	transition: max-height 0.3s;
}
.bios-list .bios-list-checkbox + .bios-list-details + .bios-list-label:after {
	content: " More";
}
.bios-list .bios-list-checkbox:checked + .bios-list-details {
	max-height: 770px;
}
.bios-list .bios-list-checkbox:checked + .bios-list-details + .bios-list-label:after {
	content: " Less";
}

.bios-list li p {
	margin: 0;
}

.bios-list li h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.bios-list li h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #1980be;
	margin-bottom: 6px;
}

.addtoany_share_save_container {
	margin: 30px 0 !important;
}


/*----------------footer section  styles goes here-----------*/

.preloader {
	display: none;
}

.footer-main {
	background: #002856;
	width: 100%;
	margin-top: 80px;
	padding: 58px 0;
	text-align: center;
}

.footer-main .footer-social {
	text-align: center;
	margin-bottom: 40px;
}

.footer-main .footer-social ul {
	padding: 0;
	margin: 0;
}

.footer-main .footer-social ul li {
	padding: 0;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
}

.footer-main .footer-social ul li a {
	display: block;
	border-radius: 100%;
	color: #002857;
	font-size: 15px;
	width: 23px;
	height: 23px;
	background: #fff;
	text-align: center;
	line-height: 25px;
}

.footer-main .footer-social ul li a:hover {
	background: #1881bf;
	color: #fff;
}

.footer-main .footer-address p {
	color: #fff;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

.footer-main .footer-address p a {
	color: #fff;
}

.footer-main .footer-address p a:hover {
	color: #58c8e5;
}

.footer-main .footer-address p br {
	display: none;
}

div.wpcf7-response-output {
	margin: 2em 0;
}


/*----------------footer section styles ends here--------*/

:-moz-placeholder {
	color: #949494;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #949494;
	opacity: 1;
}

::-moz-placeholder {
	color: #949494;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #949494;
	opacity: 1;
}

.post-content ul,
.post-content ol {
	list-style-type: decimal;
	padding-left: 10px;
}

.post-content ol li {
	margin-bottom: 5px;
}

.post-content ul li {
	margin-bottom: 5px;
	list-style: disc;
}

.products-solution-sec:after {
	background: #f8f8f8 !important;
}

.join-the-team {
	padding: 80px 0 40px;
}

.join-title,
.join-subtitle,
.join-cards-item,
.join-cards-title,
.join-cards-description p,
.join-cards-more,
.join-cards-opportunities {
	font-size: var(--fsize);
	line-height: calc(var(--fsize) * 1.05);
	text-align: center;
}

.join-title,
.join-subtitle {
	color: #002856;
}

.join-title {
	--fsize: 4.75rem;
	margin-bottom: 30px;
}

.join-subtitle {
	--fsize: 3rem;
	margin-bottom: 60px;
	font-weight: 400;
}

.join-cards,
.join-cards-item,
.join-cards-top,
.join-cards-copy {
	display: flex;
}

.join-cards-item,
.join-cards-top,
.join-cards-copy {
	flex: 1;
	flex-direction: column;
}

.join-cards,
.join-cards-copy {
	justify-content: center;
}

.join-cards {
	margin: 0 0 80px;
}

.join-cards-item {
	max-width: 300px;
	margin: 0 5px;
}

.join-cards-item a:hover {
	color: white;
	text-decoration: underline;
}

.join-cards-item:first-child:not(:last-child) {
	margin: 0 5px 0 0;
}

.join-cards-item:last-child:not(:first-child) {
	margin: 0 0 0 5px;
}

.join-cards-item p,
.join-cards-more,
.join-cards-opportunities {
	color: white;
}

.join-cards-top {
	display: flex;
	padding: 35px 25px 15px;
}

.join-cards-title,
.join-cards-more,
.join-cards-opportunities {
	text-transform: uppercase;
}

.join-cards-title,
.join-cards-opportunities {
	font-weight: 700;
}

.join-cards-description p,
.join-cards-more,
.join-cards-opportunities {
	--fsize: 1rem;
	margin: 0;
}

.join-cards-more,
.join-cards-opportunities {
	display: block;
	text-decoration: none;
}

.join-cards-image {
	flex: 1;
	align-items: center;
	justify-content: center;
	display: flex;
}

.join-cards-icon {
	max-width: 130px;
	max-height: 115px;
	margin: 0 auto 20px;
}

.join-cards-title {
	--fsize: 1.375rem;
	margin: 0 0 15px;
}

.join-cards-description {
	margin: 0 0 40px;
}

.join-cards-opportunities {
	--fsize: 0.875rem;
	padding: 15px;
	border-top: 10px solid white;
}

.join-cards-more:hover,
.join-cards-opportunities:hover {
	color: #002856;
}

.careers-menu-scroll {
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.careers-menu {
	display: flex;
	justify-content: center;
	padding: 12px 0 10px;
	white-space: nowrap;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.careers-menu .menu-item,
.careers-banner-heading,
.locations-banner-heading,
.careers-banner-opportunities {
	font-size: var(--fsize);
	line-height: calc(var(--fsize) * 1.05);
	text-align: center;
}

.careers-menu .menu-item {
	margin: 0 15px;
	--fsize: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.careers-menu .menu-item a {
	text-decoration: none;
	color: #1980be;
}

.careers-menu .menu-item a:hover,
.careers-menu .current_page_item a {
	color: #14a5ff;
}

.careers-banner {
	position: relative;
	margin: 0 0 60px;
	padding: 40px 0 30px;
}
.locations-banner {
	position: relative;
	padding: 60px 0 50px;
	background-color: #123051;
}

.careers-banner-heading,
.locations-banner-heading {
	margin: 0 0 25px;
	--fsize: 4rem;
}

.careers-banner-opportunities {
	--fsize: 0.875rem;
	display: table;
	border: 2px solid white;
	margin: 0 auto;
	padding: 12px 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	text-decoration: none;
}
.careers-banner-opportunities:hover {
	color: white;
	text-decoration: underline
}
.inner-big-banner .careers-banner-opportunities {
	margin-top: 40px;
}

.careers-banner-arrow,
.locations-banner-arrow {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	transform: rotate(45deg);
}
.locations-banner-arrow {
	background-color: #123051;
	z-index: 1;
}

.careers-section-heading,
.centered-content,
.centered-content p {
	text-align: center;
}

.careers-section-heading {
	margin-bottom: 30px;
}

.careers-section-content {
	max-width: 900px;
	margin: 0 auto 80px;
}
.careers-section-content ul {
	max-width: 550px;
	margin: 0 auto;
	list-style-type: disc;
}
.careers-section-content li {
	margin-bottom: 10px;
}

.careers-section-content img {
	display: block;
	margin: 40px auto;
}

.careers-section-content .services-icons ul,
.careers-section-content .services-icons p {
	margin-bottom: 0;
}

.services-icons {
	text-align: center;
	padding-bottom: 50px;
}
.careers-section-content .services-icons {
	margin-top: 20px;
	padding-bottom: 0;
}
.services-icons ul {
	max-width: none;
	padding: 0;
	margin: 0 0 30px;
	display: flex;
	justify-content: center;
}
.services-icons li {
	display: flex;
	flex-direction: column;
	flex-basis: 23%;
	min-width: 150px;
	padding: 0 40px;
	margin: 0;
}
.services-icons img {
	margin: 0 auto;
}
.services-icons .icon {
	display: flex;
	align-items: flex-end;
	flex: 1;
	margin: 0 auto 10px;
}
.services-icons p {
	margin-bottom: 30px;
	font-size: 20px;
}
.services-icons p strong {
	color: #0585cc;
	transition: color 0.3s;
}
.services-icons .learn-more {
	padding: 12px;
	background: #002857;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
}
.services-icons .learn-more:hover {
	background: #58c8e5;
}

.our-difference-desc {
	margin-bottom: 40px;
}
.our-difference-sec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.our-difference-item {
	flex-basis: calc(100% / 3);
	text-align: center;
	padding: 20px 40px;
}
.our-difference-item h3 {
	margin-bottom: 5px;
	color: #1980be;
}

.our-network-sec h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #0585cc;
}
.our-network-sec h3 {
	margin-bottom: 5px;
	color: black;
}
.our-network-desc,
.our-network {
	margin-bottom: 80px;
}
.our-network-details {
	display: flex;
	justify-content: center;
}
.our-network-item {
	flex: 1;
	padding: 0 40px;
}
.our-network-item:first-child {
	border-right: 1px solid #0585cc;
}

.our-solutions h1 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	color: #0585cc;
}
.our-solutions .icons,
.solutions-details {
	display: flex;
	justify-content: center;
}
.solutions-sec {
	margin-bottom: 120px;
}
.solutions-details {
	margin: 15px auto 30px;
}
.our-solutions figure {
	margin: 0 15px 20px;
}
.solutions-item {
	flex: 1;
	padding: 0 25px;
}
.solutions-item:not(:last-child) {
	border-right: 1px solid #0585cc;
}

/* Revised Naming */
