@font-face
{
	font-family: Ubuntu;
	src: url(Ubuntu.woff2) format('woff2');
}

*
{
	margin:0;
	padding:0;
	border:0;
	background:none;
	text-decoration:none;
	/* //font-family:'Roboto', sans-serif; */
	font-family:Ubuntu;
}

::selection
{
	color:#fff;
	background:#33368d;
	opacity:1;
}


body a
{
	color:#33368d;
	text-decoration:none;
}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	font-size:55px;
	color:#154779;
	font-weight:bold;
}

h2
{
	margin:10px 0px 20px 0px;
	font-size:28px;
	font-weight:normal;
	color:#515151;
}

h3
{
	margin-top:5px;
	margin-bottom:0;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background:rgba(108, 91, 123, 1);
}

header
{
	margin-top:0px;
	height:auto;
	box-sizing:border-box;
	position:relative;
	background:linear-gradient(70deg, rgba(52, 133, 236, 1) 17%, rgba(170, 248, 219, 1) 100%);
}

header h1
{
	color: #fff;
    font-size: 2em;
    font-weight: lighter;
    text-align: center;
	margin: 0px;
	padding: 50px 0px;
}

.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

.icon
{
	display: none;
}

.innerPageBanner
{
	height:300px;
	margin:0;
	margin-bottom:15px;
	overflow: hidden;
}

.innerPageBanner img
{
	width: 100%;
}

body
{
	margin:0;
	background-color:#f6f6f6;
	/* //font-family:'Roboto', sans-serif; */
	font-size:16px;
	color:rgba(0, 0, 0, 0.8);
	line-height:1.8;
}

.topHeader
{
	padding:10px 0px;
	background: transparent;
	width:1200px;
	margin: 0px auto;
	display: flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-evenly;
}

.topHeader p
{
	margin: 0px;
}

div.topHeaderLeft div p:nth-child(1), div.topHeaderRight div p:nth-child(1)
{
	margin-bottom: -5px;
	font-size:12px;
	color:#ccc;
}

.topHeader p a
{
	color:#000;
	font-size:16px;
	font-weight: bold;
}

.topHeader i
{
	margin-right:10px;
	font-size:30px;
}

.topHeaderLeft
{
	/* width: 30%; */
	/* float: left; */
	/* text-align: right; */

	display: flex;
	flex-direction:row;
	align-items:center;
}

.topHeaderCenter
{
	width: 30%;
	float: left;
	/* padding:10px 0px 0px 0px; */
}

.topHeaderCenter img
{
	width: 50%;
}

.topHeaderRight
{
	width: 75%;
}

.topHeaderRightBar
{
	clear:both;
	border-bottom:0px solid #444;
	padding:5px 0px 10px 0px;
	text-align:right;
}

.topHeaderRightBar .socialIconDiv
{
	display:inline-block;
	text-align:right;
	margin:0px 15px 0px 0px;
}

.topHeaderRightBar .socialIconDiv a
{
	padding:10px 10px 5px 10px;
	font-size:20px;
}

.topHeaderRightBar .socialIconDiv a:nth-child(1)
{
	color: #316FF6;
}

.topHeaderRightBar .socialIconDiv a:nth-child(2)
{
	background: linear-gradient(45deg, #FCAF45, #DD2A7B, #8134AF, #515BD4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.topHeaderRightBar .socialIconDiv a:nth-child(3)
{
	color: #25D366;
}

.topHeaderRightBar>a:hover
{
	text-decoration: underline;
}

.topMenuBg
{
	width: 100%;
	background:#154779;	
}

.topMenu
{
	margin-top: 5px;
	padding-top: 2px;
	display:table;
	text-align: right;
	/* //background: red; */
}

.topnav
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	transition: 1s;
	box-sizing: border-box;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.topnavScrolled
{
	height:65px;
	background-color:white;
	border-bottom:1px solid rgba(255,255,255,1);
	-moz-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	box-shadow:0 10px 33px rgba(0, 0, 0, .1) !important;
	transition:1s;
}

.topnav a
{
	float:right;
	padding:5px;
	color:#f2f2f2;
	text-align:center;
	text-decoration:none;
	font-size:inherit;
	transition:0.2s;
}

.active
{
	color:white;
	background-color:#4caf50;
}

.topnav .icon
{
	width:30px;
	height:30px;
	margin-top:5px;
	color:white;
	font-size:20px;
	line-height:30px;
	transition:0.1s;
	background:none;
	display:none;
	border:2px solid white;
	border-radius:10px;
}

.topnav .icon:hover
{
	color:white !important;
}

.topnavScrolled .icon
{
	margin-top:0px;
	color:#1e4161;
	border:2px solid #1e4161;
}

.topnavScrolled .icon:hover
{
	color:#1e4161 !important;
}

.dropdown
{
	float:left;
	overflow:hidden;
	transition:0.2s;
	font-size: 16px;
	/* //font-family:sans-serif; */
}

.dropdown a
{
	color: #22201e;
	font-family: inherit;
}

.dropdown a:hover
{
	color: #33368d;
}

.dropdown .dropbtn
{
	margin:0;
	padding:15px;
	font-size:18px;
	border:none;
	outline:none;
	color:#002147;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	/* border-bottom:3px solid #fff; */
	text-transform: uppercase;
}

.dropdown .dropbtn:hover
{
	/* border-bottom:3px solid #22201e; */
	/* background: #e36439; */
	color: #fff;
}

.dropdown-content
{
	min-width:160px;
	max-width:800px;
	position:absolute;
	background-color:#fff;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:50;
	transition:0.2s;
	display:none;
}

.dropdown-content a
{
	float:none;
	padding:10px 16px;
	color:black;
	text-decoration:none;
	display:block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.dropdown-content a:hover
{
	color:#33368d;
	background-color:#f2f2f2;
}

.afterArrow:after
{
	content: '\276F';
	font-weight: bold;
	float: right;
	font-size: 16px;
	margin-left: 8px;
	padding: 0px 0px 0px 0px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
}

.mobileMenubar
{
	display:none;
}

.topnavScrolled .mobileMenubar
{
	display:table;
}


#logo
{
	width: 15%;
}


.paymentButton
{
	padding:8px 8px;
	color:#fff;
	background:#63D4D6;
	border-radius:5px;
	cursor:pointer;
}

.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.userWelcomeBar
{
	float:left;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px 5px 0px 0px;
	display:block;
	border-right:0px;
}

.userWelcomeBar a
{
	padding:0;
	color:#ffff00;
}

.userWelcomeBar a:hover
{
	color:#00ccff;
}

.topnavScrolled .userWelcomeBar a:hover
{
	color:#00ccff;
}

.topnavScrolled .scrollLogout
{
	display:none;
}


.dropdown:hover .dropdown-content
{
	display:table;
}

.userMobileDisplay
{
	display:none;
}

.menuContentHolder 
{
	float:right;
	width:60%;
	overflow:auto;
}

.topnavScrolled .menuContentHolder
{
	width:80%;
}

.menuContentHolderUpperRow
{
	float:none;
	width:100%;
	overflow:auto;
	position:relative;
}

.topnavScrolled .menuContentHolderUpperRow
{
	float:right;
	width:auto;
	overflow:auto;
}

.positionUnset
{
	left:unset;
}

.positionLeft-100
{
	left:-100%;
}

.afterLoginFirst, .afterLoginSecond
{
	display:none;
}

.topnavContainer
{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	overflow:auto;
	box-sizing:border-box;
}

.rightContainer
{
	width:30%; 
	height: 100%; 
	float: left;
}

.leftContainer
{
	float:left; 
	padding-top:0px;
	width: 68%;
}

.leftContainer span
{
	margin: 0px 0px 0px 0px; 
}

.leftContainer h2 
{
	margin: 0px;
}

.container
{
	width:1200px;
	margin:0 auto;
	padding:0;
	border:0;
	text-align:left;
	display:table;
	background:red;
}

.middleContentBox
{
	float:left;
	width:940px;
	margin:0;
	font-size:16px;
	color:#1f1f1f;
	border:0;
}

.middle_content
{
	margin:0;
	line-height:1.8;
	width:1130px;
	padding:20px 0px;
	font-size:18px;
	color:#1f1f1f;
	border:0px;
	background:#fff;
	min-height:440px;
	float:left;
	padding-bottom: 40px;
}

.rightBar
{
	width:880px;
}

.middle_content h1
{	
	margin:10px 0px 30px 0px;
	color:#22201e;
	font-size:1.5em;
	font-weight:normal;
	text-align:left;
}

.middle_content h2
{	
	margin:30px 0px 20px 0px;
	font-size:1.6em;
	line-height:32px;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h3
{	
	margin:30px 0px 20px 0px;
	font-size:1.4em;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h4
{	
	margin:30px 0px 20px 0px;
	font-size:1.2em;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h5
{	
	margin:30px 0px 20px 0px;
	font-size:16px;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.socialBar
{
	float:right;
}

.breadcrumb
{
	padding:0px 0px 10px 0px;
	font-size:15px;
	line-height:13px;
}

.breadcrumb:after
{
	clear:both;
	content:"";
	width:100%;
	display:table;
}

.breadcrumb a
{
	float:left;
	margin:0px 8px 0px 0px;
	padding:0px 8px 0px 0px;
	font-size:15px;
	color:#22201e;
	border-right:1px solid #ccc;
	line-height:13px;
}

.breadcrumb a:hover
{
	text-decoration:underline;	
}



.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}


.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}

.registrationButton
{
	width:0;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
	color:#000;
	background:#63D4D6;
	border-radius:5px;
	border:0;
	transition:0s;
	opacity:0;
	display:none;
}

.topnavScrolled .registrationButton
{
	width:auto;
	margin:0px 0px 0px 10px;
	padding:5px 10px;
	font-weight:bold;
	color:white !important;
	background-color:#63D4D6 !important;
	border:0;
	border-radius:5px !important;
	display:block;
	opacity:1;
	transition:0s;
}


.loginButton
{
	margin:6px 5px;
	padding:10px 30px !important;
	color:#fff;
	font-weight:bold;
	background-color:#0099cc;
	border-radius:5px !important;
	border:0px solid white;
	transition:0s;
}

.joinUsButton
{
	width:0;
	height:0;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	color:white !important;
	border:2px solid #63D4D6;
	display:none;
	cursor:pointer;
	background-color:#63D4D6 !important;
	border-radius:5px !important;
	opacity:0;
	transition:0s !important;
}

.topnavScrolled .joinUsButton
{
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:3px 21px !important;
	opacity:1;
	display:block;
}

.topnavScrolled a
{
	color:rgba(0,0,0,0.8);
}

.topnavScrolled .loginButton
{
	width:auto;
	padding:3px 21px !important;
	color:white !important;
	background-color:#63D4D6 !important;
	border:2px solid #63D4D6;
}

.topnavScrolled .dropdown .dropbtn
{
	padding:0px 12px;
	color:rgba(0,0,0,0.8) !important;
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;

	color:#32404F;
}

footer
{
	background:#f2f2f2;
	background:linear-gradient(340deg, rgba(52, 133, 236, 1) 17%, rgba(170, 248, 219, 1) 100%);
	padding:10px;
	margin:10px auto 0px auto;
	text-align:center;
	color:#000;
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#ffff;
	color: #2f2f2f;
}

footer a
{
	color:#000;
}

footer a:hover, footer li:hover
{
	color: #fff;
}

.footerBox2
{
	display: table;
	width: 1160px;
	margin: 0px auto;
	padding: 45px 0px;
}

.footerBox2 div
{
	border-right: 0px solid #000;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #000;
}

.footerBox2 h1
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #33368d;
}

.footerBox2 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerBox2 a
{
	color: #000;
}

.poweredFooter
{
	background:#f2f2f2;
	color: #002147;
	font-size: 12px;
	padding: 3px 2px 0px 90px;
	text-align: left;
}

.poweredFooter a
{
	color: #002147;
	text-decoration: none;
}

.contactUsBox
{
	float:left;
	width:50%;
	margin:20px 40px 40px 0px;
}

.registration_form
{	 
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	color:#9B6700;	
}

.registration_form h2
{
	margin:10px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	font-size:19px;
	/* //font-family:'Roboto', sans-serif; */
	color:#007EB1;
	text-align:left;
	border-bottom:1px dotted #444;
}

.registration_form a
{
	color:#005BAB;
}

.registration_form a:hover
{
	color:#FE3600;
}

.registration_form h5
{
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	font-weight:bold;
	color:#5483A8;
	text-align:center;
}

table.registration_form b
{
	padding:5px 10px 5px 0px;
	text-align:left;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:bold;
	color:#8A8888;
	letter-spacing:1px;
	background:none;
}

.registration_form input
{	
	width:94%;
	padding:6px;
	background:#fff;
	font-size:14px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:normal;
	text-align:left;
	color:#000;
	border:1px solid #a2a2a2;
	border-radius:5px;
}

.registration_form .textbox1_error
{
	border:1px solid red;		 
}

.registration_form textarea
{	
	width:94%;
	padding:6px;
	font-size:14px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:normal;
	color:#000;
	text-align:left;
	background:#fff;
	border:1px solid #a2a2a2;
	border-radius:6px;
}

.registration_form select
{	
	width:94%;
	padding:6px;
	background:#fff;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	text-align:left;
	color:#000;
	border:1px solid #ccc;
	border-radius:6px;
}

.registration_form textarea
{	
	width:94%;
	padding:6px;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	color:#000;
	text-align:left;
	border:1px solid #ccc;
	border-radius:6px;
	background:#f2f2f2;
}


table.registration_form
{
	margin:0;
	padding:0;
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	background:#f2f2f2;
	border:1px solid #ccc;
	border-radius:6px;
}

table.registration_form th
{
	padding:10px 10px 5px 0px;
	text-align:right;
	font-size:15px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:bold;
	color:#444;
	letter-spacing:0;
	background:none;
}

table.registration_form td
{
	color:#000;
	text-align:left;
}

table.registration_form td strong
{
	/* //font-family:'Roboto', sans-serif; */
	font-size:15px;	
	font-weight:bold;
	color:#000;
}

table.registration_form td i
{
	font-size:11px;
	font-style:normal;
	color:#007EB1;
}

table.registration_form td label
{
	color:#444;
	font-size:12px;
	font-weight:normal;
	/* //font-family:'Roboto', sans-serif; */
}

table.registration_form .text_error
{
	color:red;
}

.err
{
	color:#fe3600;
	font-size:11px;
	font-weight:bold;
}

table.registration_form td .button
{
	padding:7px 10px;
	/* //font-family:'Roboto', sans-serif; */
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	background:#005BAB;
	border:0;
	border-radius:6px;
	cursor:pointer;
	-webkit-appearance:none;
}

table.registration_form td .button:hover
{
	color:#fff;
	font-weight:normal;
	padding:7px 10px;
	background:#888;
	border:0;
	border-radius:6px;
}


.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	

.panel2 a
{
	color:#444;
	font-size:17px;			
}

.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background:#a5c6e2;
	color:#fff;		
	cursor:pointer;
	padding:10px 10px;
	width:100%;
	border:none;
	text-align:left;
	font-size:17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.accordion
{
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	border-bottom:1px solid #fff;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.active, .accordion:hover
{
	background-color: #ccc;
}

.accordion:after
{
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.panel
{
	padding:0px 0px;;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panelContent
{
	line-height:26px;
	padding:10px;		
}


.leftSearchBox 
{
	width: 92%;
	margin: 0 auto;
	padding: 4%;
	font-size: 12px;
	/* //font-family: 'Roboto', sans-serif; */
	text-align: left;
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.leftSearchBox h4
{
	margin:0;
	padding:0px 0px 5px 0px;
	color:#FFCC00;
	font-size:16px;
	border-bottom:1px solid #FFCC00;
}

.leftSearchBox tr td
{
	padding:10px 0px 0px 0px;	
}

.leftSearchBox b
{
	font-size:14px;
	color:#63D4D6;
	text-align:left;
}

.leftSearchBox div
{
	margin:5px 0px 8px 0px;
	padding:5px;
	background:#fff;
	overflow:auto;
	border:1px solid #ccc;	
}

.leftSearchBox div label 
{
	width:100%;	
	margin:0px 0px 5px 0px;
	font-size:14px;
	font-weight:normal;
}

.leftSearchBox div label input
{
	float:left;
	width:16px;
	height:16px;	
	margin:1px 3px 0px 0px;
}

.leftSearchBox  input, select
{
	width:100%;
	padding:6px 0px;
	margin:3px 0px 8px 0px;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
}

.leftSearchBox .button
{
	padding:8px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	background:#FFCC00;
	border:0;
	border-radius:6px;
	cursor:pointer;
}

.pagination
{
	text-align:left;
	width:100%;
	clear:both;
	margin:10px 0px 10px 0px;
	display:table;
}

.pagination ul
{
	margin:0px;
	padding:0px;
	text-align:left;
}

.pagination li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin:5px 8px 5px 0px;
	float:left;
}

.pagination a
{
	border:1px solid #154779;
	text-decoration: none; 
	color: #154779;
	font-size:15px;
	font-size:16px;
	padding:6px 8px;
	font-weight:bold;
	border-radius:5px;
}

.pagination a:hover
{
	text-decoration: none; 
	color: #fff;
	background:#154779;
}

.currentpage
{
	background:#154779;
}

.categoryContent
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	opacity: 1;
	transition: opacity 0.3s ease;
	margin-bottom: 40px;
}

.product
{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 3px;
	width: auto;
	width: 23%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover
{
	/* transform: translateY(-5px); */
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product h3
{
	margin: 10px 0 !important;
	font-size: 14px !important;
	color: #333;
	text-transform: uppercase;
	text-align: center !important;
	margin-top: 0px !important;
}

.product p
{
	margin: 0;
	color: #666;
}

.product img
{
	max-width: 100%;
	height: 250px;
	border-radius: 8px;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
	padding: 0px 5px;
	margin: 5px 0px 0px 0px;
}

.blogModuleSet
{
	width:100%;
	overflow:auto;
}

.blogContent
{
	padding:0px 20px;
	height:150px;
	text-align:left;
}

.expertsSection
{
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px #ccc;
	width:80%;
	float:left;
	margin:0px 10% 20px 10%;
	box-sizing: border-box;
	height:280px;
	background: #ccc;	
}

.expertsSectionImgBox
{

	border-radius: 5px;
	width:100%;
	margin: 0px;	
	overflow: hidden;
	height:100%;
}

.expertsSectionContentBox
{
	padding:0px 10px 10px 20px;
	margin:0px 0px 10px 0px;
	background:#fff;
	border-radius:0px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 10px;
	/* color: #; */
}

.MagVideoBox
{
	width: 380px;
	min-height: 275px;
	margin: 20px 20px;
	float: left;
}

.pageImageBox
{
	float:left;
	width:365px;
	margin:10px;
	margin-top:2px;
}

.eventSection
{
	width:100%;
	float: left;
}

.eventBox
{
	width:48%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	height: 145px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 0px 10px 10px 12px ;
	float: left;
}

.eventBox .dateBox
{
	width:8%;
	font-size: 22px;
	margin: 45px 0px 0px 10px;
	float: left;
	line-height: 20px;
}

.eventBox .contentBox
{
	background: #fff;
	float:left;
	width: 55%;
	margin-top: -10px;
	font-size: 12px;
}

.eventBox .imgBox
{
	width:30%;
	float: right;
	height: 124px;
	overflow: hidden;
}

.eventBox .imgBox img
{
	width: 100%;
	height: 100%;
}



.newsSection
{
	width:100%;
	float: left;
}
.newsBox
{
	width:30%;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 19px;
	float: left;
}

.newsBox .imgBox
{
	z-index: -20;
	/* //margin: 10px 10px 10px 10px; */
	height: 200px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

.newsBox .contentBox
{
	width: 94.5%;
	z-index: 2;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 1.2;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	background: #002147;
}

.newsBox .defaultNews
{
	text-align: center;
	min-height: 165px;
	margin: 10px 10px 10px 8px;
	opacity: 20%;
	font-size: 80px;
	color: #154779;
	display: block;
	vertical-align: middle;
	padding: 45px 2px 2px 2px;
}


.pdfIconBox
{
	float: left;
	margin: 0px 0px 30px 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 2px #ccc;
	width: 11%;
}

.serviceBox
{
	float:left;
	width:200px;
	margin:18px 18px 18px 16px;
	padding:10px;
	color:#252525;
	background:#fff;
	display:block;
	text-align:left;
	font-size:15px;
	box-shadow:1px 1px 5px #aaa;
}

table.bmiForm
{
	text-align: center;
	margin: 0px auto 0px auto;
}

.bmiForm label
{
	float: left;
	width: auto;
	margin: 5px 10px 0px 0px;
	font-size: 16px;
}

.bmiForm input
{
	padding:10px;
	background:#f2f2f2;
	border-radius:6px;
	float:left;
	margin: 5px 0px 0px 10px;
	transition: border 0.5s;
}

.bmiForm input:focus
{
	outline: none;
	border: 1px solid #007EB1;
	box-shadow: 0 0 6px rgba(0, 126, 177, 0.4);
}

.bmiForm select
{
	float: left;
	width:auto;
	margin:5px 0px 0px 10px;
	padding:10px;
	border-radius:6px;
}

.bmiForm select:focus
{
	border: 1px solid #000;
}

.bmiForm select:checked
{
	background: #154779;
}

.bmiForm input[type=submit]
{
	background: #154779;
	color: #fff;
	border-radius: 10px;
	float: right;
	padding: 10px 25px 10px 25px;
	margin: 10px auto auto 10px;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

/***MEDIA QUERIES***/
@media screen and (max-width:1200px)
{
	.topnavContainer
	{
		width:1000px;
	}
}

@media screen and (max-width:1000px) 
{
	.accordion4 
	{
		background: #fff;
		color: #22201e;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:8px;
	}

	.accordion4:after
	{	
		color: #22201e;
	}

	.accordion4  img
	{
		height:22px;
		float:left;	
		padding:0px 5px 0px 0px;
		display:block;		
	}

	.accordion4 span
	{
		display:inline;
	}

	.leftButton
	{
		background: #fff;		
		color: #5593cb;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
	}

	.leftButton img
	{
		height:20px;	
		float:left;			
		padding:5px 5px 0px 0px;	
		display:block;		
	}		

	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}

	.topnav
	{
		width:100%;
		margin:0;
		padding:5px 0px;
		text-align:left;
		display:block;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.menuContentHolderUpperRow
	{

		display:none;
	}

	.topnavScrolled .menuContentHolder, .menuContentHolder
	{
		width:0%;
	}

	.dropdown .dropbtn
	{
		color:#000;
	}

	.accordion4
	{
		width: 100%;
		margin: 0px 0px 3px 0px;
		padding:8px;
		font-size:17px;
		text-align:left;
		background:#fff;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		cursor: pointer;
	}

	.accordion4:after
	{
		content: "\25BD";
		color: #22201e;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.panel2
	{
		margin:0px 0px 10px 0px;
		padding:0px 18px;
		display:none;
		overflow:hidden;
		background:#fff;
	}


	.leftButton
	{
		width:100%;
		margin:0px 0px 3px 0px;
		padding:6px;
		display:block;
		border-bottom:1px solid #f2f2f2;
	}

	.mobileMenu
	{
		display:block;
	}

	.desktopMenu
	{
		display:none;
	}

	.middleContentBox
	{
		width:98%;
		margin:0px 1%;
	}

	.container
	{
		width:100%;
	}

	.middle_content
	{
		width:100%;
		padding:0px;

		width:96%;
		padding:0 2%;
		padding-top:40px;
	}

	.rightBar
	{
		width:100%;

		width:96%;
		padding:0 2%;
		padding-top:40px;
		padding-bottom:40px;
	}

}

@media screen and (max-width:650px)
{
	
	#logo
	{
		width: 40%;
		float: left;
		padding: 0px 0px 0px 10px;
	}

	.pdfIconBox
	{
		width: 40%;
		float: left;
	}

	.MagVideoBox
	{
		width: 90%;
		min-height: 275px;
		margin: 20px 20px;
		float: left;
	}

	.pageImageBox
	{
		margin: 10px;
	}

	.accordion4
	{
		width: 100%;
	}

	.icon
	{
		color: #22201e;
		width: 20px;
		font-size: 25px;
		display: table;
		border: 1px solid #22201e;
		border-radius: 5px;
		margin: 2px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
	}

	.mobileInfoHeader
	{
		width: 100%;
		text-align: center;
		margin-top: 2px;
	}
	
	.hiddenOnMobile
	{
		display: none;
	}

	.topMenu
	{
		width: 100%;
		display: none;
	}

	.topHeader
	{
		padding:10px 0px 0px 0px;
		background: #fff;
		width:100%;
		margin: 0px auto;
		display:table;
		margin-bottom: 10px;
	}

	.topHeaderLeft
	{
		display: none;
	}

	.topHeaderCenter
	{
		width: 100%;
		float: left;
		padding-bottom: 10px;
		box-shadow: 0px 3px 3px #22201e;
	}

	.topHeaderCenter img
	{
		/* width: auto; */
		max-width: 220px;
		float: left;
		margin: 0px 0px 0px 5px;
	}

	.topHeaderRight
	{
		display: none;
	}

	.categoryContent
	{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.product
	{
		width: 75%;
	}


	.rightContainer
	{
		width: 100%;
	}

	.leftContainer
	{
		width: 100%;
		text-align: left;
	}

	.topnav
	{
		width:100%;
		margin:0;
		padding:20px 0px 0px 0px;
		padding:0;
		text-align:left;

		border-bottom:0px;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.dropdown-content
	{
		border-top:2px solid #ffcc00;
	}

	.extraMargin
	{
		margin-bottom:70px;
	}

	.container
	{	
		width:100%;
		margin:0px auto;
		padding:20px 0px 0px 0px;
		border:0;
		text-align:left;
		display:table;
		background:none;
	}

	.middleContentBox
	{
		width:100%;
		margin:0px 0px 40px 0px;
	}

	.middle_content
	{
		float:none;
		width:92%;
		margin:0px 2% 0px 2%;
		padding:0px 2% 20px 2%;
		font-size:20px;
		display:table;
		font-size:0.9em;
		font-size:15px;
	}

	.rightBar
	{
		width:92%;
		margin:0% 2%;
		padding:10px 2% 20px 2%;
	}

	.middle_content h1
	{
		font-size:1em;
		font-weight:normal;
		text-align:center;
		/* //padding-left:10px; */
		/* //display: none; */
	}

	.socialBar
	{
		float:none;
		display:table;
		margin:20px auto 0px auto;
	}


	.breadcrumb
	{
		padding:0px 0px 10px 0px;
		font-size:10px;
		line-height:13px;
	}

	.breadcrumb a
	{
		font-size:10px;
		float:left;
		margin-top:6px;
		margin-bottom:6px;
	}

	.contactUsBox
	{
		float:none;
		width:96%;
		margin:20px auto;
	}

	.newsBox
	{
		width: 92%;
	}

	.newsBox .contentBox
	{
		width: 95%;
	}

	.serviceBox
	{
		width: 280px;
		margin-left: 15px;
	}

	.footerBox2 div
	{
		width: 100%;
		padding: 10px 30px;
	}

	footer strong
	{
		display:block;
		margin:19px 0px;
		color:#fff;
	}

	.footerBox2
	{
		float: left;
		width:80%;
		margin:5px 10% 5px 0px;
		padding:5px 1.5%;
		box-sizing:border-box;
		text-align: left;
		max-width: 100%;
	}

	.footerBox2 p 
	{
		text-align: left;
		color: #000;
		font-size: 16px;
	}

	.footerBox2 ul 
	{
		text-align: left;
		color: #000;
		font-size: 16px;
	}

	.footerBox2 div:nth-child(4)
	{
		letter-spacing: -0.7px;
	}

	.poweredFooter
	{
		padding: 3px 2px 0px 20px;
	}

}


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

	.topnav
	{
		margin:0;
		padding:0;
	}

	.topnavContainer
	{
		padding:10px;
		padding-top:0;
		padding-bottom:0;
		z-index:-1111;
	}

	.topnav .icon
	{
		margin-top:15px;
		display:table-cell;
	}

	.topnavScrolled .icon
	{
		margin-top:8px;
		display:table-cell;
	}
}

@media screen and (max-width:450px)
{
	.indexUnitBox
	{
		width:97%;
		margin:20px 1.5%;
	}
}