/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           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 */

.services-container{
    width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.services-container::after{
     content: '';
    display: block;
    clear: both;
}

.logo {
    float: left;
}

.logo img {
    width: 110px;
}

.tel {
    width: 40%;
    height: 100%;
    float: left;
    padding-top: 2em;
    font-size: 21px;
    color: #532844;
    margin-left: 41px;
    font-weight: bold;
}

.social {
    float: right;
    padding-top: 3em;
}

a.services-social {
float: right;
    margin-left: .5em;
    padding: .2em;
    color: #731f55;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 30px;
    height: 30px;
}

a.services-social.social-youtube{background-image: url(/media/siteimages/services-youtube.jpg);}
a.services-social.social-twitter{background-image: url(/media/siteimages/services-twitter.jpg);}
a.services-social.social-facebook{background-image: url(/media/siteimages/services-facebook.jpg);}

.services-navigation {
    background-color: #532844;
    padding: .5em;
}

.services-navigation a.MembersButton {
    background: transparent;
    color: white;
    text-decoration: none;
    float: right;
    width: 80px;
    font-size: 16px;
    border: 0px;
}

.services-main-content {
    padding: 30px 0px;
}

.sub-footer {
    clear: both;
    width: 100%;
    background: #532844;
    padding: .5em 0;
}

.footer{
    width: 100%;
    background: #6d3857;
    padding: 2em 0 2em;
}

.footer p, .sub-footer p, .footer a, .subfooter a {
    color: white;
    text-decoration: none;
}

/* END: MAIN PAGE STRUCTURE */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* CSC */
.CSCWrapper
{
    float:left;
    width:540px;
}
#CSC
{
    width:540px;
    background-color:White;
    margin-top:0px;
}
#CSCIframe
{
    width:540px;
    border:0px;
}
#CSCAdmin .tab
{
    color:#000;
    margin-bottom:15px;
    min-height:20px;

    
}
#CSCAdmin
{
width: 220px;
    float: left;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-left: 13px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    margin-right: 30px;
    margin-top: 26px;
}
#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: #532844;
    height:18px;
    text-align:center;
    border-radius: 3px;
}
#CSCAdmin .tab a.selected
{
    background-color: #731f55;
}
#CSCAdmin .tab a:hover
{
    background-color: #731f55;
}
#CSCAdmin .tab span
{
    display: block;
    min-height: 32px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
}

/* 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; }
