/*************** Styles ******************/
/****************************************/
body {
  background-color: #dae1eb;
  background-image: url('/20150114134215/images/connected.png');
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #385273;
  font-size: 16px;
  line-height: 1.375rem;
  font-weight: 400;
}
h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ff6c02;
  font-size: 2.25rem;
  line-height: 2.6255rem;
  font-weight: 400;
}
h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #0b3f85;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 500;
}
h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #ff6c02;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}
h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #7a8696;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

h5 {
   	font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}


h6 {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
    padding:5px;
}

th{
    padding:5px;
}

a {
	 border-bottom: 1px dotted #b8b8b8;
    color: #ff6c02;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
}

a:hover {
	 border-bottom-color: #ff6c02;
    color: #0b3f85;
}

hr{
     border-top: 1px dotted #dedede;
     border-bottom: 0px;
}

.tableBorder {
	border: 1px solid ghostwhite;
}

.tableHeader {
	 background-color: #073169;
    color: white;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

.tableHeader a {
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}

.tableHeader a:hover {
	color: #ffffff;
	text-decoration: none;
}

.evenrow {
	font-weight: normal;
}

.oddrow {
	background: #f0f4fa none repeat scroll 0 0;
	font-weight: normal;
}

.oddrow td,
.evenrow td{
    padding: 8px 10px;
}

.formSection {
	 background-color: #073169;
    color: white;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

.formSection a {
	color: #ffffff;
	border: 0px;
	text-decoration: none;

}

.formSection a:hover {
	color: #ffffff;
	text-decoration: none;
}

.fieldLbl {
	padding: 6px 10px;
	text-align: left;
}

.fieldVal {
	padding: 6px 10px;
	text-align: left;
}

.redText {
	color: red;
}

.imgClass {
	padding: 0;
}

.button,
.button_style{
	background-color: #ff6c02;
    border-radius: 30px;
    color: white;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.375rem 1.25rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease 0s;
    border:0px;
    text-decoration: none;
    line-height: inherit;
    height: auto !important;
}

.button:hover,
.button_style:hover {
	background-color: #385273;
    border-color: rgba(7, 49, 105, 0.29);
	text-decoration: none;
}

#messages {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 14px;
}

.message_warning {
	border: 3px solid #ff6c02;
	background-image: none;
	color: #ff6c02;
}

.message_confirm {
	border: 3px solid #0b3f85;
	background-image: none;
	color: #0b3f85;
}

.formFieldSet {
	background-color: transparent;
}


.main-content-column input[type="text"],
.main-content-column input[type="email"],
.main-content-column input[type="tel"],
.main-content-column input[type="password"],
.main-content-column input[type="number"],
.main-content-column select,
.main-content-column textarea{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #555555;
    font-size: 14px !important;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
}

.module-submissionforms .payment-information .product-with-quantity-input{
    width: 35px;
}

.module-submissionforms .billing-information #billing_address_section .state{
    width: 70px;
}

/*************** Print ******************/
/****************************************/
#printFooter{
	display: none;
	visibility: hidden;
}

#printHeader{
	display: none;
	visibility: hidden;

}

/*************** Embed Styles ************/
/****************************************/
 #custom-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	background-color: #fcfcfc;
}
#custom-scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #fcfcfc;
}
#custom-scrollbar::-webkit-scrollbar-thumb
{
	background-color: #c3c3c3;
}
/* Mozilla based browsers */
::-moz-selection {
       background-color: #ff6c02;
       color: #0b3f85;
}
/* Safari browser */
::selection {
       background-color: #ff6c02;
       color: #0b3f85;
}


/*************** Header ************/
/****************************************/
.join-us-link{
   background-image: url("/20150114134215/images/icon_arrow2_right_blk_50.png"); 
}
.header-secondary-link-wrap.selected {
    color: #ff6c02;
}

.form-search-button{
	border:0px;
}

.main-navigation .nav-link-divider:last-child{
	display: none;
}

.nav-dropdown:hover .nav-dropdown-list,
.nav-dropdown.open .nav-dropdown-list{
	display: block !important;
    z-index: 5000;
}

.nav-dropdown-toggle.selected{
    box-shadow: 0 -2px 0 0 #ff6c02 inset;
    color: #ff6c02;
}

.header-content a,
.main-navigation a{
    border:0px;
}

.join-us-link:hover{
    color: white;
}

/*************** Homepage ************/
/****************************************/
.become-a-member-column-title{
    color: #073169;
    display: inline-block;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;

    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.25rem;
    margin-top: 1.5rem;
}

.become-a-member-column-title a{
    border-bottom: 1px dotted #073169;
    color: #073169;
    display: inline-block;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
    margin:0px;
}

.become-a-member-column-title a{
    color: #073169;
}

.become-a-member-column-title a:hover{
    color: #ff6c02;
}

.button.content-box-button:hover{
    color: white;
}

.become-a-member-title{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.125rem;
}

.become-a-member-title a{
    border: 0px;
    margin: 0px;
}

.become-a-member-wrapper h2{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

.content-box-title{
    color: #ff6c02;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
}

.content_box_link{
    background-color: #ff6c02;
    border: 0 none;
    border-radius: 30px;
    color: white;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.375rem 1.25rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease 0s;
}

.content_box_link:hover {
    background-color: #385273;
    color: white;
}

.content_box_title_link{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-bottom: 1px dotted #b8b8b8;
    color: #ff6c02;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
    margin-bottom: 0.5rem;
}

.content_box_image_link{
 border-top: 4px solid #ff6c02;
    float: left;
    transition: opacity 200ms ease 0s;
    width: 47%;
}

.sponsors-column-title a{
    border: 0px;
}
.sponsors-column-title a:hover{
    color: #ff6c02;
}

.home-sponsor-content-wrap{
    min-height: 100px;
}

/*************** Slideshow ************/
/****************************************/
.button.slider-button:hover{
    color: white;
}

.home-slider .slide-left{
     -moz-user-select: none;
    bottom: 0;
    color: white;
    cursor: pointer;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 80px;
     right: auto;
    z-index: 3;
    font-size: 1.75rem;
    max-width: 6%;
    opacity: 0.5;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
}

.home-slider .slide-left div{
    position: absolute;
    bottom: 0;
    height: 1em;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 1em;
    font-family: "webflow-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.home-slider .slide-right{
     -moz-user-select: none;
    bottom: 0;
    color: white;
    cursor: pointer;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 80px;
    left: auto;
    z-index: 3;
    font-size: 1.75rem;
    max-width: 6%;
    opacity: 0.5;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
}

.home-slider .slide-right div{
    position: absolute;
    bottom: 0;
    height: 1em;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    width: 1em;
    font-family: "webflow-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

/*************** Inside Page ************/
/****************************************/
#breadcrumbs{
	color: #cfd9e8;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
}

#breadcrumbs a{
	border-bottom: 1px dotted #b8b8b8;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
    color: #7a8696;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
     margin-right: 0.55rem;
     margin-left: 0.55rem
}

#breadcrumbs a:hover {
    border-bottom-color: #ff6c02;
    color: #0b3f85;
}

#breadcrumbs .breadcrumbCurrent{
	border-bottom: 1px dotted #b8b8b8;
    text-decoration: none;
    transition: color 200ms ease 0s, border-color 200ms ease 0s;
    color: #7a8696;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
     margin-right: 0.55rem;
     margin-left: 0.55rem
}

#breadcrumbs a:first-child{
	margin-left: 0px;
}

.left-nav-column #navcontainer ul{
	list-style: outside none none;
    padding-left: 0;
}

.left-nav-column #navcontainer ul li{
	border-top: 1px dotted #dedede;
}

.left-nav-column #navcontainer ul li a{
	 background-image: url("/20150114134215/images/icon_arrow2_right_blk_25.svg");
    background-position: 0 52%;
    background-repeat: no-repeat;
    background-size: 0.5rem 0.5rem;
    color: #0b3f85;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.625rem 0.875rem;
    text-decoration: none;
    transition: color 300ms ease 0s;
}

.left-nav-column #navcontainer ul li a:hover,
.left-nav-column #navcontainer ul li a#current{
    color: #ff6c02;
}

.left-nav-column #navcontainer ul li a#current{
    font-weight: 700;
}

.left-nav-column #navcontainer ul ul{
	padding-bottom: 0.875rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.left-nav-column #navcontainer ul li li{
	border-top: 1px dotted #dedede;
}

.left-nav-column #navcontainer ul li li a{
	color: #7a8696;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    text-decoration: none;
    transition: color 300ms ease 0s;
    background-image: none;
    padding-left: 0px;
}

.left-nav-column #navcontainer ul li li a#current{
    font-weight: 700;
}
.left-nav-column a{
    border:0px;
}

.column.left-nav-column{
	border-right:0px;
	margin-right: 0px;
}

.main-content-column{
	border-left: 1px dotted #dedede;
	padding-left: 3%;
    min-height: 400px;
}

/*************** Footer ************/
/****************************************/
.footer-list-item .footer-link.selected{
    color:white;
}

.footer-copyright-row .footer-link.selected{
    color: #ff6c02;
}

.footer-wrapper a{
    border:0px;
}

#GRIPFooterLogo{
	line-height: 11px;
	padding-top: 0px !important;
    margin-left:3px;
}

#GRIPFooterLogoText{
    color: white !important;
}

.footer-form-button{
	border:0px;
	padding-top: 0px;
	text-transform: uppercase;
}

.footer-form-link:hover{
    color: white;
}

/*************** Sponsors Module ************/
/****************************************/
.partners_cb_container .partners_cb_title{
    display: none;
}

.partners_cb_container .partners_cb_entry{
     border-top: 1px dotted #dbdbdb;
    color: #c9c9c9;
    display: block;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: center;
    text-decoration: none;
    transition: opacity 200ms ease 0s;
}

.partners_cb_container .slideshowContainer .partners_cb_entry{
    padding-bottom: 0;
    padding-top: 0;
}

.partners_cb_container .partners_cb_entry:first-child{
    border-top: none;
}

.partners_cb_container .partners_cb_entry a{
    border: 0px;
}

.partners_cb_container .partners_cb_image{
    float: none;
}

.module-partners h2{
    margin: 0px 0px 10px 0px;
}

.module-partners h3{
    margin: 2px 0px 7px 0px;
}

.module-partners .partners_detail_items .siteviz_icon_container .siteviz_icon_image{
    display: none;
}

.module-partners .partners_detail_items .siteviz_icon_container{
    padding-left:0px;
}

.search-container div{
    text-align: left !important;
}

/*************** Events Calendar ************/
/****************************************/
.module-events.view-calendar table{
    border-spacing: 1px;
    border-collapse: separate;
}