/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           DEFINES THE MAIN PAGE LAYOUT                                 */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* START: GENERIC CLASSES */

.clear { 
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.floatImageRight {
	float:right;
	margin:0px 0px 5px 5px;
}

.floatImageLeft {
	float:left;
	margin:0px 5px 5px 0px;
}

.displayNone{ 
	display:none; 
	visibility:hidden;
}

/* END: GENERIC CLASSES */

/* -------------------------------------------------------------------------------------- */

/* START - REMOVE BROWSER DEFAULT */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	/*list-style:none;*/
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* END - REMOVE BROWSER DEFAULT */

/* -------------------------------------------------------------------------------------- */
/* ---------------------------- MAIN PAGE STRUCTURE ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* START: MAIN PAGE STRUCTURE */

.wrapper{
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

.wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.header {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 5px solid #007cb2;
    background-color: #007cb2;
}

.maincontent{
    width: 100%;
    background-color: #FAFAFA;
    padding: 40px 0px;
}

.navigation {
    position: absolute;
    right: 0px;
    top: 13px;
}



    .navigation a.MembersButton {
        background: transparent;
        display: block;
        color: #fff !important;
        padding: 4px 12px 3px;
        width: 63px;
        float: right;
        background-color: #8c528d;
    }

    .navigation a.MembersButton:hover {
        background-color: #8c528d;
        color: white !important;
        border: 1px solid #e85b06;
    }

.footer a {
    color: white;
}
.footer {
    background-color: #007cb2;
    color: white;
    padding: 40px 0px;
}

.footermenu {
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footermenu li {
    display: inline-block;
}

.footermenu a {
    color: white;
    font-weight: 300;
    text-decoration: none;
}
.footermenu.footermenuleft {
float: left;
}
.footermenu.footermenuright {
float: right;
}

.social-media {
color: #fdfdfd;
    display: inline-block;
    list-style: none;
}

li.social-media {
    font-size: 24px;
    border-radius: 4px;
}

    li.social-media a{
    width: 25px;
    display: block;
    text-align: center;
    padding: 10px;
    }
    .footer p a {
    color: white;
    text-decoration:underline;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
}

.footer.footer-bottom p{
    font-size: 11px;
}





/* END: MAIN PAGE STRUCTURE */

/* -------------------------------------------------------------------------------------- */

/* START: TITLE */

        /* INSERT */

/* END: TITLE */

/* -------------------------------------------------------------------------------------- */

/* START: FOOTER*/

        /* INSERT */

/* END: FOOTER */

/* -------------------------------------------------------------------------------------- */

/* START: LEFT NAVIGATION LAYOUT */

        /* INSERT */

/* END: LEFT NAVIGATION LAYOUT */

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* CSC */
.CSCWrapper
{
    float:left;
    width:540px;
}
#CSC
{
    width:540px;
    background-color:White;
    margin-top:0px;
}
#CSCIframe
{
    width:540px;
    border:0px;
}
#CSCAdmin .tab
{
    color:#444;
    margin-bottom:15px;
    min-height:20px;
    
}
#CSCAdmin
{
       width: 220px;
    float: left;
    padding-top: 4px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    margin: 10px 30px 10px 0px;
}
    #CSCAdmin .tab a {
        margin: 1px 0px;
        padding: 5px 0 5px 5px;
        color: White;
        text-decoration: none;
        display: block;
        font-size: 12px;
        line-height: 18px;
        background-color: #007cb2;
        height: 18px;
        text-align: center;
    }
    #CSCAdmin .tab a.selected {
        text-decoration: underline;
        background-color: #8c528d;
    }
    #CSCAdmin .tab a:hover {
        text-decoration: underline;
        background-color: #8c528d;
        transition: all 0.5s;
    }
#CSCAdmin .tab span
{
   display: block;
    min-height: 28px;
    line-height: 21px;
    font-size: 18px;
    text-align: left;
}

#marketingSection div:nth-last-of-type(1) {
    display: none;
}

/* Google Map ID */
#map
{
	height:300px;
	margin-bottom:30px;
}

/* PassRoids Objects */

#psr_score {  }
#psr_verify {  }
#psr_strength_notice {  }

.psr_Weak { color: #A52A2A; }
.psr_Medium { color: #FFA500; }
.psr_Strong { color: #3DBE5E; }
.psr_Excellent { color: #416EC2; }

/*added this */


.uk-section-secondary {
    background: #39f;
    color: #fff;
    text-shadow: none;
}