/* CSS Document */

/* Default padding in webcontent areas */
div.webcontent {padding: 20px 0px 50px 0px;}

/* Headers */
div.webcontent h1 {font-size: 72px; color: #03adef; font-weight: 700; margin-bottom: 10px;}
div.webcontent h2 {font-size: 36px; color: #000000; font-weight: 600; margin-bottom: 10px;}
div.webcontent h3 {font-size: 48px; font-weight: 600; margin-bottom: 0px; color: #000000;}
div.webcontent h4 {font-size: 18px; font-weight: 300; margin-bottom: 10px; color: #666666; text-transform: uppercase;}
div.webcontent h5 {font-size: 16px; font-weight: 300; margin-top: -10px; margin-bottom: 10px; color: #666666;}

/* Paragraphs */
div.webcontent p {font-size: 24px; line-height: 1.25; font-weight: 400; margin-bottom: 30px; margin-top: 10px;}


/* Borders Between Entries */
div.content {border-bottom: 1px solid #cccccc; padding-bottom: 60px;}

/* SUP for Trade Marks */
sup {font-size: 50%;}

/* Limited Special Classes */
div.intro-text {padding-top: 60px;}
div.intro-text div.content p {margin-top: 30px;}
div#go-for-more h2 {margin-top: 20px; margin-bottom: -10px;}
div#go-for-more ul {margin-bottom: 30px;}
div#go-for-more span {color: #ffffff; font-weight: 300;}

/* Alternate Background */
div.webcontent.alt-bkgd {background: #efefef; margin-top: -50px; padding-bottom: 0px !important;}

/* Sections */
div.webcontent.section {background: #142335; margin-top: -50px; padding-top: 40px !important; padding-bottom: 0px !important; margin-bottom: 30px;}
div.webcontent.section div.content {padding-bottom: 30px !important;}
div.webcontent.section h2 {color: #03adef; font-weight: 700;}
div.webcontent.section p {color: #ffffff; margin-top: 10px !important;}