@import url('/themes/journey/css/custom.css?cb=60252');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Oswald&display=swap');
 * {
     box-sizing: border-box;
     font-family: Montserrat,sans-serif;
}
/* General */
 body {
     font-size:17px!important;
     font-weight: 300;
}
 .module DIV{
     font-family: Montserrat,sans-serif;
}
 a {
     text-decoration: none;
     font-weight: bold;
     color: #d1b000;
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Oswald', sans-serif;
     font-weight: 700; 
     color: #d1b000;
     text-shadow: 1px 1px 3px rgba(255, 215, 0, .5);
     letter-spacing: 2px;
}

h1 {font-size: 2.5rem; text-transform: uppercase;}

h2 {font-size: 2.25rem; }

h3 {font-size: 2.0rem; }

h4 {font-size: 1.75rem; }

h5 {font-size: 1.50rem; }

h6 {font-size: 1.25rem; }

 a.tease_headline, .contentItem a.department {
     color:#030708;
     font-size:17px;
}
 a.tease_headline{
     padding:5px 10px;
     display: inline-block;
     font-size:20px;
     font-weight:400
}
.contentLayout2 a.tease_headline, .contentLayout8 a.tease_headline {
	display: inline;
	padding: 5px 0px;
}
 span.portalbyline{
     margin:0px 10px 10px 10px;
     float:left;
     width:92%;
     font-size:11px;
     color:#868686
}
 .contentLayout8 span.portalbyline{
     margin:0px 10px 10px 50%;
     float:none;
     width:49%;
}
 .carousel-control-next, .carousel-control-prev{
     opacity:1
}
 .carousel-control-prev-icon:before , .carousel-control-next-icon:before {
     -webkit-text-stroke-width: 0px;
     font-size: 12px;
     background-color:#7E7E7E;
     padding: 8px;
     border-radius:2px 
}
 .flexslider .flex-direction-nav a{
     width: 24px!important;
     height: 24px!important;
     text-align:center;
     background-color: #7E7E7E;
}
 .flexslider .flex-direction-nav a:hover{
     background-color:#121213
}
 .flexslider:hover .flex-direction-nav a{
    opacity:1!important;
}
 .flex-direction-nav a, .flex-direction-nav a:before {
     color: #FFF!important;
     text-shadow: 1px 1px 0 rgba(255,255,255,.3);
     -webkit-text-stroke-width: 0px;
     font-size: 9px!important;
     padding: 3px;
     border-radius: 2px;
}
 a:hover {
     color: #ffd700;
     text-decoration: none;
}
 a.admintop {
     color: #FFFFFF !important;
}
 img {
     max-width: 100%;
}
 main {
     flex: 1;
     margin: 15px 30px;
}
.mgfullwidth main {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.mgfullwidth .flexslider {
	border: 0px;
}
.mgfullwidth .mgbreadcrumb, .mgfullwidth p, .mgfullwidth h1 {
	padding: 0px 10px;
}
 section {
     width: 1400px;
     margin: 0 auto;
     padding: 30px 0px 0px 0px;
     clear: both;
     flex: 1;
     display: -ms-flexbox!important;
     display: flex!important 
}
 section div.container {
     display: flex;
     flex: 1;
}
 .h1, h1 {
     font-size: 2.1rem !important;
}

fieldset.mgcartfieldset legend {
      border-color: #FFD700;
}

 fieldset > legend {
     background-color: #7E7E7E;
     color: #FFFFFF !important;
}
 input {
     padding: 5px 12px;
     -webkit-background-clip: padding-box;
     border: 1px solid rgba(0,0,0,.15);
     border-radius:0px;
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     height:34px;
     line-height: 22px!important;
}
 input[type=button], input[type=submit], input[type=reset], input.buttons, .module a.Button {
     background-color: #FFD700;
     border: solid 1px #FFD700;
     border-radius: 2px;
     color: #000000;
     padding: 6px 32px;
     text-decoration: none;
     margin: 4px 2px;
     cursor: pointer;
     width: auto !important;
     max-width: unset !important;
     font-size:15px!important;
}
 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, input.buttons:hover, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, input.buttons:active, .displayMSG > p > a:hover{
     border: solid 1px #d1b000;
     background-color: #d1b000!important;
     -webkit-transition: all 0.28s ease-in-out 0s;
     transition: all 0.28s ease-in-out 0s;
     color:#000000!important;
     text-decoration:none;
}
 input[type=text] {
     width:100%;
     margin-top: 15px;
}
 input[type="checkbox"], input[type="radio"] {
     box-sizing: border-box;
     padding: 0;
     margin-right: 7px;
     height: auto !important;
}
 hr {
     border-top: 1px solid #e5e5e5 !important;
}
 p {
     line-height: 25px;
}
 ul.mgnavpanel > li > a {
     color: #FFF !important;
}
/* Layout */
 .mgcontent, nav.left, nav.right {
     float:left;
}
 .navHeader{
     background: #7E7E7E;
}
 .mgcategory {
     padding: 5px;
     margin-bottom: 15px;
     border-radius: 5px;
}
 .bgAttach{
     background-size: cover;
}
 .headerNav{
    padding: 20px 15px;
}
 .bannerInfo > .container > .col-lg-12{
    padding:12% 0%;
     color:#FFFFFF;
     text-align:center
}
.mgportalpage .bannerInfo > .container > .col-lg-12{
	padding:20% 0%;
	min-height:91vh;
}
 .bannerInfo > .container > .col-lg-12 > p:first-child{
    font-size: 52px;
     line-height: 34px;
     color:#7E7E7E;
     font-weight: 100;
     letter-spacing: -0.03em 
}
 .bannerInfo > .container > .col-lg-12 > p:nth-child(2){
    font-size: 65px;
     line-height: 95px;
     color: #ffffff;
     margin-top: 20px;
     font-weight:900;
     letter-spacing: 12px;
}
 .bannerInfo > .container > .col-lg-12 > p:nth-child(3){
    font-size:17px;
    color:#868686;
    margin-top: 20px;
}
 .bannerInfo > .container > .col-lg-12 > button{
    font-size: 20px;
     width: 180px;
     margin:20px;
     padding-bottom: 10px;
     padding-top:10px;
    border: solid 1px #7E7E7E;
    background-color:#7E7E7E;
     color:#FFFFFF;
     border-radius:2px
}
 .downloadheader{
     position:relative;
     padding-left:45px!important
}
 .downloadheader:after{
     position: absolute;
     left: 3px;
     top: 4px;
     font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';
     font-size: 20px;
     border: solid 1px #FFF;
     border-radius: 50%;
     padding: 0px 5px;
     background-color:#7E7E7E;
     color:#FFFFFF;
}
 .downloadheader:hover:after{
     color:#7E7E7E;
     border: solid 1px #7E7E7E;
     background-color:#FFF;
     -webkit-transition: background-color 1000ms linear;
     -ms-transition: background-color 1000ms linear;
     transition: background-color 1000ms linear;
}
 .downloadheader:first-child:after{
     content:"\f022";
}
 .downloadheader:nth-child(2):after{
     content:"\f019";
}
 .downloadheader:nth-child(3):after{
     content:"\f1da";
}
 .downloadheader a{
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     margin-top: 0;
     color: #404040;
}
 .mgsectioncontainer{
    background:#FFFFFF;
}

section.mgsectioncontainer {
      padding-top: 0px;
}

/* MG Elements - Content Layout */
 .contentLayout4, .contentLayout5, .contentLayout7 > div {
     width: 100%;
     padding-bottom: 100px!important;
     margin-bottom: 2%;
     margin-top: 2%;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.05);
     border-radius: .25rem;
     float: left;
     position: relative;
}
 #txtStatus{
     width:94%!important;
     margin:0
}
 .contentLayout2, .contentLayout1 {
     width: 100%;
     padding-bottom: 3%;
     margin-bottom: 30px;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.05);
     border-radius: .25rem;
     float: left;
     position: relative;
}
 .contentlistleft > .contentLayout4, .contentlistleft > .contentLayout5, .contentlistleft > .contentLayout7, .contentlistright > .contentLayout4, .contentlistright > .contentLayout5, .contentlistright > .contentLayout7 {
     width: 96%;
    padding: 0;
}
 .contentlistleft .contentItem p.tease, .contentlistright .contentItem p.tease{
     margin:5px 5px
}
 .contentLayout5 > .tease > a, .contentLayout4 > .tease > a {
     border: 1px solid #ddd;
     padding: 5px 6px;
     background-color: #7E7E7E;
     color: #fff! important;
     font-size: 14px !important;
     display: block;
     margin-top: 20px;
     width: 30%;
     margin-left: 35%;
     position: absolute;
     bottom: 15px;
     text-align:center;
     border-radius:2px;
}
 .contentGridContainer > .contentGrid > div > .tease > a, .contentLayout9 .tease > a {
     padding: 8px 12px;
     background-color: #7E7E7E;
     color: #fff! important;
     position: absolute;
     bottom: 15px;
     text-align: center;
     border-radius: 2px;
     right: 15px;
     text-transform: capitalize;
     font-size: 13px;
}
 .mgcartlist .contentLayout2 a.more{
     padding: 5px 6px;
     background-color: #7E7E7E;
     color: #fff! important;
     margin-top: 10px;
     width: 120px;
     text-align: center;
     display: flow-root;
     border-radius: 2px;
     text-transform: capitalize;
     margin-left: 0%!important;
     border: solid 1px #7E7E7E;
}
 .contentLayout1 > .tease > a , .contentLayout8 p.tease > a, .contentLayout2 p.tease > a {
     padding: 5px 6px;
     background-color: #FFD700;
     color: #fff! important;
     margin-top: 10px;
     width: 120px;
     text-align: center;
     display: flow-root;
     border-radius:2px;
     text-transform: capitalize;
     margin-left:46%;
}
 .contentLayout2 span.portalbyline{
     margin:0;
     width:53%
}
 .contentlistleft > .contentLayout2 span.portalbyline, .contentlistright > .contentLayout2 span.portalbyline{
     margin:0;
     width:50%
}
 .contentlistleft > .contentLayout2 p.tease > a, .contentlistright > .contentLayout2 p.tease > a{
     margin-left:50%
}
 .mgcartitem a.department{
     margin-left:110px
}
 .mgcartitem > .department > img{
     margin-left:0;
     margin-top:-20px
}
 span.shoptease{
    color: #555!important;
     margin-top: 10px;
     display: block;
}
 .tease > a.more:hover, .mgcartitem > a.more:hover{
     -webkit-transition: all 0.28s ease-in-out 0s;
     transition: all 0.28s ease-in-out 0s;
     color: #FFD700;
}
 .bannerInfo > .container > .col-lg-12 > button:hover{
     -webkit-transition: all 0.28s ease-in-out 0s;
     transition: all 0.28s ease-in-out 0s;
     background-color:rgba(0,0,0,0.1)!important;
}

.departmentheadline {
padding-top: 20px;
}

 .departmentcontent {
     margin-bottom: 15px;
}
 .contentListContainer > .departmentcontent > .contentItem > .tease, .contentListContainer > .portalcontent > .contentItem > .tease, .contentLayout4 > .tease, . > .tease {
     text-align: center;
}
 .contentGridContainer > .contentGrid img {
     float: none;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .contentLayout4 img, .contentLayout5 img{
     max-height:none;
     float: none;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
/* CFMBB Styles */
.tableDisplay, .tableCol, .tableCell {
	border-color: #333333 !important;
	color: #333333;
}
.tableCol a, .topMenu a, a.searchMemberLink, .forumTable .notification, #newposts, .forumDesc a {
	color: #333333 !important;
}
.tableCol a:hover, .topMenu a:hover, a.searchMemberLink:hover, .forumDesc a:hover {
	color: #7E7E7E !important;
}
.tableHeader, .tableHeader .tableCell, .button, a.button {
    background-color: #7E7E7E !important;
    color: #FFFFFF !important;
}
.tableSubHeader {
    background-color: rgba(126,126,126,0.15) !important;
}
.messageCol1 {
	background-color: rgba(126,126,126,0.1) !important;
}
.tableRow0, .postTitle, .postSignature, .postButtons {
	background-color: rgba(126,126,126,0.05) !important;
}
.tableRow1 {
	background-color: #ffffff !important;
}
.button:hover, a.button:hover {
    color: #7E7E7E !important;
    background-color: rgba(126,126,126,0.3) !important;
}
.tableHeader a {
    color: #FFFFFF!important;
}
 h1.threadTitle {
    margin-bottom: .5rem!important;
}
/* Profiles Style */
.mgprofilecontainer, .mgprofileheadercontainer {
	background-color: #FFFFFF !important;
}
.module .header {
    background-color: rgba(126,126,126,0.6) !important;
    font-size: 14px !important;
    padding: 5px 5px 5px 5px !important;
    color: #FFFFFF !important;
}
.module .subheader {
    background-color: rgba(126,126,126,0.15) !important;
    font-size: 13px !important;
    border-bottom: none !important;
    padding: 5px 5px 5px 5px !important;
}
.module .headerMain {
    background-color: #7E7E7E !important;
    color: #FFFFFF !important;
}
.module .mgprofiledata {
	
}
.module .displayMSG {
    background-color: rgba(126,126,126,0.05) !important;
    border: none!important;
}
.mgprofileleftcontainer {
    font-size: 12px!important;
}
.module div, .module a, .module .prfileInputName, .module .prfileInputName1 {
	color: #333333 !important;
    font-size: 12px !important;
}
.module input[type=submit], .module input[type=reset], .module a.Button {
	background-color: #7E7E7E !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-family: inherit !important;
}
.module input[type=submit]:hover, .module input[type=reset]:hover, .module a.Button:hover {
	color: #7E7E7E !important;
	background-color: rgba(126,126,126,0.3) !important;
}
.module a:hover {
	color: #7E7E7E !important;
}
.module a.headerMainHref {
	color: #FFFFFF !important;
}
.module a.headerMainHref:hover {
    color: #FFFFFF !important;
}
.module .tab_selected {
	background-color: rgba(126,126,126,0.7) !important;
	padding: 8px 16px !important;
}
.module .tab_selected a {
	color: #FFFFFF !important;
}
.module .tab, #friendSearchID {
	background-color: rgba(126,126,126,0.2) !important;
	padding: 8px 16px !important;
}
.module .scrapDiv {
	border-color: #B7B7B7 !important;
}
.module .divCmbStatus {
    width: 100%;
}
input[type="file"] {
	border: none;
	padding: 0px;
}
 .carousel-item{
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 .contentLayout1 > a:first-child {
     display: block;
     padding:5px 10px;
     font-weight:400;
}
 .contentLayout8 {
     width: 100%;
     margin-left: 0;
     min-height: 280px;
    background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.05);
     border-radius: .25rem;
     float: left;
     position: relative;
}
 .contentLayout9, .carousel > .carousel-inner > .col-md-3 {
     flex: 0 0 22.5%;
     margin-left: 20px;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.05);
     border-radius: .25rem;
     float: left;
     position: relative;
     padding-bottom:50px 
}
 .contentLayout4 .mgimageleft, .contentLayout5 .mgimageleft, .contentlistright .contentLayout5 .mgimageleft {
     padding: 0px!important;
}
 .contentListContainer > .departmentcontent > .contentItem > .department > .mgimageleft{
     padding:0px 10px 0px 0px
}
 .contentLayout1 > .department > .mgimageleft{
     max-width: 50%;
     padding-right: 15px;
}
 .contentLayout1 > .department > .mgimageleft, .contentLayout2 > .department > img {
     max-width:50%;
     padding-right:15px
}
.contentLayout2 > .department > img, .contentLayout8 .department > img {
	max-width: 50%;
	padding: 0px 15px 0px 0px
}
 .bannerTxt {
     padding-top: 4%;
     padding-bottom: 4%;
}
 .contentItem >br {
     display: none;
}
 .contentListClear {
     height: 0px;
}
 .logo {
     padding-left: 15px;
}
/* MG Elements - Header */
 .headerImg {
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: 300px;
     background-position: 50% 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
}
 .headerImg .flexslider {
     border: 0px !important;
}
 .headerImg .mgadminedit {
     display: none !important;
}
 .headerImg h1 {
     text-align: center;
     padding: 0;
     margin: 0;
     color: #ffffff;
     font-size: 2.5rem !important;
     font-weight: 600;
     text-transform: uppercase;
     opacity: 0.95;
}
 .fixed_top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
     background-color: #FFFFFF;
}
 #headerFix > .container, #headerFix > .container > div, #headerFix > .container > div > div {
     padding: 0;
}
 .bgheader, .headerfix {
     box-shadow:0 0 5px rgba(0, 0, 0, 0.19);
     background-color: #000;
     padding-bottom:15px;
     top:0px;
     left:0;
     width:100%;
     z-index:99;
}
 .bgheader {
     position:fixed;
}
 .bgheader nav.top ul li a, .headerfix nav.top ul li a {
     color: #fff !important;
      font-weight: bold;
}
 .topHead {
     padding: 40px 15px;
     border-bottom: solid 1px #DDD;
     margin-bottom: 20px;
}
 .social {
     text-align: right;
}
 .mgbreadcrumblinks {
     padding-left: 0px !important;
}
 .breadcrumb {
     background: #EFEFEF;
     padding: 5px;
     margin: 10px 0px 5px;
}
/* MG Elements - Social Networks */
 .mgsocialnetworks {
}
 .mgsocialnetworks li {
}
 .mgsocialnetworks li a {
     color: #FFF !important;
}
 .mgsocialnetworks li a:hover {
	color: #7E7E7E !important;
}
/* MG Elements - Nav */
 .nav_bg {
     padding: 15px;
}
 nav.top ul li ul.mgsubtopnav {
     display: none;
     position: absolute;
     top: 45px;
     background: #fff;
     color:#030708!important;
     border-radius: 0px;
     border:solid 1px #7E7E7E;
     right:auto!important;
     z-index:9 
}
 nav.top ul li ul.mgsubtopadmin {
     right: 0;
}
 nav.top ul li ul.mgsubtopnav li {
     display: list-item !important;
     margin: 0;
}
 nav.top ul li ul.mgsubtopnav li a {
     display: block;
     padding: 10px 20px;
     text-decoration:none;
      color: #000 !important;
      text-align: left;
      font-size: 14px;
      transition: all .4s ease-in-out;
}
 nav.top ul li ul.mgsubtopnav li a:hover {
      color: #FFD700 !important;
    border-bottom: 2px solid #FFD700;
    background-color: #FFF;
}
 .footerTxt > .col-md-4 h4 {
     color: #d1b000;
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 40px;
}
 .footerTxt > .col-md-4 p {
     font-size: 15px;
     margin-top: 20px;
     margin-bottom: 20px;
     color:#FFFFFF 
}
 .footerTxt > .footerBlock {
     color: #FFFFFF;
     font-weight: bold;
}
 .footerTxt > .footerBlock a {
     margin-top: 20px;
     margin-bottom: 20px;
     font-weight: bold;
     color: #FFFFFF;
     padding-bottom: 15px;
     font-weight: bold;
}
 .footerTxt > .footerBlock a:hover {
     color: #7E7E7E !important;
}
 .footer-area {
     background-color: #000000;
     padding: 120px 0px;
}
 .mgnavpanel > li {
     padding-top: 5px;
     padding-bottom: 5px;
}
 .instaFeed > img {
     width: 70px;
     margin-bottom: 5px;
}
 .copyrightText p a {
     color: #929497;
}
 nav.top ul {
     list-style: none;
     margin: 0;
     padding: 0;
     float: right 
}
 nav.top ul li {
     display: inline-block;
     margin-left: 12px;
}
 nav.top ul li a {
     padding: 15px 0px;
     white-space: nowrap;
     text-decoration: none;
     font-weight:normal;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid 2px transparent;
    line-height: 24px;
    position: relative;
}

 nav.top ul li a:after{
    content: "";
     height: 3px;
     left: 0;
     bottom: -3px;
     width: 0;
     position: absolute;
     transition: all .3s ease-in-out;
     background-color: #ff891e;
}
 .greyHeader nav.top ul li a {
     color: #415094!important;
}
 .headerBg {
     margin-top: 143px;
}
 .blueHeader nav.top ul li a {
     color: #FFF!important;
}
 nav.left, nav.right {
     width: 250px;
}
 nav.left ul, nav.right ul, nav.responsive ul, nav.footer ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 nav.left ul li div.catheader, nav.right ul li div.catheader, nav.responsive ul li div.catheader {
     color: #7E7E7E;
     text-transform: uppercase;
     font-weight: bold;
     text-align: left;
     border-color: #eee;
     position:relative;
}
 nav.left ul li div.catheader::first-letter, nav.right ul li div.catheader::first-letter, nav.responsive ul li div.catheader::first-letter{
     font-size: 200%;
}
 nav.left ul li div.catheader:after, nav.right ul li div.catheader:after, nav.responsive ul li div.catheader:after {
     content: '';
     position: absolute;
     bottom: -1px;
     left: 0%;
     width: 15%;
     height: 3px;
     background-color: #7E7E7E;
}
 nav.responsive ul li div.catheader {
     cursor: pointer;
}
 nav.left ul li div.catbody, nav.right ul li div.catbody, nav.responsive ul li div.catbody {
     color: #666;
     padding: 10px 4px;
     line-height: 28px;
}
 nav.responsive ul li div.catbody {
     display: none;
}
 nav.left ul li div.catbody a, nav.right ul li div.catbody a, nav.responsive ul li div.catbody a {
     color: #666;
     display:-webkit-inline-box;
     margin-bottom:8px 
}
 #forumMenu > a:hover {
     color: #7E7E7E!important;
}
 nav.left ul li div.catbody a:hover, nav.right ul li div.catbody a:hover, nav.responsive ul li div.catbody a:hover {
     color: #7E7E7E!important 
}
 nav.responsive {
     display: none;
}
 .mgnavpanel {
     padding-left: 0px;
     list-style:none;
}
 .mgnavpanel > li > a:hover {
     color:#FFD700;
     border-bottom: solid 2px #FFD700;
}
 .mgleft {
     font-family: Arial, Helvetica, Sans-serif !important;
}
 .right font {
     color: #222 !important;
     font-weight: 100;
}
 .catbodyexpandable input[name="searchquery"] {
     width: 100%;
}
 .catbodyexpandable input[value="Search"] {
     margin-top: 15px;
}
 .department > img {
     min-width: 30px !important;
     min-height: 24px!important;
}
/* MG Elements - Footer */
 .footer {
     padding: 0px;
     margin-top:15px;
}
 .f_social > a {
     font-size: 18px;
     color: #737373;
     margin-left: 12px;
}
 .subfooter {
     background-color: rgba(34,34,34,0.95);
     padding: 20px 0;
     padding-bottom:28px;
}
 .footerHeader {
     color: #fff!important;
     background: rgba(0,0,0,0.2);
     padding: 6px 9px;
     margin-bottom: 0px!important;
}
 .footerContainer .list-inline li a {
     width: 35px;
     height: 35px;
     line-height: 35px;
     font-size: 14px;
}
 .footerContainer .input-group .form-control {
     background-color: transparent;
     border: 0;
     color: #929497;
}
 .footerContainer .input-group {
     border: 1px solid #4a4e52;
     border-radius: 5px;
     margin-bottom: 30px;
}
 .footerContainer .list-unstyled li {
     color: #929497;
     margin-bottom: 15px;
}
 .footerContainer .list-unstyled li i{
     margin-right: 14px;
}
 .footerContainer p {
     margin-top: 15px;
     color: #fff;
}
 .footerContainer .list-unstyled li i {
     margin-right: 14px;
}
 .input-group-addon {
     padding: 6px 12px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     color: #555;
     text-align: center;
}
 .footerContainer .input-group .input-group-addon {
     border-radius: 4px;
     background-color: #565b61;
     border: 0;
     transition: all .3s ease-in-out;
     padding: 5px 24px;
     color: #fff;
}
 .footerContent {
     padding: 10px;
     color: #dddddd;
}
.footerBlock .mgmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerBlock .mgmenu li {
	padding: 5px 0px;
}
 .footerContent div.mgsocialnetworkscontainer {
     text-align: center;
}
 .footerContent a, .footerContent .mgsocialnetworks a {
     color: #dddddd !important;
}
 .footerContent a:hover, .footerContent .mgsocialnetworks a:hover {
     color: rgba(221,221,221,0.8) !important;
}
 .footerCenter {
     text-align: center;
}
 .footerLink > li {
     padding: 0px 5px;
     list-style: none;
}
 .footerLink > li > a {
     color: #929497;
}
 .footerTop > .col-sm-3, .copyright .col-xl-6 {
     float: left;
}
 .copyright .col-xl-12, .footerLink {
     padding: 0;
}
 .copyright {
     display: block;
     background-color: #222222;
     padding: 30px 0px 45px 0px;
}
 .copyrightText p {
     margin-bottom: 0;
     color: #929497;
}
 .copyrightText p a {
     color: #929497;
}
 .contact_txt1 {
     font-size:13px;
     color:#666666 !important;
     line-height: 18px;
}
 .contact_txt {
     font-size: 13px;
     line-height: 14px;
     margin-bottom: -10px;
     margin-top:30px;
     text-align:center 
}
 .contact_txt2 {
     font-size: 14px;
     color: #666666 !important;
     line-height: 14px;
     margin-bottom: -10px;
     font-weight: bold;
}
/* MG Elements - Content */
 .contentItem .portalbyline {
     color: #292929;
     display: block;
}
 .contentGrid > div{
     padding:0
}
 p.tease {
     margin: 5px 10px!important;
     color:#030708!important;
     font-size:15px;
}
 .articleheadline {
     margin-bottom: 15px;
     margin-top: 20px;
}
 .lead {
     margin-bottom: 0 !important;
     font-weight: bold !important;
     padding-bottom: 10px;
     font-size: 1.1rem !important;
}
 .lead > a > img {
     border: none !important;
}
 .mgcontent > br:nth-child(2) {
     display: none;
}
/* MG Elements - Clump */
 .clumpheader {
     background-color: #FFF !important;
     padding-bottom:40px;
}
 .clumpheader img {
     display: none !important;
}
 .clumpheader div.txt {
     display: block !important;
     text-transform:capitalize;
     color: #404040;
     font-weight:900;
     font-size:40px!important;
     text-align:center;
     position:relative;
}
 .clumpheader div.txt::after {
     position:absolute;
     height:5px;
     width:8%;
     left:46%;
     background-color:#FFD700;
     bottom:-12px;
    content: "";
}
 .clumpbody {
     padding: 10px !important;
     border-color: #FFF !important;
     border-style: solid !important;
     border-width: 0px 1px 1px 1px !important;
     background-color:#FFF!important;
}
 .clumpbody > .contentListContainer > .clumpcontent > .contentGrid {
     background-color: #FFFFFF;
     padding: 10px;
}
/* MG Elements - Affiliate */
 .mgaffiliatetable {
     max-width: 100% !important;
     border-color: #ddd;
}
 .mgaffbb {
     border-color: #ddd !important;
}
 .mgaffbb > p {
     margin-top: 5px !important;
     margin-bottom: 0rem !important;
}
 .affsignup {
     background-color: #7E7E7E;
}
 .affsignup > a {
     color: #FFFFFF !important;
}
 .affsignuperror {
     background-color: #7E7E7E !important;
}
/* MG Elements - Ads */
 .mgatead > a > img {
     border: none !important;
}
/* MG Elements - Gallery */
 .mggallerycell {
     vertical-align: top;
}
 .mggalleryimage > a > img {
     border: none !important;
}
/* MG Elements - Login */
 .mglogintable {
     min-width: 100% !important;
}
 .mgloginbuttons {
     text-align: left !important;
}
 .login {
     height: auto !important;
}
 .loginform {
     width: 48%;
     float: left;
     box-sizing: border-box;
}
 .mgsendpassform {
     width: 48%;
     float: right;
}
 .mgloginheaderimg {
     display: none;
}
 .mgloginheadertext {
     display: block;
     color: #fff !important;
     background: #7E7E7E;
     padding: 6px 9px;
}
 .loginbox {
     background: #efefef;
}
 .mgloginpitch {
     display: none;
}
 .mgrenewalmessage {
     clear: both;
     padding: 10px;
     width: 100%;
}
 .mglostpassmessage {
     padding: 2px;
}
 input[type="file"] {
    border: none;
    padding: 0px;
}
 .mgformcell textarea {
    max-width: none!important;
}
 .reviewtitlecell > img {
    border: none !important;
}
 .mgorderrow > .mgtextcenter:first-child {
    text-align: left !important;
}
 .mgformcell > input {
    height: auto !important;
}
 .mgformcell > input[type=text] {
    margin-top: 3px;
}
 .mgformcellleft {
}
.mgforumheader {
    background-color: #7E7E7E !important;
    color: #FFFFFF;
}
.mgforumsubheader {
	background-color: rgba(126,126,126,0.05) !important;
    color: #7E7E7E;
}
.mgforumheader a {
    color: #FFFFFF;
}
.mgforumheader a:hover {
    color: rgba(255,255,255,0.8) !important;
}
.mgforumheader, .mgforumblock, .mgforumcol0, .mgforumcol1, .mgforumcol2, .mgforumcol3, .mgforumcol4 {
    border-color: #515751 !important;
}
.ui-widget-content {
    color: unset;
    background-color: transparent;
}
.ui-accordion-header, .ui-tabs-tab {
    background-color: rgba(0,0,0,0.1) !important;
    color: #333333;
    border-color: rgba(0,0,0,0.2) !important;
}
.ui-accordion-header:hover, .ui-tabs-tab:hover {
    background-color: rgba(0,0,0,0.2) !important;
}
.ui-tabs-tab a, .ui-accordion-header {
    color: #333333 !important;
}
.ui-accordion-header-active, .ui-accordion-header-active:hover, .ui-tabs-active, .ui-tabs-active:hover {
    background-color: #7E7E7E !important;
    border-color: rgba(126,126,126,0.8) !important;
}
.ui-tabs-active a, .ui-accordion-header-active {
    color: #ffffff !important;
}
.ui-accordion-content, .ui-tabs-panel {
    border-color: #7E7E7E !important;
}
.ui-accordion-content a, .ui-tabs-panel a {
    
}
.ui-accordion-content a:hover, .ui-tabs-panel a:hover {
    
}
.mgvideo0 .fp-controls, .mgaudio0 .fp-controls {
    background-color: #7E7E7E !important;
}
.mglmsbarcontainer {
}
.mglmsdegree .contentGrid > div, .mglmsdashboard .contentGrid > div {
}
.mglmsdegree .contentGrid > div a, .mglmsdashboard .contentGrid > div a {
}
.mglmsdegree .contentGrid > div a:hover, .mglmsdashboard .contentGrid > div a:hover {
}
.mglmsheader {
    background-color: #7E7E7E;
}
.mglmsbutton, a.mglmsbutton, input.mglmsbutton {
    background-color: #7E7E7E !important;
    color: #ffffff !important;
    height: auto;
}
.mglmsbutton:hover, a.mglmsbutton:hover, input.mglmsbutton:hover {
    background-color: rgba(126,126,126,0.6) !important;
    color: #ffffff !important;
}
.mglmstabs, .mglmstabs .mglmscontainer, .mgresources, .mgtutor, .mgcertificate {
}
.mglmstabs .ui-tabs-nav {
}
.mglmslessons ul li a {
    color: #454545 !important;
}
.mglmslessons ul li a:hover {
    background-color: rgba(0,0,0,0.02) !important;
}
.mglmslessons ul li div.lesson {
}
.mgresources .name, .mgtutor .name, .mgcertificate .name {
    background-color: #7E7E7E !important;
}
.mgresources .resources, .mgtutor > div, .mgcertificate > div {
}
.mgresources .resources a {
    color: #454545 !important;
}
.mgresources .resources a:hover {
    color: #7E7E7E !important;
}
.mgcertificate .button {
    background-color: transparent !important;
}
.quizContainer {
}
.quizContainer .question_progress {
    background-color: #7E7E7E !important;
}
.quizContainer .question_headline {
}
.question_answer .ui-state-active, .question_answers .ui-state-active {
    background-color: #7E7E7E !important;
}
.lmsStats span {
}
.contentGridContainer > .contentGridEmpty:hover {
    opacity: 1 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.mgprintoptions div {
    display: inline-block;
    padding-right: 5px;
}
.mgprinterfriendly a img, .mgprinttopdf a img {
    width: 0px;
    height: 0px;
}

.mgprinterfriendly a {
     font-weight: normal;
}

.mgprinttopdf a {
     font-weight: normal;
}

.mgprinterfriendly a:before {
    display: inline-block;
    content: '\f02f';
    font-family: 'Font Awesome 5 Pro';
    color: #333333;
    font-size: 1.1em;
    padding: 2px 5px;
}
.mgprinterfriendly a:after {
    display: inline-block;
    content: 'Printer Friendly';
    color: #333333;
}
.mgprinttopdf a:before {
    display: inline-block;
    content: '\f1c1';
    font-family: 'Font Awesome 5 Pro';
    color: #333333;
    font-size: 1.1em;
    padding: 2px 5px;
}
.mgprinttopdf a:after {
    display: inline-block;
    content: 'Print to PDF';
    color: #333333;
}
/* Responsive Styles */
 @media screen and (max-width: 1680px){
     section {
         width: 1200px 
    }
}
 @media screen and (max-width: 1280px){
     section {
         width: 100%;
    }
     nav.left, nav.right {
         width: 200px;
    }
}
 @media(max-width:768px){
     .mgimageleft{
         padding:0px!important
    }
     .contentListContainer > .departmentcontent > .contentItem > .tease > a, .contentLayout4 > .tease > a, .contentLayout5 > .tease > a {
         width: 33% !important;
         margin-left: 32% !important;
         bottom:20px !important;
    }
}
 @media screen and (max-width: 991px){
     .h2, h2 {
         font-size: 20px;
    }
     .headerNav{
         display:none
    }
     .contentGrid {
         flex: 0 0 100%;
         max-width: 100%;
         padding: 10px 15px;
         margin:5px 5px;
    }
     .contentLayout9, .carousel > .carousel-inner > .col-md-3 {
         margin-bottom:10px
    }
     .clumpbody > .contentListContainer > .clumpcontent > .contentGrid{
        flex: 0 0 100%;
         max-width: 100%;
         margin:10px 0px!important
    }
     .bannerInfo > .container > .col-lg-12 > p:first-child, .bannerInfo > .container > .col-lg-12 > p:nth-child(3), .bannerInfo > .container > .col-lg-12 > p:nth-child(4) {
        font-size: 14px;
         line-height:25px;
         font-weight:400
    }
     .clumpheader div.txt{
         font-size:24px!important
    }
     .bannerInfo > .container > .col-lg-12 > p:nth-child(2){
         font-size:28px;
         line-height:25px;
         letter-spacing:3px
    }
    .mgportalpage .bannerInfo > .container > .col-lg-12{
         min-height:60vh
    }
     .contentLayout9 {
         flex: 0 0 100%!important;
         margin-left: 0!important;
    }
     .footer-area {
         padding: 30px 0px;
    }
     .headerImg h1 {
         font-size: 24px!important;
    }
     .contentLayout1 > .department > .mgimageleft, .contentLayout2 > .department > img {
         max-width: 100%;
    }
     .contentListContainer > .departmentcontent > .contentItem, .contentListContainer > .clumpcontent > .contentItem, .contentLayout8 {
         width: 100%!important;
         margin-left: 0%;
    }
     .carousel-item {
         flex: 0 0 100%;
         margin-left: 0%;
         min-height: 200px;
    }
     .contentLayout8 {
         min-height: 360px;
    }
     .contentLayout4, .contentLayout5, .contentLayout7 {
         min-height: auto;
         padding-bottom: 50px;
    }
     .payment_methods img {
         min-height: 20px;
         max-height: 30px;
         opacity: 0.5;
         width: auto!important;
    }
     .headerImg {
         padding-left: 0px !important;
         padding-right: 0px !important;
         height: 200px !important;
    }
     .socialbookmark > a > img {
         width: auto;
    }
     .department > img {
         min-width: 30px !important;
         min-height: 24px!important;
         width: auto !important;
         float:none !important;
         margin:0px auto!important;
    }
     .star_font_size > img {
         width: auto !important;
    }
     .resourcesbrowse > a > img{
         width: auto !important;
    }
     .h1, h1 {
         font-size: 1.6rem!important;
    }
     .classifiedslisting img {
         width:auto!important;
    }
     .mgcontent > .mgtable:nth-child(3) {
         display: table !important;
    }
     .pdlftrt {
         padding-left: 0px !important;
         padding-right: 0px !important;
    }
     main {
         flex: 1;
         margin: 15px 0px !important;
    }
     .articleheadline {
         margin-bottom: 8px;
         margin-top:10px;
         font-size:20px !important;
    }
     section {
         width: 100%;
    }
     nav.left, nav.right {
         display: none;
    }
     nav.responsive {
         display: block;
    }
     div.menuIcon {
         display: block;
    }
     nav.top ul li ul.mgsubtopnav {
         position: inherit;
         padding-left: 40px;
    }
     nav.top {
         display: none;
         top: 60px;
         right: 0px;
         height: auto;
    }
     nav.top ul {
         display: block;
         background: #015C6E;
    }
     nav.top ul li {
         display: block;
         padding: 
    }
     nav.top ul li a {
         color: #ffffff;
         padding: 0px 40px;
    }
     footer section nav.footer {
         display: block;
    }
     .nav_bg {
         padding: 5px;
    }
     .nav_bg .col-md-8 {
         display:none 
    }
     section.mgsectioncontainer {
         padding: 0 !important;
    }
     .mgcontent div {
         max-width: 100% !important;
    }
     a.tease_headline, .contentItem a.department, span.portalbyline, p.tease{
         text-align:left!important
    }
     a.tease_headline{
         width:100%;
         margin-top:15px
    }
     span.portalbyline{
         margin:0px 10px 10px 10px!important;
         width: 92%!important;
    }
     .contentLayout2 > .tease_headline{
         margin-top:15px
    }
     .contentlistleft > .contentLayout2 > p > a.more, .contentlistright > .contentLayout2 > p > a.more{
         margin:10px auto 0px auto!important
    }
     .clumpbody {
         padding: 0px!important;
    }
     .clumpheader {
         margin-bottom: 12px;
    }
     .contentGridContainer {
         margin: 0px;
    }
     .mgprofileleftcontainer, .mgprofilerightcontainer, .mgprofiledetailleft, .mgprofiledetailright {
         display: block;
         width: 100%;
    }
     .mgcontent img {
         width:auto!important 
    }
     .mgnavpanel li {
         list-style: none;
    }
     .mgnavpanel {
         padding-left: 0px 
    }
     #mobileMenu {
         position: absolute;
         background: #FFF;
         top: 59px;
         width: 300px;
         border: solid 1px #DDD;
         box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
         z-index:99 
    }
     #mobileMenu li{
         padding-top:0px;
         padding-bottom:0px
    }
     #mobileMenu li a {
         display: block;
         padding: 8px 15px;
         border-bottom: solid 1px #DDD;
         color: #030708!important;
    }

#mobileMenu li a:hover {
        color: #FFD700;
        border-bottom: solid 2px #FFD700;
    }

.fa-bars {
color: #fff;
}

     ul.mgsubtopnav {
         display:none;
    }
     .mgcontent img {
         border: none !important;
    }
     .loginform, .mgsendpassform {
         float: none;
         width: 100%;
         margin: 0px 0px 20px 0px;
    }
}
 @media screen and (min-width: 968px){
     nav.top {
         display: block !important;
    }
     main {
         flex: 1;
         margin: 3px 5px !important;
    }
}
 @media (min-width: 576px){
     .container {
         max-width: auto;
    }
}
 @media screen and (max-width: 575px){
     .headerImg {
         height: 150px !important;
    }
     .d-flex{
         display: block !important;
    }
}
