/* --- Calibri Font ----------------------------------------------------------------------- */

/*
@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibri.woff) format('woff'), url(../fonts/calibri/calibri.woff2) format('woff2'), url(../fonts/calibri/calibri.ttf) format('truetype');
}

@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibrib.woff) format('woff'), url(../fonts/calibri/calibrib.woff2) format('woff2'), url(../fonts/calibri/calibrib.ttf) format('truetype');
	font-weight: bold;
}
*/

/* --- Option Calibri font weights of light and italic â€“ Make sure add the option Calibri font in font folder --- */

/*
@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibril.woff) format('woff'), url(../fonts/calibri/calibril.woff2) format('woff2'), url(../fonts/calibri/calibril.ttf) format('truetype');
	font-weight:200;
}
*/

/*
@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibrili.woff) format('woff'), url(../fonts/calibri/calibrili.woff2) format('woff2'), url(../fonts/calibri/calibrili.ttf) format('truetype');
	font-weight:200;
	font-style: italic;
}
*/

/*
@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibrii.woff) format('woff'), url(../fonts/calibri/calibrii.woff2) format('woff2'), url(../fonts/calibri/calibrii.ttf) format('truetype');
	font-style: italic;
}
*/

/*
@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibriz.woff) format('woff'), url(../fonts/calibri/calibriz.woff2) format('woff2'), url(../fonts/calibri/calibriz.ttf) format('truetype');
	font-weight: bold;
	font-style: italic;
}
*/

/* --- Vendors Font ----------------------------------------------------------------------- */


body {
/*	padding-top: 157px;*/
	font-family: 'Roboto', sans-serif;
	color: #5A5A5A;
	font-size: 14px;
	line-height: 16px;
}
.main-container {
	font-family: 'Open Sans';
}
/*
.main-container p {
	line-height: 18px;
}
*/
/* --- Custom CSS ------------------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

/* --- Navbar ----------------------------------------------------------------------------- */
/*
.navbar-header {
	top:97px;
}
*/
.navbar {
	border-radius: 0px;
	border: none;
	padding: 0 1rem 0 0;
/*	-ms-flex-pack:space-between;*/
    justify-content:space-between;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default {
	background-color: #FFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	margin: 0;
}
.navbar-nav .nav-link {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link {
	padding-top: 19px;
	padding-bottom: 19px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 20px;
	color: #5a5a5a;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #E87428;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #5a5a5a;
	background-color: #e6e6e6;
}

.navbar-default .dropdown-item {
	color: #a5a5a5;
	font-size: 13px;
	padding: 8px 20px 8px 10px;
}

.navbar-default .dropdown-menu {
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 0px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #a5a5a5;
    background-color: #e6e6e6;
}

.logo {
	max-width: 112px;
}

/* --- General ---------------------------------------------------------------------------- */
.container.policy {
	padding: 20px 15px;
}
.exertis {
	padding: 30px 0;
	margin: 0px;
/*
	position:fixed;
	top:0;
*/
	width: 100%;
/*	z-index: 1000;*/
}

.header-logoatag img {
    max-width: 170px;
}
.navbar-brand {
	width: 170px;
	padding: 10px 0 10px 0;
}

p {
	font-size: 14px;
	line-height: 16px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size:18px;
	line-height: 20px;
}
h5 {
	font-size: 16px;
	line-height: 18px;
}
section h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}
section h3 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;
}
section h5, section h6 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}
section p {
	font-size: 15px;
	line-height: 21px;
}

.marginbottom15 {
	margin-bottom: 15px;
}

/* exertis header and footer */

.header-logo img {
	max-width: 170px;
}

.red-chevron-bg, .site-footer {
  background: #b82233; /* Old browsers */
  background: -moz-linear-gradient(left,  #b82233 0%, #e82c2e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #b82233 0%,#e82c2e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #b82233 0%,#e82c2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82233', endColorstr='#e82c2e',GradientType=1 ); /* IE6-9 */
  background-size: 1920px auto;
}
.header-chevron{
  background-image: url("../img/master/exertis-chevron-header.jpg");
}
.footer-chevron{
  background-image: url("../img/master/exertis-chevron-footer.jpg");
}
.red-chevron-bg-header{
  background-position: top;
}
.red-chevron-bg-footer{
  background-position: bottom;
}
.footer-container {font-family: 'Roboto', sans-serif;}
.footer-container p {font-size: 14px;}
.footer-para {
    margin-top: 30px;
	padding: 0 10px;
}
.footer-container .footer-link a {color: #ffffff;}
.footer-link {color: #ffffff; padding: 60px 0;}

.footer-link .footer-para {line-height: normal;}

/* replace CSS */

.footer-link, .social-block {
	display: flex;
	flex-wrap: wrap;
}
.social-block {
	justify-content: space-evenly;
}
.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-link ul li {
    padding: 0 0 5px;
    line-height: 25px;
	margin: 0;
    position: relative;
	white-space: nowrap;
}
.footer-link ul li a {
	color: #ffffff;
	text-decoration: none;
}
.footer-link ul li ul {
	visibility: hidden;
    opacity: 0;
    transition: .4s linear opacity, .4s linear visibility;
    position: absolute;
    background: #B82233;
    top: 100%;
    padding-top: 20px;
    box-shadow: 0px 0px 10px 5px #a41021;
    padding: 6px 10px;
    border-radius: 2px;
/*    max-height: 250px;*/
    overflow-y: auto;
    z-index: 2;
}
.footer-link ul li ul li:last-child {
	padding-bottom: 0;
}
.footer-link ul .modern-dropdown ul {
     max-height: 250px;
}
.footer-link ul .gpg-dropdown ul {
     max-height: 180px;
}
.dropdownfooter {
	cursor: pointer;
}
.dropdownfooter:hover > ul {
	visibility: inherit;
	opacity: 1;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
@keyframes Grow{0%{opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}

.dropdownfooter:hover > .arrow {
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow {
    border: solid white;
	left: 5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
	margin-bottom: inherit;
    position: relative;
    transition: .4s linear all;
}

.arrow-right {
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer-link .footer-column {
	padding: 0 10px;
	color: #ffffff;
	width: 25%;
/*	box-sizing: border-box;*/
}
.social-column {
    padding: 20px 0;
/*	box-sizing: border-box;*/
}
.social-column img 
{ width: 45px;
}
.dcc {
    width: 100%;
    text-align: center;
    padding-top: 35px;
    padding-right: 15px;
}
.footer-dcc {
    width: 150px;
    height: auto;
}

/* End exertis header and footer */

/* --- CONTENT ----------------------------------------------------------------------------- */

.top-banner,
.top-video,
.carousel-inner .carousel-item {
	height: 600px;
}

.top-banner-inner h1 {
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 20px;
}
.top-banner-inner p {
	margin-bottom: 20px;
}
.top-banner-inner h2{
	font-size: 32px;
}
.top-banner-inner h1 span {
    color: #e87424;
}

.button{
	margin: 10px 0 30px 0;
	width: 85%;
}

.modal-button {
	border-radius: 1px;
	background-color: #e87424;
	color: #ffffff;
	font-size: 14px;
}

/* --- Splash Box ------------------------------------------------------------------------- */

.trans-fast{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wireless {
	/* background-image: url("../img/wireless.jpg"); */
	background-image: url("../img/switching-2.jpg");
	background-position: 43%;
}


/* .splash-box:hover{
transform: scale(1.1);
}

.splash-box.splash{
transform: scale(1);
} */

.splash-box{
	background-size:cover;
}

/* .color-strip { */
/* position: absolute; */
/* bottom: 0;
left: 0;
right: 0;
padding: 20px;
height: 300px;
} */


/* .splash-box .heading {
background-color: rgba(0,0,0,0.3);
padding: 5px 0;
margin-top: 160px;
margin-bottom: 445px;
} */

.splash-box .heading {
	background-color: rgba(0,0,0,0.3);
	padding: 5px 0;
	margin-top: 160px;
	margin-bottom: 445px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.splash-box{
	padding:0px;
}

.splash-container {
	background-color: #504b51;
	overflow:hidden;
}

.splash-box {
	color:#fff;
	height:666px;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	transform: translateZ(0px);
}

.splash-box .heading h1 {
	font-size: 30px;
	line-height: 34px;
	margin-top: 8px;
    margin-bottom: 10px;
}

.heading {
	position:relative;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.wireless {
	background-color:#e87424;
}

.accordion-item-content {
	height: 0px;
	overflow: hidden;
	transition: height .25s;
	padding: 0 10px;
}

.active .accordion-item-content {
	height: 150px;
}

.wireless.splash .heading, .switching.splash .heading, .software.splash .heading, .iot.splash .heading {
	background: rgba(232, 116, 36, 0.94);
}

.switching {
	/* background-image: url("../img/switching-2.jpg"); */
	background-image: url("../img/wireless.jpg");
	background-position: 42%;

}

.software {
	background-image: url("../img/software-saas.jpg");
	background-position: 56%;
}

.splash.software {
	background-position: 50%;
}

.iot {
	background-image: url("../img/iot.jpg");
	background-position: 47%;
}
/*
.splash-container .accordion-item.show, .splash-container .collapse:hover.show {
    background-color: rgba(232,116,36,0.90);
}
*/

.splash-container .card-link.collapsed {
	 background-color: inherit;
	padding: 10px 20px;
}
.splash-container .card-body, .splash-container .card-link, .splash-container .card-link.collapsed:hover {
    background-color: rgba(232,116,36,0.90);
}

/*
.collapse {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
}
*/
/*

.accordion h3,
.card-header h3 {
	padding:5px 0;
}
*/

.accordion a {
	text-decoration: none;
	color: inherit;
}

.accordion-title:hover{
	cursor:pointer;
}

.card {
    background-color: inherit;
    border: none;
    border-radius: inherit;
}
.card-header {
	border-bottom: none;
	padding: inherit;
	background-color: inherit;
}

.accordion-item,
.card-header a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding:10px 20px;
	position: relative;
	background-color: inherit;
	display: block;
}

/*
.splash-box .accordion-item:hover,
.splash-box .card-header:hover,
.splash-box .card-body,
.wireless .accordion-item.active, .wireless .accordion-item:hover.active,
.wireless .card-header a, .wireless .card-header a:hover.active {
	background-color: rgba(232,116,36,0.90);
}
*/

.switches .card-header a.collapsed {
	background-color: inherit;
}

/*
.software .accordion-item:hover,
.software .card-header:hover{
	background:rgba(232,116,36,0.94);
}
*/

/*
.software .accordion-item.active, .software .accordion-item:hover.active,
.software .card-header, .software .card-header:hover.active {
	background-color: rgba(232,116,36,0.94);
}
*/


/*
.iot .accordion-item:hover,
.iot .card-header:hover{
	background-color: rgba(232, 116, 36, 0.94)
	;;
}
*/

/*
.iot .accordion-item.active, .iot .accordion-item:hover.active,
.iot .card-header.active, .iot .card-header:hover.active {
	background-color: rgba(232, 116, 36, 0.94)
	;;
}
*/

.accordion-item-content,
.card-body {
	padding: 0 0 20px 0;
	 width: 100%; 
	display: inline-block;
}

.splash-content {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	padding:0;
	height: 604px;
}

#splashBoxTwo .splash-content {
	background: rgba(0, 0, 0, 0.6);
	position: relative;
}

.shaded-box {
	background:rgba(255, 255, 255, 0.3);
	border-right:1px solid #000;
}

/* Add CSS 2 */

.splash-content .desc {
	padding: 12px 20px;
	margin-bottom: 2px;
	font-size: 15px;
}
.splash-content .card-body .desc {
	padding: 0 20px 20px 20px;
}
.splash-content .card-body .desc, .color-strip {
	font-size: 15px;
	line-height: 16px;
}

.accordion-title {
	width: 100%;
}

.accordion-title h3, .card-header h3 {
	margin-bottom: 0px;
}
.card-header a, .card-header a:hover {
	color: #ffffff;
	text-decoration: none;
}
.accordion-item .accordion-arrow,
.card-header .accordion-arrow {
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    width: 12px;
    height: 12px;
	transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
}
/*
.accordion-item .accordion-arrow {
	transform: rotate(45deg);
}
*/
#splashBox .card-header .collapsed .accordion-arrow {
	transform: rotate(45deg);
}

#splashBox .accordion-item:hover .accordion-arrow,
#splashBox .active .accordion-arrow,
#splashBox .card-header:hover .accordion-arrow,
#splashBox .card-header .accordion-arrow {
	transform: rotate(135deg);
}


/*
.accordion-item .fa-angle-right {
	font-size: 30px;
	position: absolute;
	right: 20px;
}
*/

#splashBox .accordion-item:hover .fa-angle-right, #splashBox .active .fa-angle-right {
	transform: rotate(90deg);
}

/* End Add CSS 2 */

.splash-content .btn-wrapper {
	height: 50px;
	width: 260px;
}

.splash-content .btn-wrapper .btn {
	color: #ffffff;
	border: 2px solid #ffffff;
	height: 50px;
	padding: 13px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: transparent;
}

.splash-content .btn-wrapper:hover .btn {
	color: #000000;
}

.splash-content .woosh {
	background-color:rgba(0,0,0,0.0);
	border-bottom: 50px solid #fff;
}

.btn-wrapper:hover .woosh {
	top:-61px;
}
.shadow-box {
	padding: 0px 20px;
	width: 100%
}
/*
.shadow-box-one p, .shadow-box-two p {
	
	 height: 150px; 
}
*/

.shadow-box-one h2, .shadow-box-two h2 {
	padding-top:20px;
}

.shadow-box-one .btn-wrapper, .shadow-box-two .btn-wrapper {
	margin-bottom:20px;
}

.switching .btn-wrapper {
	margin-bottom: 20px;
}

.blue-strip {
	/* background-color:#009fdc; */
	background:rgba(232,116,36,0.94);

}

.orange-strip {
	/* background-color:#009fdc; */
	background:rgba(232,116,36,0.94);

}
.orange-strip p {
	margin-bottom:15px;
}
.color-strip {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
}

.splash-content .btn-wrapper-margin {
        margin: 0 auto 10px auto;
}

.woosh {
	position: absolute;
	background-color: #e87424;
	height: 113px;
	border-bottom: 57px solid #fff;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.shadow-box-one, .shadow-box-two {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.splash-container .btn-wrapper {
	max-width: 220px;
	width: 100%;
}

	.wrapper:hover .btn-wrapper .button{
		color:#fff;
	}

	.wrapper:hover .btn-wrapper .woosh {
		top:-56px;
	}

	.wrapper:hover .btn-wrapper .button{
		color:#fff;
	}
	.btn-wrapper .btn {
		color: #ffffff;
		border: none;
		border: 2px solid #504b51;
		border-radius: 3px;
		z-index: 2;
		position: relative;
		background: transparent;
	}
.btn-wrapper:hover .btn {
		color: #000;
	}
.btn-wrapper .button {
		margin: 0px;
		width: 100%;
	}
.btn-wrapper {
	width: 85%;
	margin: 0 auto;
	height: 56px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
	.resources .wrapper:hover .btn, #UpcomingEvents .wrapper:hover .btn {
		color:#000;
	}

	.resources .wrapper:hover .btn .material-icons, #UpcomingEvents .wrapper:hover .btn .material-icons{
		opacity: 1;
	}

/* --- Top Header Static Banner ------------------------------------- */

.top-banner {
	background-position: center;
	background-size: cover;
}

.top-banner-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 380px;
	z-index: 10;
	padding: 20px 50px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.top-banner-inner .box {
	padding: 0px;
	margin: 0px;
	height: 150px;
}

.box-cta {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	background-color: inherit;
	border-width: inherit;
	padding-left: 0;
}

.box-cta:hover {
	text-decoration: none;
	color:#fff;
}

.box-cta .fa {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.box-cta:hover .fa {
	margin-left:25px;
}

/* --- Top Header Video BG Banner ----------------------------------- */

#background {
	position: relative;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.top-video {
	overflow: hidden;
	position: relative;
}

.top-video::before {
	display: block;
	content: '';
	background-image: url(../img/gridtile.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	pointer-events: none;
}

.top-video-inner {
	position: relative;
	top: -440px;
	z-index: 10;
	padding: 20px 50px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/* --- Top Header Carousel Banner ----------------------------------- */

.bg-tint {
    color: white;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.carousel-inner .carousel-item {
	background-position: center;
	background-size: cover;
	height: 600px;
}

.carousel-caption {
	top: -250px;
	transform: translateY(50%);
}

.carousel-caption h1 {
	font-size: 60px;
	font-weight: bold;
}

.carousel-caption h2 {
	font-size: 32px;
}

.btn-carousel {
	margin-top: 18px;
}

.carousel-indicators .active {
	width: 32px;
	height: 4px;
}

.carousel-indicators li {
	border: none;
	width: 30px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}


/* --- Sections --------------------------------------------------- */

/*
section {
	padding: 100px 0;
}
*/
/*
.headline {
    background-color: #FFFFFF;
}
*/
.headline h2 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}
.headline p {
	font-size: 20px;
	line-height: 28px;
}
.headline span {
	color:#e87424;
}
.bg-grey {
	background-color: #202020;
	color: #fff;
}

.colour-strip.darkest {
	background-color:#322b33;
}

.colour-strip.dark {
	background-color:#504b51;
}

.colour-strip.light {
	background-color:#f2f2f2;
}

.bg-wave{
	background-image:url("../img/bg-grey-waves.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	color:#fff;
}

.bg-wave2{
	background-color: rgba(84,88,90,1.00);
	background-size: cover;
	color:#fff;
}

.bg-shader{
	background-image:url("../img/shader-box.png");
	background-repeat:repeat;
	padding:20px;
	margin-bottom:10px;
}

.section-heading {
	font-size: 32px;
	line-height: 36px;
}

section p {
	font-size: 16px;
}

.bg-gray {
	background-color: #081828;
}

.margin-bottom, .section-margin-bottom {
	margin-bottom:50px;
}

/* -- Resources -- */

.btn-primary:not(:disabled):not(.disabled):active {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
}

#resources img {
	width:200px;
}

.resources .wrapper .material-icons, #UpcomingEvents .wrapper .material-icon {
	font-size:100px;
	margin-bottom:30px;
}

	.resources .wrapper .btn, #UpcomingEvents .wrapper .btn {
		background-color:rgba(0,0,0,0.0);
		padding: 16px 24px;
		border: none;
		color: #fff;
		border-radius: 3px;
		z-index: 2;
		position:relative;
	}

	.resources .wrapper .btn .material-icons, #UpcomingEvents .wrapper .material-icon {
		font-size:20px;
		padding-left:-15px;
		position:absolute;
		opacity: 0.0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.resources .wrapper, #UpcomingEvents .wrapper {
	color:#504b51;
	text-decoration: none;
	display:block;
	cursor: pointer;
}

.btn-wrapper {
	width: 85%;
	margin: 0 auto;
	height: 56px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}


/* -- Contacts -- */


.photo {
	text-align: center;
	position: relative;

	z-index: 2;
	margin: auto;
	width: 150px;
	height: 150px;
	border: 8px solid #FFF;
	line-height: 72px;
	border-radius: 50%;
	vertical-align: middle;
	color: #FFF;
	font-size: 30px;
}
.photo img {
	width: 100%;
	border-radius: 50%;
}

.info {
	border: 0px solid #504b51;;
	border-radius: 5px;
	margin-top: -44px;
	padding: 40px 10px 20px 10px;
	background-color: #f6f6f6;
}
.info h3{
	margin-top: 20px;
}


.initials {
	text-align: center;
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid #FFF;
	line-height: 72px;
	border-radius: 50%;
	background: #00aeef;
	vertical-align: middle;
	color: #FFF;
	font-size: 30px;
}
.contact-detail {
	display: flex;
}

a.contact {
	font-size: 20px;
	background-color: #504b51;;
	color: #ffffff;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	margin: 5px;
	transition: all 0.3s ease;
}
a.contact:hover{
	transform: scale(1.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-color:#E87424;
}

a.contact:hover::before{
	background-color:#E87424;
}

.tooltip {
	font-size: 13px;
	font-weight: bold;
}

.tooltip-inner {
	padding: 5px 10px;
}

.hero-box {
	margin-bottom: 40px;
}
.disti-section h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
}
.img-boxes .text-wrap {
  padding:10px;
  color:#ffffff;
  background-color:#000;
}

.img-boxes .text-wrap.orange {
  background-color:#E87424
}

/* -- Disti -- */

/*
		.full-bg-2 {
		background-image: url("../img/bg-webinar.jpg");
		background-size: cover;
		padding: 140px 0;
		color: #fff;
		background-position: 50%;
	}
*/

	.full-bg-3 {
		background-image: url("../img/bg-dog2.jpg");
		background-size: cover;
		padding: 140px 0;
		color: #fff;
		background-position: 0%;
	}


	.full-bg-4 {
		background-image: url("../img/bg-pattern.jpg");
		background-size: cover;
		padding: 84px 20px 140px 20px;
		color: #fff;
		background-position: 0%;
	}

/*
	.full-bg-5 {
		background-image: url("../img/bg-cables.jpg");
		background-size: cover;
		padding: 0 15px 140px 15px;
		color: #fff;
		background-position: 0%;
	}
*/

	.full-bg-4 .content {
		max-height:400px;
		overflow-y:auto;
	}
.shader {
    background: rgba(0,0,0,0.8);
    padding: 50px;
}


/* --- Promotions ---- */

section ul li {
	line-height: 18px;
}


.empty-events-space {
	width: 100%;
	height: 260px;
}

/* --- VIDEO PLAYER ----------------------------------------------- */

#video,
.video {
	padding: 0;
}

.btn-video {
	width: 100%;
	height: 100%;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background-color: transparent;
	border: 0;
}

.video .glyphicon {
	font-size: 100px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}

.hide-button {
	opacity: 0;
}

button {
	outline: none;
}

.bg-video {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}

/* --- Product Details  --- */

.prod-details {
	padding-top: 20px;
}

.row.prod {
	border-bottom: 1px solid #dfdfdf;
}

.prod-details .btn {
	margin: 20px;
}


.contact-info {
	margin-top: 80px;
}

.contact-info h1 {
	color: #fff;
	font-size: 60px;
}

.contact-info hr {
	max-width: 34%;
	margin-bottom: 40px;
}

/* --- END of - Product Details  --- */

/* --- CUSTOM ELEMENTS ----------------------------------------------------------------------- */


/* --- MODAL ------------------------------------- */

.modal-body{
	padding: 20px;
	font-family: 'Open Sans';
}
.modal-body p {
	line-height: 18px;
}
.modal {
	top: 84px;
	padding-bottom: 70px;
}
.modal-title {
	color: #ffffff;
}

.banner-modal ul{
	padding-left: 15px;
}

.modal li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.modal ul span {
	color: #5A5A5A;
}

h1 span {
	color: #e87424;
}

.blue ul {
	color: #e87424;
}

.green ul {
	color: #e87424;
}

.orange ul, .text-orange {
	color: #e87424;
}

.blue .modal-header {
	background-color:#e87424;
	border-bottom:2px solid #c75e15;
}

.green .modal-header {
	background-color:#e87424;
	border-bottom:2px solid #c75e15;
}

.orange .modal-header {
	background-color:#e87424;
	border-bottom:2px solid #c75e15;
}

.modal.orbi img {
	padding-top:40px;
}

.image-toggle .hide {
	display:none;
}

.image-toggle .active {
	display:none;
}


.image-toggle-btn .active .btn {
	color: #fff;
}

.image-toggle-btn .active .woosh {
	top: -59px;
}

/*
.modal-header{
	color: #5A5A5A;
	padding: 20px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 2px solid #f51e1e;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}
*/


/*
.modal-header .close {
	font-size: 18px;
	position: absolute;
    right: 20px;
    top: 23px;
}

button:focus {
    outline:none;
}
*/

.modal .btn-wrapper {
	height: inherit;
	width:120px;
	color:#fff;
	margin: 0;
}

	.image-toggle-btn .btn-wrapper {
		float:unset;
		width:100%;
		margin-bottom:10px;
	}

	.image-toggle-btn{
		margin-bottom:40px;
	}

	.modal .btn-wrapper:hover .btn {
		color:#000;
	}

	.modal .btn{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}

.modal-content{
	border-radius: 5px;
	border: none;
}
.btn-default{
	/*border-radius: 0;*/
	color: #333;
    background-color: #e7e7e7;
    border-color: transparent;
	transition: all 0.3s ease;
}
.btn-default:hover{
	border-color: #e7e7e7;
    background-color: #C8001E;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.button-pop{
	margin: 20px 0 0px 0;
	border-radius: 4px;
    width: 49%;
}
.download{
	position: relative;
    top: 7px;
}


/* --- VIDEO MODAL ------------------------------------- */

.dismiss {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 0;
	box-shadow: none;
}

.plc {
	margin: 5% auto;
}

.no-padding {
	padding: 0;
	margin: 0 0 -5px 0;
}

/*-- end --*/ 


.padding {
	padding: 70px 0;
}
.p30 {
	padding: 10px 30px;
}

/*
.bg-grey {
	background-color: #f6f6f6;
}
*/

/* -- Policy -- */
.policy {
	color: #5a5a5a;
}

.policy a {
	color: #5a5a5a;
	text-decoration: none;
}
.policy a:hover, .policy a:focus, .policy a:active {
	color: #003667;
	text-decoration: underline;
}
.intro {
    background-color: #FFFFFF;
    padding: 20px;
    clear: both;
	margin-bottom: 50px;
	box-shadow: 0px 12px 7px -10px #b2b2b282;
}
#policy-bg {
	background-color: #E6E6E6;
	padding-top: 100px;
}
.exe-headline {
    margin: 90px 0 10px 0;
    padding: 15px 20px;
    border: 0;
	box-shadow: 0px 12px 7px -10px #b2b2b282;
	background-color: #ffffff;
}
.exe-headline h1 {
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    line-height: initial;
	text-transform: inherit;
	font-family: inherit;
    color: #5a5a5a;
    letter-spacing: inherit;
}
.policy-title {
    display: none;
}
.policy h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}
.policy h6 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.policy p {
	margin-bottom: 20px;
    font-size: 14px;
	line-height: 16px;
}
/* -- End Policy -- */


.img-res{
	width: 240px;
	margin: 20px auto;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
* {
	box-sizing: border-box;
}

/* Video Modal-----------------------------------------*/
.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
	-webkit-transform: translate(500%,0%);
	transform: translate(500%,0%);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.video-modal .overlay {
	z-index: 0;
	background:rgba(0,0,0,0.83);
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	margin: 0 auto;
	overflow-y: visible;
	background: #000;
	width: calc(100% - 12em);
	height: 0;
	padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* modal close button */
.close-video-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -40px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

/* Model */

.title {
	font-size: 26px;
	line-height: 40px;
}

.modal-banner {
	background-size:cover;
	height:250px;
	color:#fff;
	padding:20px;
	margin-bottom: 20px;
	background-color:#000;
	width:100%;
}

.modal-banner .box {
	background-color: #E87424;
	padding: 20px;
	border-bottom: 30px solid #7d4d8f;
	height: 210px;
}


.modal-banner hr {
	border-color: #fff;
	border-width: 1px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-top: -10px;
	width: 65%;
	float: left;
}


#modal-wireless-cloud .modal-banner {
	background-image:url("../img/wireless-cloud-banner.jpg");
}


#modal-wireless-unleashed .modal-banner {
	background-image:url("../img/banner-wi-fi-that-works-for-small-business.jpg");
}

#modal-wireless-controller .modal-banner {
	background-image: url("../img/wireless-controller.jpg");
	background-position: 50% 60%;
}


#modal-sci .modal-banner {
	background-image: url("../img/smartcell.jpg");
}


#modalcloudpath .modal-banner {
	background-image: url("../img/cloudpath.jpg");
}


#modalSmart .modal-banner {
	background-image: url("../img/smart-switches.jpg");
}

#modal-ruckus-iot .modal-banner {
	background-image: url("../img/ruckus-iot.jpg");
}


#modalvertical-iot .modal-banner {
	background-image: url("../img/vertical-iot.jpg");
}



#modalNetworking .modal-banner {
	background-image: url("../img/wifi-routers-category-ces.png");
}

#modal-local-analytics .modal-banner {
	background-image: url("../img/location-analytics.png");
}



#modalArloSplash .title {
	font-size: 16px;
	line-height: 30px;
}

.modal-vid {
	/* background-color: #009f4f; */
	padding: 20px;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}
/* show the modal: add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;
	-webkit-transform: translate(0%,0%);	
	transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
}
.prd-list{
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.w-100 {
	width: 100%;
}
.eatonologists-lg {
/*	height:431px;*/
	margin-top: 15px;
}
.eatonologists {
	background-color: #0071AD;
	padding: 70px 0;
}
.snippet-header {
	margin-bottom: 30px;
}
.text-yellow {
	color: #fcc917;
}
.snippet-text p{
	font-size: 17px;
	color: #f1faff;
}
.blue-cta {
	width: 100%;
	padding: 12px;
	color: #005db9;
	background: white;
	border: 2px solid #005db9;
	margin-bottom: 0;
	text-transform: uppercase;
}
.section-gap {
	padding: 70px 0;
}

/* --- MEDIA QUERY ------------------------------------------------------------------------- */

/*
@media (max-width:1500px){
	.splash-box {
		width:50%;
	}

	.splash-box.splash{
		width:50%;
	}

	.splash-box.drain{
		width:50%;
	}

	.splash-content{
		padding:0px;
	}
}
*/

/*
@media (max-width:1320px){

	.splash-box {
		width:100%;
	}

	.splash-box.splash{
		width:100%;
	}

	.splash-box.drain{
		width:100%;
	}

	.splash-box .heading {
		padding: 5px 0;
		margin-top: 160px;
		margin-bottom: 445px;
	}

	.software {
		background-position: 50%;
	}

	.splash-box .heading {
		margin-bottom:3px;
		margin-top:0px;
	}


	#splashBoxTwo {
		height: unset;
	}

	.splash-box:hover .heading{
		
		padding: 5px 0;
		margin-bottom: 3px;
		margin-top: 0px;
		display: block;
		text-decoration: none;
		color: #fff;
	}

	.splash-content {
		height: unset;
	}

	.splash-box {
		height: unset;
	}

	.wireless .splash-content {
		height:unset;
	}

	.color-strip {
		position: relative;
	}

	.active .accordion-item-content {
		height: 250px;
	}

	.splash-content {
		background: rgba(0, 0, 0, 0.5);
		position: relative;
	}

	.splash-box {
		background-size: cover;
	}

	.switching .heading{
		background:rgba(232, 116, 36, 0.94);
	}

	.wireless .heading{
		background:rgba(0, 159, 220, 0.9);
	}

	.software .heading{
		background:rgba(232,116,36,0.94);
	}

	.iot .heading{
		background:rgba(232, 116, 36, 0.94);
	}

	.modal-banner .title {
		font-size: 15px!important;
		line-height: 21px!important;
	}

	.resources .btn-wrapper {
		margin-bottom: 20px;
	}

	h3 {
		font-size: 18px;
	}


}
	*/

@media (min-width: 1920px) {
.red-chevron-bg, .site-footer{
	background-size: cover;
	}
}


@media (min-width: 1199px) {
.drain {
/*	width:20%;*/
	flex: 0 0 20%;
	max-width: 20%;
}

.splash-box.splash{
/*	width:40%;*/
	flex: 0 0 40%;
	max-width: 40%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.img-boxes .text-wrap {
    height: 215px;
	}
}


@media (min-width: 992px) {
.shader-box {
    margin-right: 100px;
	}
}
@media (min-width: 768px) {
.navbar-collapse {
    flex-grow:0;
	}	
	
/*
.splash-container .btn-wrapper:hover .woosh {
	top: -61px;
}
*/

.splash-box:hover .heading {
	padding-top: 165px;
	margin-top: 0;
	padding-bottom: 450px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.splash-box.splash .heading {
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 0;
}	
}

/* --- Change the Bootstrap NavBar Breakpoint --- */


/*
@media (max-width:1500px){

}
*/

/*
@media (max-width:1320px){
	
}
*/
@media (max-width: 991px) {
	.top-banner-inner .box {
    height: 180px;
	}
	/* Add css */
	
	.btn-top-margin {
		margin-top:25px;
	}
	.main-container h1 {
		font-size: 28px;
	}
	.main-container h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.main-container h3 {
		font-size: 18px;
	}

	.splash-box .heading {
    margin-bottom: 454px;
	}
		.full-bg {
		background-position: 26%;
		padding:0px;
	}
	
		.shader {
		background: rgba(0,0,0,0.8);
		padding: 20px 40px;
	}

	.top-banner-inner h1 {
		font-size: 30px;
	}
	.top-banner-inner h2 {
		font-size: 22px;
	}
	.embed-responsive{
		padding-bottom: 55%;
	}
	.padding {
		padding: 40px 0;
	}
	.p30{
		text-align: center;
		margin-top: 20px;
	}
	a.resource-box{
		margin-bottom: 15px;
	}
	.info{
		margin-bottom: 25px;
	}
	a#up {
		font-size: 20px;
		width: 40px;
		height: 40px;
		bottom: 40px;
		right: 10px;
		line-height: 37px;
	}

	.img-boxes .text-wrap{
		height:auto;
	}

	.modal-banner {
		display: none;
	}
	.img-wrap {
			height: 48px;
			margin: 51px 0 82px 0;
		}
	/* exertis */
	.social-column {
    padding: 25px 30px 20px 0;
	}
	.social-block {
	justify-content:flex-start;
	}	
	.footer-link .footer-column {
	width: 50%;
}
	.dcc {
    text-align: inherit; 
	}
	.hero-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	}
	.resources .col-lg-6 .btn-wrapper {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-toggle {
		margin-right: 0;
	}
	.orange-strip p {
		font-size: 15px;
		line-height: 16px;
	}
	.orange-strip h2 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}
	
@media (max-width: 767px) {
	.logo {
		margin-left: 13px;
	}
	.navbar-toggle {
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.top-banner,
	.top-video,
	.carousel-inner .carousel-item {
		height: 450px;
	}
	.top-banner-inner {
		top: 252px;
		padding: 20px 20px;
	}
	.top-banner-inner h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.top-banner-inner .box {
    height: 158px;
	}
/*
	.top-banner-inner {
		top: 25px;
	}
	.top-video-inner {
		top: -275px;
	}
	.carousel-caption {
		top: -265px;
	}
*/
/*
	.top-banner-inner h1,
	.top-video-inner h1,
	.carousel-caption h1 {
		font-size: 30px;
	}
	.top-banner-inner h2,
	.top-video-inner h2,
	.carousel-caption h2 {
		font-size: 20px;
	}
*/
	#background {
		top: 110px;
	}

	section p {
		font-size: 14px;
	}
	section#about {
		border-bottom: 1px solid #e7e7e7;
	}
	section#video {
		display: none;
	}
	
	.align {
		text-align: center;
	}
	
	/*  Add CSS */
	
.h3-two-line {
		min-height: initial;
	}	
.img-wrap {
		height: 82px;
		margin: 51px auto 40px auto;
		max-width: 270px;
	}	
.splash-box {
		width:100%;
	}

	.splash-box.splash{
/*		width:100%;*/
		flex: initial;
		max-width: inherit;
	}

	.splash-box.drain {
/*		width:100%;*/
		flex: initial;
		max-width: inherit;
	}
	.software {
		background-position: 50%;
	}

	.splash-box .heading {
		margin-bottom:3px;
		margin-top:0px;
	}


	#splashBoxTwo {
		height: unset;
	}

/*
	.splash-box:hover .heading{
		padding: 5px 0;
		margin-bottom: 3px;
		margin-top: 0px;
		display: block;
		text-decoration: none;
		color: #fff;
	}
*/

	.splash-box {
		height: unset;
	}

	.color-strip {
		position: relative;
	}
	.margin-top-strip {
		margin-top:20px;
	}
	.active .accordion-item-content {
		height: 210px;
	}

	.splash-content {
		position: relative;
		height: unset
	}
	.splash-content h2 {
		margin-bottom: 20px;
	}
	.splash-box {
		background-size: cover;
	}

	.splash-box .heading {
		background:rgba(232, 116, 36, 0.94);
	}

/*
	.wireless .heading{
		background:rgba(0, 159, 220, 0.9);
	}
*/

/*
	.software .heading{
		background:rgba(232,116,36,0.94);
	}
*/

/*
	.iot .heading{
		background:rgba(232, 116, 36, 0.94);
	}
*/

	.modal-banner .title {
		font-size: 15px;
		line-height: 21px;
	}
	.resources .btn-wrapper, #UpcomingEvents .btn-wrapper {
		margin-bottom: 20px;
	}

	.main-container h3 {
		font-size: 18px;
	}	
	
	/* Emd Add CSS */
	
	/* exertis */
	.social-column {	
    padding: 20px 10px 20px 0;	
}
	.footer-link {
    padding: 40px 0;
}
}

@media (min-width: 460px) and (max-width: 767px) {
    .footer-link ul .modern-dropdown ul {
        max-height: 260px;
    }
    .footer-link ul .gpg-dropdown ul {
    max-height: 200px;
}
}

@media (max-width: 459px) {
	.top-banner-inner {
		padding: 20px 0;
	}
	.top-banner-inner h1 {
    font-size: 27px;
    line-height: 35px;
	}
	header, footer {
		background-size: cover;
	}
	.footer-link .footer-column {
	width: 100%;
}
	.social-column {
    padding: 30px 20px 20px 0;
	}
    .footer-link ul .modern-dropdown ul, .footer-link ul .gpg-dropdown ul {
        max-height: inherit;
    }
}