@font-face {
  font-family: Raleway-Regular;
  src: url('/Files/Fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: Raleway-Semi-Bold;
  src: url('/Files/Fonts/Raleway-SemiBold.ttf');
}

@font-face {
  font-family: Raleway-Bold;
  src: url('/Files/Fonts/Raleway-Bold.ttf');
}

body {
margin-top: 0px;
margin-left: 0px;
margin: 0px auto;
font-feature-settings:'lnum' 1;
}

figure {
width: 100%;
left: 0;
}

.footeractive {
    color: #ceebd6 !important;
}

.tint {
	position: relative;
	width: 100%;
	float: left;
	cursor: pointer;
    margin-top: 0px;
	margin-bottom: 0px;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(192, 192, 192, 0.6);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.tint:hover:before {
	background: none;
}

.tintorange {
	position: relative;
	width: 100%;
	float: left;
	cursor: pointer;
    margin-top: 0px;
	margin-bottom: 0px;
}

.tintorange:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: rgba(255, 165, 0, 0.6);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.tintorange:hover:before {
	background: none;
}

.FormulaRequestHeader {
    position:relative; 
    left:60%;
}

header {
display: table;
width: 100%;
height: 100px;
position: fixed;
z-index:100;
background: none repeat scroll 0% 0% #FFF;
border-bottom: 1px solid #F2F2F2;
transition: top 0.2s ease-in-out;
top:0px;
}

.nav-up {
    top: -150px;
}



#topbar{
background-color: #702785;
font-family: "Raleway-Semi-Bold", Arial;
color: #FFFFFF;
font-size: 14px;
height: 40px;
}

.purplebar {
font-family: "Raleway-Semi-Bold", Arial, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.purplebar:hover {
font-size: 12px;
color: #ceebd6;
text-decoration: underline;
}


.searchmenu {
    margin-top:0px;
	font-family: "Raleway-Semi-Bold",Arial,sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 14px 10px;
	text-align: center !important;
}

.mainnav {
color: #FFF;
width: 96%;
max-width: 1024px;
clear: both;
padding-top: 8px;
padding-bottom: 8px;
margin: 0px auto;
}

#search {
display: none;
}

#networklogo {
float: left;
display: block;
width: 20%;
padding-bottom: 2px;
}

#headlogo {
width:100%; 
max-width:176px;
}

#navmenu {
float: right;
display: block;
width: 80%;
max-width: 990px;
}

.menu {
float: right;
}

.menu > li {
    float: left;
    list-style: outside none none;
    font-family: "Raleway-Semi-Bold",Arial;
	font-size: 14px;
	color: #555;
	padding: 12px 8px;
}

.menu > li > a{
	display: block;
	padding: 12px 2px;
	text-decoration: none;
	font-weight: bold;
    font-family: "Raleway-Semi-Bold", Arial, sans-serif;
	font-size: 12px;
	color: #605e5e;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.menu > li > a:hover{
	color: #00953B;
    font-family: "Raleway-Semi-Bold", Arial, sans-serif;
	text-decoration: underline;
}

.navicons {
background-color: #00A94E;
text-align: center;
height: 40px;
}

.searchfilter {
height: 18px;
padding: 5px 10px;
float: left;
margin-right: 0%;
width: 44%;
font-family: Arial #000,sans-serif;
font-size: 12px;
color: #000;
margin-top: 5px;
text-align: right;
}

.searchbar {
height: 18px;
float: right;
margin-right: 0%;
width: 100%;
font-family: Arial #000,sans-serif;
font-size: 12px;
color: #702785;
margin-top: 2px;
text-align: left;
text-transform: uppercase;
}

.SearchTextbox {
    border: 1px solid #F2F2F2;
    height: 31px;
    padding: 1px 25px 1px 5px;
    width: 30%;
    font: 12px/34px Arial;
	color: #702785;
	text-transform: uppercase;
}

.SearchTextboxButton {
    border: medium none;
    position: absolute;
    height: 35px;
    width: 35px;
	margin-top: -2px;
    display: inline;
    background-image: url("/images/icons/orange-search-40x40.jpg");
    cursor: pointer;
	background-color: #702785;
}

img {
max-width: 100%;
height: auto;
}

.desktopbanner {
width: 100%;
max-width: 100%;
float: left;
margin-top: 129px !important;
height: 100%;
max-height: 340px;
background-color: #FFF;
margin-bottom: 20px !important;
margin-right: auto;
}

.mobilebanner {
    display: none;
}

.tabletbanner
{
    display:none;
}

table.tableizer-table {
	border: none;
	font-family: Arial,sans-serif;
	font-size: 12px;
} 
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
.tableizer-table th {
	background-color: #702785; 
	font-family: Arial,sans-serif;
	padding: 4px;
	margin: 3px;
	color: #FFF;
	font-weight: 300;
}

.primarycta {
    border-width: 2px;
    border-style: solid;
    border-color: #702785;
    padding: 10px 28px;
    width: 180px;
    height: 44px;
    background-color: #702785;
    font-family: "Raleway-Semi-Bold", Arial;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primarycta:hover{
border-color: #702785;
background-color: #FFFFFF;
color: #702785;
text-decoration: none !important;
}

.secondarycta {
    border-width: 2px;
    border-style: solid;
    border-color: #00953b;
    padding: 10px 28px;
    width: 160px;
    height: 44px;
    background: none repeat scroll 0% 0% #FFFFFF;
    font-family: "Raleway-Regular", Arial;
    font-size: 13px;
    color: #00953b;
    text-decoration: none !important;
}

.secondarycta:hover{
border-color: #00953b;
background: #FFFFFF;
color: #00953b;
text-decoration: none !important;
}

.ctawrapper {
text-align: center;
margin-top: 12px;
margin-bottom: 12px;
}


a {
color: #702785;
font-family: Arial, sans-serif;
margin: 0;
text-decoration: none;
font-weight: bold;
transition: all 0.25s linear 0s;
}

a:hover {
color: #00953B;
text-decoration: underline;
}

a, img {
    border:none;
    outline:none;
}

button {
    background: none repeat scroll 0% 0% #702785;
    color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    padding: 8px 12px;
    font-size: 20px;
    margin-right: 10px;
}

button:hover{
border-color: #702785;
background-color: #FFFFFF;
color: #702785;
transition: all 0.25s linear 0s;
text-decoration: none !important;
}

.accordion {
padding: 0px !important;
margin: 0px !important;
}

.container {
width: 100%;
max-width: 1024px;
box-sizing: border-box;
margin: 0px auto;
text-align: left;
}

.center {
text-align: center;
}

.headsocial {
width: 100%;
}

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

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

li {
line-height: 18px;
}


p {
line-height: 18px;
font-family: Arial;
font-size: 12px;
color: #605e5e;
}

.Error
{
    font-family: Arial;
    color: #777779;
    font-size: 12px;
    color:red;
}

.homesubhead {
margin-top: -10px !important;
}

.homecardhead {
padding-left: 6px;
padding-right: 6px;
padding-bottom: 2px;
min-height: 16px;
}

.cardhead {
padding-left: 6px;
padding-right: 6px;
min-height: 70px;
text-align: center;
}

.sitehead {
padding-left: 6px;
padding-right: 6px;
text-align: center;
}

.sitecardcopy{
padding-left: 8px;
padding-right: 8px;
text-align: center;
min-height: 72px;
}


.bodytext {
padding-left: 4px;
padding-right: 4px;
}


.Mazbodytext {
    padding-left: 4px;
    padding-right: 4px;
    color: #00943a !important;
    font-weight: bold;
}





.anchortext {
    text-decoration: none !important;
    color: #605e5e !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "Raleway-Regular", Arial !important;
}

.biotext {
padding-left: 4px;
padding-right: 4px;
margin-top: 6px;
margin-bottom: 6px;
}

.legal{
line-height: 18px;
font-family: Arial;
font-size: 10px;
color: #605e5e;
}

h1 {
font-family: "Raleway-Semi-Bold", Arial;
color: #702785;
font-size: 22px;
text-transform: uppercase;
padding-left: 10px;
}


h2 {
font-family: "Raleway-Regular", Arial;
color: #702785;
font-size: 18px;
padding-left: 10px;
}

.boldh2 {
font-family: "Raleway-Semi-Bold",Arial;
padding-left: 4px !important;
padding-right: 4px;
}

h3 {
font-family: "Raleway-Regular", Arial;
color: #00953B;
font-size: 16px;
padding-left: 10px;
}

h4 {
font-family: "Raleway-Regular", Arial;
color: #00953B;
font-size: 14px;
padding-left: 10px;
margin-bottom: 2px;
text-transform: uppercase;
}

.anchorbio {
font-family: "Raleway-Regular", Arial;
}

.anchor{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

.cardcontainer {
width: 100%;
float: left;
margin-top: 10px;
}

.sponsorswrapper {
width: 99.5%;
float: left;
margin-top: 10px;
border: 1px solid #f2f2f2;
margin-bottom: 20px;
}

.spacer {
height: 20px;
}

.minorspacer {
height: 8px;
}

.nobannerwrapper {
    width: 98%;
    float: left;
    margin-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
    font-family: Arial;
    color: #605e5e;
    font-size: 12px;
    margin-top: 160px;
}

.contentwrapper {
width: 98%;
float: left;
margin-top: 10px;
margin-bottom: 20px;
padding-left: 1%;
padding-right: 1%;
font-family: Arial;
color: #605e5e;
font-size: 12px;
}

.quote {
font-family: "Raleway-Semi-Bold", Helvetica;
color: #702785;
line-height: 22px;
font-size: 16px;
text-align: center;
}

p {
font-family: Arial;
color: #605e5e;
font-size: 12px;
}

.nav-toggle {
    background: none repeat scroll 0% 0% #702785;
    color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    padding: 8px 12px;
    font-size: 18px;
    margin-right: 8px;
    transition: all 0.25s linear 0s;
	-webkit-appearance:none;
}

.nav-toggle:hover {
background-color: #FFFFFF;
color: #702785;
border-color: #702785;
-webkit-appearance:none;
}

.nounderline {
text-decoration: none !important;
}

.cardcopy {
padding-left: 8px;
padding-right: 8px;
}

.mainblock {
width: 75%;
float:left;
margin-right: 2%;
}

.formtextbox {
width: 100%;
padding: 10px 0px 10px 2px;
font: 12px Arial;
color: #605E5E;
}


.sidebar {
width: 22%;
float:left;
background-color: #702785;
color: #FFFFFF;
border-radius: 6px;
}

#sidebartext {
color: #FFFFFF;
}

.sidebartext {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
padding-left: 10px;
padding-right: 4px;
}

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

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

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

.card3 {
width: 23%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}


.card4first {
width: 32.2%;
float: left;
border: 1px solid #F2F2F2;
margin-right: 1%;
margin-bottom: 10px;
}

.card4last {
width: 32.2%;
float: left;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.card4 {
width: 32.2%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.formcard4 {
width: 32%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
padding-top: 4px;
padding-bottom: 4px;
}

.formcard6 {
width: 48%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.formcard12 {
width: 97.7%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.card6first {
width: 49.2%;
float: left;
border: 1px solid #F2F2F2;
min-height: 390px;
margin-right: 1%;
margin-bottom: 10px;
}

.card6last {
width: 49.2%;
float: left;
border: 1px solid #F2F2F2;
min-height: 390px;
margin-bottom: 10px;
}

#greyhighlight {
background-color: #F2F2F2;
}

.largeimage {
min-height:310px;
}

.card6 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.biocard6 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
min-height: 94px;
margin-bottom: 10px;
}

#form {
display: block;
width: 60%;
padding: 10px 15px;
border: 1px solid #702785;
color: #605E5E;
background: none repeat scroll 0% 0% transparent;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

.regcard3 {
width: 24%;
float: left;
margin-right: 1%;
}

.regcard3last {
width: 25%;
float: left;
}

.regcard4 {
width: 32%;
float: left;
margin-right: 1%;
}

.regcard4last {
width: 33%;
float: left;
}

.formregcard6 {
width: 48.3%;
float: left;
margin-right: 1%;
}


.regcard6 {
width: 49%;
float: left;
margin-right: 1%;
}

.regcard6last {
width: 50%;
float: left;
}

.regcard12 {
width: 99%;
float: left;
}

.formregcard12 {
width: 97.7%;
float: left;
}


.card12 {
width: 97.2%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;

}

.contactcard4 {
width: 32%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}


.sponsorscard6first {
width: 49%;
float: left;
min-height: 380px;
margin-right: 10px;
margin-bottom: 10px;
}

.sponsorscard6last {
width: 49%;
float: left;
min-height: 380px;
margin-bottom: 10px;
}

.cardheader {
font-family: Arial;
font-size: 18px;
color: #555555;
text-align: left;
margin-top: 0px;
margin-bottom: 1px;
}

.content {
text-align: left;
}

footer {
    width: 100% !important;
    background: inherit;
    float: left;
    padding-bottom: 12px;
    height: 176px;
	border: medium none !important;
    background: none repeat scroll 0% 0% #605e5e;
    margin-left: auto;
    margin-right: auto;
}

.spangrey {
    width: 97%;
	max-width: 1008px;
    background: inherit;
    margin-left: auto;
    margin-right: auto;
	padding-left: 3%;
}

.footerhead {
    font-family: "Raleway-Semi-Bold", Arial;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    list-style-type: none;
    background-image: none;
    text-align: left;
	margin-bottom: 4px;
	padding-left: 0px !important;
}

.currentfooter {
color: #ceebd6 !important;
}

.footercards {
width: 23%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #702785 url("/Images/icons/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover.back-to-top {
	background-color: #00953B;
}

.techfootercards {
width: 23%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.smtechfootercards {
display: none;
}

.connectlinks {
float: left; 
width: 23%;
margin-top: 6px;
}

.activitylinks{
float: left; 
width: 23%;
margin-top: 6px;
}

.connected {
width: 40%; 
clear: both;
margin: 0 auto;
text-align: center;

}

.registrationlinks {
float: left; 
width: 23%;
margin-top: 6px;
}

.footerlinks {
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
line-height: 16px;
 }
 
 .form {
 text-align: left;
 }
 
 .whitetext {
    padding-bottom: 4px;
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Arial;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
}

.submit {
border-width: 2px;
border-style: solid;
border-color: #702785;
padding: 10px 28px;
width: 180px;
height: 44px;
background-color: #702785;
font-family: "Raleway-Semi-Bold",Arial;
font-size: 13px;
color: #FFF;
text-decoration: none !important;
-webkit-appearance:none;
}

.submit:hover{
   background-color: #FFFFFF;
   border: 2px solid #702785;
   color: #702785;
   -webkit-appearance:none;
}

.legalfooter {
    width: 99%;
    background: inherit;
    float: left;
    height: 120px;
	border: medium none !important;
    background: none repeat scroll 0% 0% #FFF;
    margin-left: auto;
    margin-right: auto;
}

.socialfooter {
margin: 0px auto;
width: 100%;
text-align: left;
padding-top: 8px;
}

.socialicons {
width: 100%;
max-width: 40px;
}

.footercards > .footerlinks > a {
color: #e5d0e5;
line-height: 14px;
text-decoration: none;
font-weight: normal !important;
}

.footercards > .footerlinks > a:hover {
color: #ceebd6;
text-decoration: underline;
}

.techfootercards > .footerlinks > a {
color: #e5d0e5;
line-height: 14px;
text-decoration: none;
font-weight: normal !important;
}

.techfootercards > .footerlinks > a:hover {
color: #ceebd6;
text-decoration: underline;
}


.registrationlinks > .footerlinks > a {
color: #e5d0e5;
line-height: 14px;
text-decoration: none;
}

.registrationlinks > .footerlinks > a:hover {
color: #ceebd6;
text-decoration: underline;
}

.activitylinks > .footerlinks > a {
color: #e5d0e5;
line-height: 14px;
text-decoration: none;
}

.activitylinks > .footerlinks > a:hover {
color: #ceebd6;
text-decoration: underline;
}

.greyspacer {
color: #dfdede;
padding-left: 8px; 
padding-right: 8px;
}

.goback {
padding-top: 20px;
text-align: center;
font-size: 12px;
}

#goback {
font-family: "Raleway-Regular", Arial;
}


@media (max-width: 960px) {

.FormulaRequestHeader {
    display:block;
    left:auto;
}

#navmenu {
padding-top: 30px;
}

.contentwrapper {
width: 92%;
padding-left: 5%;
padding-right: 3%;
}

.nobannerwrapper {
width: 92%;
padding-left: 5%;
padding-right: 3%;
}

.sidebar {
width: 97%;
float:left;
background-color: #FFFFFF;
color: #605e5e;
border-radius: 6px;
border: 1px solid #702785;
}

#sidebartext {
text-align: center;
color: #702785
}

.homecardhead {
min-height: 40px;
}


.sidebartext {
font-family: Arial;
font-size: 12px;
color: #605e5e;
padding-left: 10px;
padding-right: 4px;
}


.sidebarcard3 {
width: 24%;
float: left;
} 

.sidebarcard4 {
width: 32%;
float: left;
} 

.sidebarcard6 {
width: 48%;
float: left;
} 

.biocard6 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
min-height: 110px;
}

.biocard6 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.card4first {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.card4 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.formcard4 {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.card4last {
width: 48%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.mainblock {
width: 96%;
}


.connected {
width: 40%; 
clear: both;
margin: 0 auto;
text-align: center;

}
}


@media (max-width: 800px) {

    header {
        border-bottom: 1px solid #f2f2f2;
    }

    #topbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktopbanner {
        display: none;
    }

    .tabletbanner
    {
        display: block;
        width: 100%;
        max-width: 100%;
        float: left;
        height: 100% !important;
        max-height: 500px;
        background-color: #FFF;
        margin-bottom: 8px !important;
        margin-right: auto;
        margin-top: 122px !important;
    }

    .mobilebanner {
        display:none;
    }

    #search {
        display: inline-block;
        padding-top: 16px;
        float: left;
        width: 20%;
    }

    .nobannerwrapper {
        margin-top: 130px;
    }

    #networklogo {
        width: 60%;
        text-align: left;
    }

    #headlogo {
        width: 100%;
        max-width: 146px;
    }


    #navmenu {
        padding-top: 22px;
        width: 20%;
    }

    .searchfilter {
        width: 24%;
        text-align: left;
    }

    .searchbar {
        float: left;
        width: 54%;
    }

    .SearchTextbox {
        width: 40%;
    }

    .card6first {
        width: 99%;
        float: left;
        border: 1px solid #F2F2F2;
        min-height: 460px;
        margin-right: 0px;
    }

    .card6last {
        width: 99%;
        float: left;
        border: 1px solid #F2F2F2;
        min-height: 460px;
    }

    .sponsorswrapper {
        width: 99%;
    }

    .sponsorscard6first {
        width: 99%;
        float: left;
        min-height: 330px;
    }

    .sponsorscard6last {
        width: 99%;
        float: left;
        min-height: 330px;
    }

    footer {
        height: 360px;
    }

    .spangrey {
        width: 96% !important;
        max-width: 780px;
        background: inherit;
        margin-left: auto;
        margin-right: 0;
    }

    .activitylinks {
        float: left;
        width: 75%;
        clear: both;
        margin-left: 12.5%;
    }

    .connected {
        width: 99%;
        float: left;
        clear: both;
    }

    .connectlinks {
        width: 75%;
        float: left;
        margin-left: 12.5%;
    }

    .registrationlinks {
        width: 75%;
        float: left;
        margin-left: 12.5%;
    }

    .whitetext {
        text-align: center;
    }

    .homecardhead {
        min-height: 10px;
    }

    .footercards {
        width: 48%;
        float: left;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .techfootercards {
        width: 48%;
        float: left;
        margin-right: 1%;
        margin-bottom: 10px;
    }


    #emailreg {
        text-align: center !important;
    }
}

@media (max-width: 740px) {

.card4first {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.card4 {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.card4last {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 116px;
}

.formcard4 {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.formcard6 {
width: 98%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.formcard12 {
width: 98%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}



.cardhead {
min-height: 0px;
}

}


@media (max-width: 650px) {

.connected {
width: 100%; 
float: left;
clear: both;
}

.card3 {
width: 94%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.biocard6 {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 0px;
}

.card12 {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
min-height: 0px;
}


.card6 {
width: 98%;
float: left;
margin-right: 1%;
border: 1px solid #F2F2F2;
margin-bottom: 10px;
}

.card6first {
min-height: 400px;
}

.card6last {
min-height: 400px;
}


.regcard6 {
width: 97%;
float: left;
margin-bottom: 10px;
}

.regcard6last {
width: 97%;
float: left;
margin-bottom: 10px;
}

.regcard12 {
width: 97%;
float: left;
margin-bottom: 10px;
}


#sidebartext {
text-align: center;
}

.sidebarcard3 {
width: 48%;
float: left;
min-height: 82px;
margin-left: 2%;
} 

.sidebarcard4 {
width: 48%;
float: left;
min-height: 132px;
margin-left: 2%;
} 

.sidebarcard6 {
width: 48%;
float: left;
min-height: 132px;
margin-left: 2%;
} 


h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
}

.SearchTextbox {
    width: 70%;
}


}

    @media (min-width: 280px) and (max-width: 767px) {
        .phonenumber {
            display: none;
        }
    }


@media (max-width: 520px) {
.whitecta {
display: none;
}

.tabletbanner
{
    display:none;
}

.mobilebanner {
margin-top: 116px !important;
display: block;
        width: 100%;
        max-width: 100%;
        float: left;
        height: 100% !important;
        max-height: 500px;
        background-color: #FFF;
        margin-bottom: 8px !important;
        margin-right: auto;
}


.whitectamobile {
    display: inline-block;
    margin: 10px 0px 5px;
    background-color: #FFFFFF;
    padding: 10px 12px 8px;
    color: #00A94E;
    font-family: Arial,sans-serif;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
	border: 1px solid #CCC;
}

.whitectamobile:hover{
   background-color: #006931;
   color: #FFFFFF;
}

.accountmenu {
    margin-top: -20px;
}

.mainnav {
padding-top: 0px;
}

.connectlinks {
width: 96%;
float: left;
margin-left: 3%;
margin-top: 1px;
}

.activitylinks{
float: left;
width: 96%;
margin-left: 3%;
margin-top: 1px;
clear: both;
}

.card6first {
min-height: 370px;
}

.card6last {
min-height: 370px;
}


.registrationlinks {
width: 96%;
float: left;
margin-left: 3%;
margin-top: 1px;
}

.contactcard4 {
width: 90%;
float: left;
margin-left: 8%;
margin-bottom: 10px;
}

}

@media (max-width: 440px) {

#search {
padding-top: 6px;
}

.mobilebanner
{
    margin-top:130px !important;
}

.content{
text-align: center;
margin-bottom: 12px;
clear: both;
}

.cardheader {
    text-align: center;
}



.extra {
text-align: center;
clear: both;
}

footer {
height: 580px;
}

.footercards {
width: 97%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.techfootercards {
display: none;
}

.smtechfootercards {
display: block;
width: 97%;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}

.smtechfootercards > .footerlinks > a {
color: #e5d0e5;
line-height: 14px;
text-decoration: none;
font-weight: normal !important;
}

.smtechfootercards > .footerlinks > a:hover {
color: #ceebd6;
text-decoration: underline;
}

.spangrey {
width: 91% !important;
padding-left: 8%;
}


#emailreg {
text-align: center !important;
}

.whitetext {
text-align: center;
}

.primarycta {
    padding: 12px 24px;
    width: 150px;
    height: 44px;
}

.secondarycta {
    padding: 12px 24px;
    width: 150px;
    height: 44px;
}


.submit {
margin-top: 12px;
width: 90%;
}

.text {
margin-top: 6px;
width: 88%;
}

.socialicons {
width: 100%;
max-width: 40px;
}


}

@media (max-width: 380px) {
#search {
padding-top: 4px;
}

#navmenu {
padding-top: -22px;
}

.sidebarcard3 {
width: 96%;
float: left;
min-height: 80px;
margin-left: 2%;
} 

.sidebarcard4 {
width: 96%;
float: left;
min-height: 80px;
margin-left: 2%;
} 

.sidebarcard6 {
width: 96%;
float: left;
min-height: 80px;
margin-left: 2%;
} 




}


