/*
Company:	
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/


/* @group HTML, Body */

html {
    background-color: #fff;
    min-width: 980px;
}

body {
    padding: 95px 0 0 0;
    min-width: 980px;
    background-color: #c6c6c6;
    color: #313131;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}


/* @end */


/* @group Layout */


/* Head */

div#hd {
    background-color: #20285c;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    -webkit-transform-style: preserve-3d;
    z-index: 1000;
}

div#hd-inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 95px;
}


/* Header Top */

div.hd-top {
    float: left;
}


/* Header Logo */

div.hd-logo {
    float: left;
    padding: 8px 0 0 0;
}

div.hd-logo img {
    width: 190px;
    height: 77px;
}


/* Header Content */

div.hd-content {
    margin: 0 0 0 200px;
    padding: 10px 0 0 0;
    position: relative;
    height: 85px;
}


/* Header Interactive */

div.hd-interactive {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Header Social */

div.hd-social {
    float: right;
    padding: 11px 0 0 0;
}

div.hd-twitter {
    float: right;
}

div.hd-facebook {
    float: right;
    margin: 0 0 0 15px;
}


/* Header Email */

div.hd-email {
    position: absolute;
    top: 95px;
    right: 0;
    background-color: rgba(32, 40, 92, .7);
    height: 42px;
    padding: 10px 10px 0 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

html.lt-ie9 div.hd-email {
    background: transparent url(../images/bg-hd-email.png);
}

div.hd-email input.hd-email-field {
    width: 200px;
    color: #363636;
    padding: 0 15px 0 15px;
    height: 32px;
    border: none;
    border-radius: 3px;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.hd-email::-webkit-input-placeholder {
    color: #363636;
    opacity: 1
}

div.hd-email:-moz-placeholder {
    color: #363636;
    opacity: 1;
}

div.hd-email::-moz-placeholder {
    color: #363636;
    opacity: 1
}

div.hd-email:-ms-input--placeholder {
    color: #363636;
    opacity: 1
}

html.lt-ie9 div.hd-email input.hd-email-field {
    line-height: 32px;
}

html.lt-ie8 div.hd-email input.hd-email-field {
    width: 170px;
}


/* Header Donate */

div.hd-donate {
    float: right;
    margin: 0 0 0 23px;
    background: transparent url(../images/bg-donate-hover.png) -9999px 0 no-repeat;
}

div.hd-donate a:link,
div.hd-donate a:visited {
    display: block;
    background: #c23030 url(../images/bg-donate.png) bottom center no-repeat;
    width: 174px;
    color: #FFF;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

div.hd-donate a:hover {
    background: #ad2b2c url(../images/bg-donate-hover.png) bottom center no-repeat;
}


/* Body */


/* Home Section */

div.section-home {
    color: #FFF;
    background: #000002 url(../images/bg-home2.jpg) no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 90px;
}

/*
div.section-home div.section-inner {
    background: url(../images/lindsey-graham-photo2.png) top center no-repeat;
    background-attachment: fixed;
}
*/

body.body-no-parallax div.section-home,
body.body-no-parallax div.section-home div.section-inner {
    background-attachment: scroll;
}

div.section-home div.section-inner-most {
    width: 440px;
    margin: 0 auto;
    padding: 20px 540px 0 0;
    height: 920px;
    position: relative;
}

div.home-text-description {
    padding: 0 56px 0 0;
}

div.section-home h2 {
    font-size: 44px;
    line-height: 36px;
    margin: 0 -25px 25px 0;
}

div.section-home p {
    font-size: 16px;
    line-height: 1.1em;
}

div.section-home p.learn-more-about-lindsey {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
}

p.learn-more-about-lindsey a:link,
p.learn-more-about-lindsey a:visited {
    display: block;
    background-color: #cfc6be;
    text-decoration: none;
    color: #403427;
    font-weight: bold;
    padding: 13px 32px;
    vertical-align: middle;
}

p.learn-more-about-lindsey a:hover {
    background-color: #c1b6ac;
}

p.learn-more-about-lindsey a:link span,
p.learn-more-about-lindsey a:visited span {
    display: inline-block;
    width: 17px;
    height: 9px;
    vertical-align: middle;
    margin: 0 0 0 2px;
    background: url(../images/bg-know-more-arrow.png) top left no-repeat;
}


/* Home Form */

div.home-form {
    padding: 0 0 0 0;
}

div.home-form div.input-row {
    padding: 0 0 10px 0;
}

div.home-form div.input-row-last {
    padding: 0;
}

div.home-form input[type="email"],
div.home-form input[type="text"],
div.home-form input[type="number"] {
    width: 379px;
    color: #363636;
    padding: 0 15px;
    height: 32px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.home-form::-webkit-input-placeholder {
    color: #363636;
    opacity: 1
}

div.home-form:-moz-placeholder {
    color: #363636;
    opacity: 1;
}

div.home-form::-moz-placeholder {
    color: #363636;
    opacity: 1
}

div.home-form:-ms-input--placeholder {
    color: #363636;
    opacity: 1
}

html.lt-ie9 div.home-form input[type="email"],
html.lt-ie9 div.home-form input[type="text"],
html.lt-ie9 div.home-form input[type="number"] {
    line-height: 32px;
}

html.lt-ie8 div.home-form input[type="email"],
html.lt-ie8 div.home-form input[type="text"],
html.lt-ie8 div.home-form input[type="number"] {
    width: 349px;
}

div.home-form input.zip-field {
    width: 80px;
    float: left;
    margin: 0 5px 0 0;
}

html.lt-ie8 div.home-form input.zip-field {
    width: 50px;
}

div.home-form input[type="submit"],
div.hd-email input[type="submit"] {
    background-image: none;
    background-color: #c23030;
    text-shadow: none;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    float: left;
    width: 93px;
    padding: 0;
    height: 32px;
    border: none;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.home-form input[type="submit"]:hover,
div.hd-email input[type="submit"]:hover {
    background-color: #b22929;
}

div.home-form span.or {
    font-weight: bold;
    position: relative;
    top: 7px;
    width: 22px;
    display: block;
    float: left;
    text-align: center;
}

#register-vote-hp {
    background-image: url(../images/register-vote-hp.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 138px;
    width: 305px;
    border: none;
    margin: 30px 0 0 0;
}

#nov4-vote-hp {
    background-image: url(../images/register-vote-hp-nov4.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 138px;
    width: 305px;
    border: none;
    margin: 30px 0 0 0;
}

#condi-rice-hp {
    background-image: url(http://www.lindseygraham.com/images/hp-rice.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 111px;
    width: 332px;
    border: none;
    margin: 45px 0 0 0;
}

/* Home Invite */
div.home-invite {
    border: solid 2px white;
    background-color: #4394da;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif;
}

div.home-invite .header {
    text-align: center;
    background-color: #202959;
    padding: 10px 5px;
}

div.home-invite .header img {
    width: 70%;
}

div.home-invite .body {
    padding: 10px;
}

div.home-invite .name {
    color: #202959;
    display: block;
    font-size: 1.7em;
    font-weight: bold;
}

div.home-invite .date {
    font-style: italic;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
}

div.home-invite .time-location {
    font-style: italic;
}

div.home-invite span {
    display: block;
}

div.home-invite img.person-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
}

div.home-invite img.person-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
}

div.home-invite .btn {
    padding: 8px 20px;
    border-width: 1px;
    border-style: solid;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 5px 0;
}

div.home-invite .btn-blue {
    border-color: white;
    color: white;
    background-color: #202959;
}

/* Home Invite-Popover */
div.invite-popover {
    border-width: 0;
    padding: 0;
    margin:0;
    font-size: 1.2em;
}

div.invite-popover .body {
    border: solid 20px white;
    background-color: #20285c;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.4;
    font-family: "Times New Roman", Times, serif;
    padding: 20px;

}

div.invite-popover .header img {
    width: 50%;
}

div.invite-popover .intro {
    text-transform: uppercase;
    font-size: 1.5px;
    font-weight: bold;
}

div.invite-popover .title {
    font-weight: bold;
    font-size: 56px;
    line-height: 1.05;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    color: white;
}

div.invite-popover .title2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1.05;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}


div.invite-popover .name {
    color: #6f1113;
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}

div.invite-popover .date {
    text-transform: uppercase;
    margin: 15px 0;
}

div.invite-popover .time-location {
    text-transform: uppercase;
}

div.invite-popover span {
    display: block;
}

div.invite-popover .btn {
    border-width: 1px;
    height: 40px;
    border-style: solid;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}

div.invite-popover .btn-blue {
    border-color: white;
    color: white;
    background-color: #006db2;
}

div.invite-popover .btn-red {
    border-color: white;
    color: white;
    background-color: #c41f3e;
}

div.invite-popover .row-1-col-1 {
    width: 49%;
    float: left;
}

div.invite-popover .row-1-col-2 {
    width: 49%;
    float: right;
}

div.invite-popover .row-3-col-1 {
    width: 39%;
    float: left;
}

div.invite-popover .row-3-col-2 {
    width: 59%;
    float: right;
}

div.invite-popover input[type=text] {
    height: 40px;
    font-size: 0.8em;
    padding-left: 10px;
}

div.invite-popover input {
    width: 100%;
    margin-bottom: 5px;
}

/* Issues Section */

div.section-issues {
    background: #458eb9 url(../images/bg-issues-desktop.jpg) top center no-repeat;
    background-size: cover;
    color: #FFF;
}

div.section-issues div.section-inner {
    width: 980px;
    margin: 0 auto;
    padding: 125px 0 135px 0;
}

div.section-issues a:link,
div.section-issues a:visited {
    color: #FFF;
}

div.section-issues h2 {
    font-size: 64.27px;
    display: inline-block;
    line-height: 1em;
    padding: 5px 45px 5px 10px;
    background-color: #015c90;
}

html.lt-ie8 div.section-issues h2 {
    zoom: 1;
    *display: inline;
}

div.issues-columns {
    width: 810px;
    margin: 0 auto;
}

div.section-issues div.one-half {
    width: 46%;
    float: left;
    margin: 0 8% 0 0;
}

div.section-issues div.one-half-last {
    margin: 0;
}

html.lt-ie8 div.section-issues div.one-half-last {
    width: 45.97%;
}

div.issue-item {
    padding: 0 0 10px 0;
}

div.issue-item h3 {
    font-size: 24px;
}

div.issue-item p {
    font-size: 16px;
    line-height: 1.5em;
}

div.issue-item span.read-more {
    font-weight: bold;
}


/* About Section */

div.section-about {
    background: #fdf6e3 url(../images/bg-about.jpg) top center no-repeat;
    color: #484848;
    background-attachment: fixed;
}

div.section-about div.section-inner {
    background: url(../images/lindsey-graham-about.png) top center no-repeat;
    background-attachment: fixed;
}

body.body-no-parallax div.section-about,
body.body-no-parallax div.section-about div.section-inner {
    background-attachment: scroll;
}

div.section-about div.section-inner-most {
    width: 400px;
    margin: 0 auto;
    min-height: 1113px;
    padding: 70px 0 1px 580px;
    text-align: right;
}

div.section-about h2 {
    color: #e1292c;
    font-size: 44px;
    line-height: 36px;
    margin-left: -150px;
}

div.section-about p {
    font-size: 16px;
    line-height: 1.3em;
}

div.section-about strong {
    font-size: 84px;
    display: block;
    line-height: 67px
}


/* Videos Section */

div.section-videos {
    background: #fdf6e3 url(../images/bg-videos.jpg) top center no-repeat;
    color: #484848;
    background-attachment: fixed;
}

div.section-videos div.section-inner {
    background: url(../images/lindsey-graham-videos.png) top center no-repeat;
    background-attachment: fixed;
}

body.body-no-parallax div.section-videos,
body.body-no-parallax div.section-videos div.section-inner {
    background-attachment: scroll;
}

div.section-videos div.section-inner-most {
    margin: 0 auto;
    min-height: 1113px;
    padding: 70px 0 1px 0px;
}

div.section-videos h2 {
    color: #e1292c;
    font-size: 44px;
    line-height: 36px;
    margin-left: -150px;
}

div.section-videos p {
    font-size: 16px;
    line-height: 1.3em;
}

div.section-videos strong {
    font-size: 15px;
    display: block;
}

#video-container {
    width: 940px;
    padding: 0 20px;
    margin: 30px auto 0;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#video-top {
    width: 940px;
    margin: 0 auto 50px;
}

#video-topleft {
    float: left;
    width: 380px;
}

#video-topright {
    float: right;
    width: 560px;
}

.video-top-title-sm {
    font-size: 36px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: bold;
}

.video-top-title-large {
    font-size: 60px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#video-topvideo {
    width: 560px;
    height: 315px;
    border: 3px solid #fff;
    background-color: #000;
    margin: 15px auto 15px
}

#video-topvideotitle {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#video-bottom {
    width: 940px;
    margin: auto;
    font-size: 12px;
    padding-bottom: 30px;
    color: white;
}

#video-bottom-title {
    width: 940px;
    margin: 0 auto 20px;
}

.video-bottom-title-sm {
    font-size: 26px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
}

.video-bottom-title-large {
    font-size: 44px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#video-btmleft {
    float: left;
    width: 300px;
    background: rgb(97, 88, 71);
    /* The Fallback */
    background: rgba(97, 88, 71, 0.7);
}

#video-btm-text {
    width: 280px;
    padding: 5px 10px 10px;
    font-size: 14px;
    min-height: 190px;
}

#video-btmmid {
    float: left;
    width: 300px;
    margin: 0 20px;
    background: rgb(97, 88, 71);
    /* The Fallback */
    background: rgba(97, 88, 71, 0.7);
}

#video-btmright {
    float: left;
    width: 300px;
    background: rgb(97, 88, 71);
    /* The Fallback */
    background: rgba(97, 88, 71, 0.7);
}

div#videos div.secondary-video {
    width: 300px;
    height: 169px;
    border: 3px solid #fff;
    box-sizing: border-box;
    padding: 3px;
}


/* Voter Info Section */

div.section-voterinfo {
    background: #68593A url(../images/voterinfo-bg.jpg) top center no-repeat;
    color: #484848;
    background-attachment: fixed;
    min-height: 750px;
}

div.section-voterinfo div.section-inner {
    padding-top: 50px;
}

#voterinfo-content {
    margin: auto;
    width: 980px;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#voterinfo-contentleft {
    float: left;
    width: 460px;
}

#voterinfo-contentright {
    float: right;
    width: 520px;
}

#voterinfo-title {
    margin-bottom: 30px;
}

.voterinfo-top-title-sm {
    color: #FFFFFF;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-right: 5px;
    text-transform: uppercase;
}

.voterinfo-top-title-large {
    color: #FFFFFF;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

#voterinfo-section {
    width: 480px;
    padding-right: 40px;
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 17px;
}

#voterinfo-sectiontitle {
    width: 392px;
    margin-bottom: 10px;
}

#voterinfo-tab {
    float: left;
    width: 277px;
    margin-right: 10px;
}

#voterinfo-learnmore {
    float: right;
    width: 105px;
    padding-top: 18px;
}

a:link.voterinfolink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

a:active.voterinfolink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

a:visited.voterinfolink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

a:hover.voterinfolink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}


/* News Section */

div.section-news {
    background-color: #20285c;
    color: #FFF;
}

div.section-news h2 {
    font-size: 44px;
    line-height: 36px;
    line-height: 1em;
    margin: 0 0 32px 0;
}

div.section-news h2 strong {
    color: #eee0a1;
    font-size: 84px;
    line-height: 67px;
    display: block;
}

div.section-news a:link,
div.section-news a:visited {
    color: #FFF;
}

div.news-item {
    padding: 0 0 10px 15px;
}

div.news-scroll {
    height: 450px;
    position: relative;
    left: 4px;
    overflow: hidden;
    box-shadow: none;
    outline: none;
}

div.news-text {
    width: 51.5%;
    float: left;
}

div.news-text-inner {
    width: 490px;
    float: right;
    margin: 0 3.5% 0 0;
    padding: 60px 0 30px 0;
}

div.news-text h4 {
    font-weight: normal;
    font-size: 18px;
}

div.news-text h4 a:link,
div.news-text h4 a:visited {
    font-weight: bold;
}

div.news-text h4 span.news-date {
    font-style: italic;
}

div.news-text p {
    font-size: 16px;
    line-height: 1.5em;
}

div.news-text span.read-more a:link,
div.news-text span.read-more a:visited {
    color: #eee0a1;
    font-weight: bold;
}

div.news-image {
    width: 45%;
    float: right;
    background: url(../images/news-desktop.jpg) top center no-repeat;
    background-size: cover;
}

div.news-image img {
    width: 100%;
    height: auto;
}

div.news_title {
    position: relative;
}

a.news_readmore {
    position: absolute;
    right: 0px;
    bottom: 30px;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


/* Inline Interactive */

div.inline-interactive ul {
    margin: 0;
    padding: 0 0 4px 0;
    position: relative;
    top: -6px;
}

div.inline-interactive ul:before,
div.inline-interactive ul:after {
    content: "";
    display: table;
}

div.inline-interactive ul:after {
    clear: both;
}

div.inline-interactive ul {
    *zoom: 1;
}

div.inline-interactive ul li {
    list-style: none;
    float: left;
    padding: 0 8px 0 0;
}

div.inline-interactive ul li img {
    height: 19px;
    width: auto;
}


/* Get Involved */


/* Get Involved Form */

div.section-get-involved {
    background: #534a42 url(../images/bg-get-involved.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

div.section-get-involved div.section-inner {
    padding: 484px 0 54px 0;
    width: 675px;
    margin: 0 auto;
}

div.get-involved-heading {
    text-align: center;
}

div.get-involved-form {
    background-color: #b42526;
    color: #FFF;
    padding: 20px 23px 30px 23px;
    position: relative;
}

div.get-involved-form h2 {
    color: #f7e07b;
    font-size: 48px;
    line-height: 1em;
    margin: 0 0 10px 0;
}

div.get-involved-heading p {
    font-size: 16px;
    margin: 0 0 23px 0;
}

div.get-involved-form input[type="text"],
div.get-involved-form input[type="tel"],
div.get-involved-form input[type="email"],
div.get-involved-form input[type="number"] {
    width: 307px;
    border: none;
    border-radius: 3px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 16px;
    color: #363636;
    height: 32px;
    font-size: 14px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.get-involved-form::-webkit-input-placeholder {
    color: #363636;
    opacity: 1
}

div.get-involved-form:-moz-placeholder {
    color: #363636;
    opacity: 1;
}

div.get-involved-form::-moz-placeholder {
    color: #363636;
    opacity: 1
}

div.get-involved-form:-ms-input--placeholder {
    color: #363636;
    opacity: 1
}

html.lt-ie9 div.get-involved-form input[type="text"],
html.lt-ie9 div.get-involved-form input[type="tel"],
html.lt-ie9 div.get-involved-form input[type="email"],
html.lt-ie9 div.get-involved-form input[type="number"] {
    line-height: 32px;
}

html.lt-ie8 div.get-involved-form input[type="text"],
html.lt-ie8 div.get-involved-form input[type="tel"],
html.lt-ie8 div.get-involved-form input[type="email"],
html.lt-ie8 div.get-involved-form input[type="number"] {
    width: 291px;
}

div.get-involved-form input.zip-field,
div.get-involved-form input.state-field {
    width: 95px;
}

html.lt-ie8 div.get-involved-form input.zip-field,
html.lt-ie8 div.get-involved-form input.state-field {
    width: 79px;
}

div.get-involved-form input[type="submit"] {
    background-image: none;
    background-color: #f7e07b;
    color: #0f0f0f;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    width: 174px;
    padding: 0;
    height: 32px;
    font-size: 20px;
    float: left;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.get-involved-form input[type="submit"]:hover {
    background-color: #e0c036;
}

div.get-involved-form span.or {
    font-weight: bold;
    position: relative;
    top: 7px;
    width: 47px;
    display: block;
    float: left;
    text-align: center;
}

span.login-with-fb {
    display: block;
    float: left;
    width: 193px;
    height: 33px;
    text-indent: -9999px;
    background: url(../images/bg-login-with-facebook.png) top left no-repeat;
    cursor: pointer;
}

span.login-with-fb-narrow {
    display: block;
    float: left;
    width: 179px;
    height: 33px;
    text-indent: -9999px;
    background: url(../images/bg-login-with-facebook-narrow.png) top left no-repeat;
    cursor: pointer;
}

div.get-involved-form div.input-row {
    padding: 0 0 13px 0;
    margin: 0 -10px 0 0;
}


/* Page Banner */

div.page-banner {
    position: relative;
    color: #FFF;
    background: #000 url(../images/bg-page-banner.jpg) top center no-repeat;
    height: 179px;
}

div.page-banner-text {
    width: 672px;
    margin: 0 auto;
    padding: 0 0 0 308px;
}

div.page-banner-text h2 {
    padding: 30px 0 0 0;
    width: 570px;
    font-size: 44px;
    line-height: 36px;
    margin: 0;
}


/* Page Container */

div.page-container {
    background-color: #FFF;
    width: 870px;
    margin: 0 auto;
    padding: 55px;
}


/* Footer */

div#ft {
    background: #20285c url(../images/bg-ft.gif) top left repeat-x;
    color: #FFF;
}

div#ft-inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0 27px 0;
}

body.home div#ft-inner {
    padding-bottom: 0;
}

div#ft a:link,
div#ft a:visited {
    color: #FFF;
}


/* Footer About */

div.ft-about {
    width: 50%;
    float: left;
}

div.ft-about h2 {
    text-transform: uppercase;
    font-size: 24px;
}

div.ft-about p {
    font-size: 16px;
    line-height: 1.5em;
}


/* Footer Side */

div.ft-side {
    width: 50%;
    float: right;
}


/* Footer Nav */

div.ft-nav {
    float: right;
    padding: 5px 0 0 0;
}

div.ft-nav ul {
    margin: 0;
    padding: 0 0 18px 0;
}

div.ft-nav ul:before,
div.ft-nav ul:after {
    content: "";
    display: table;
}

div.ft-nav ul:after {
    clear: both;
}

div.ft-nav ul {
    *zoom: 1;
}

div.ft-nav ul li {
    float: left;
    list-style: none;
    padding: 0 11px 0 0;
    margin: 0 9px 0 0;
    background: url(../images/bg-ft-nav.png) center right no-repeat;
    font-size: 18px;
}

div.ft-nav ul li.last {
    padding: 0;
    margin: 0;
    background: none;
}

div#ft div.ft-nav ul li a:link,
div#ft div.ft-nav ul li a:visited {
    text-decoration: none;
}

div#ft div.ft-nav ul li a:hover {
    color: #c6203e;
}


/* Footer Email */

div.ft-email {
    clear: both;
    float: right;
    padding: 0 0 18px 0;
}

html.lt-ie8 div.ft-email {
    width: 410px;
}

html.lt-ie8 div.ft-email form div {
    float: right;
}

div.ft-email input[type="email"],
div.ft-email input[type="text"] {
    height: 32px;
    border: none;
    border-radius: 3px;
    color: #363636;
    width: 206px;
    padding: 0 10px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.ft-email::-webkit-input-placeholder {
    color: #363636;
    opacity: 1
}

div.ft-email:-moz-placeholder {
    color: #363636;
    opacity: 1;
}

div.ft-email::-moz-placeholder {
    color: #363636;
    opacity: 1
}

div.ft-email:-ms-input--placeholder {
    color: #363636;
    opacity: 1
}

html.lt-ie9 div.ft-email input[type="email"],
html.lt-ie9 div.ft-email input[type="text"] {
    line-height: 32px;
}

html.lt-ie8 div.ft-email input[type="email"],
html.lt-ie8 div.ft-email input[type="text"] {
    width: 186px;
}

div.ft-email input[type="submit"] {
    background-image: none;
    background-color: #c23030;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    color: #FFF;
    padding: 0;
    height: 32px;
    width: 174px;
    font-size: 16px;
    text-align: center;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

div.ft-email input[type="submit"]:hover {
    background-color: #b22929;
}


/* Footer Side Bottom */

div.ft-side-bottom {
    clear: both;
}


/* Footer Social */

div.ft-social {
    float: right;
}

div.ft-social ul {
    margin: 0;
    padding: 0;
}

div.ft-social ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}

div.ft-social ul li.last {
    padding: 0;
}

div.paid-for-by {
    float: right;
    text-align: center;
    margin: 0 0 0 20px;
    padding: 12px 0 0 0;
}

div.paid-for-by p {
    font-size: 11px;
    border: 1px solid #FFF;
    padding: 3px;
}

div.paid-for-by span {
    font-size: 14px;
}


/* Footer Top */

div.ft-top {
    padding: 0 0 65px 0;
}


/* Footer Back To Top */

div.ft-back-to-top {
    display: none;
    text-align: center;
    padding: 30px 0 0 0;
    background: url(../images/bg-ft-bottom.png) bottom center no-repeat;
}

body.home div.ft-back-to-top {
    display: block;
}

div#ft div.ft-back-to-top a:link,
div#ft div.ft-back-to-top a:visited {
    background-color: #cfc6be;
    color: #1b224f;
    display: inline-block;
    font-weight: bold;
    padding: 13px 37px;
    text-decoration: none;
    font-size: 18px;
}

div#ft div.ft-back-to-top a:hover {
    background-color: #b8aca1;
}

div#ft div.ft-back-to-top a:link span,
div#ft div.ft-back-to-top a:visited span {
    display: inline-block;
    width: 17px;
    height: 9px;
    vertical-align: middle;
    margin: 0 0 0 4px;
    position: relative;
    top: -1px;
    background: url(../images/bg-back-top-arrow.png) top left no-repeat;
}


/* Footer Logo */

div.ft-logo {
    text-align: center;
}


/* @end */


/* @group Common Text Styles */

.hide-desktop {
    display: none;
}

.mobile-overlay {
    display: none !important;
}

.horizontal-center {
    text-align: center;
}

div.page-container p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 1.35em 0;
}

.entry-meta {
    color: #666;
    font-size: 11px;
}

.entry-meta a:link,
.entry-meta a:visited {
    color: #666;
}


/* H-entry */

body.archive .hentry,
body.search .hentry {
    border-bottom: 2px solid #ECECEC;
    padding: 0 0 24px 0;
}


/* @end */


/* @group Default Headings */

div.page-container h1,
div.page-container h2,
div.page-container h3,
div.page-container h4,
div.page-container h5,
div.page-container h6 {
    color: #212a6a;
}

div.page-container h1 {
    font-size: 50px;
    text-transform: uppercase;
}

div.page-container h2 {
    font-size: 40px
}

div.page-container h3,
body.archive h1.entry-title,
body.search h1.entry-title {
    font-size: 31px
}

div.page-container h4 {
    font-size: 27px
}

div.page-container h5 {
    font-size: 22px
}

div.page-container h6 {
    font-size: 16px
}

#singleposttitle {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212a6a;
}

#singlepostdate {
    font-size: 16px;
}

#singlepost-forimmediaterelease {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
}

#singlepostdetails {
    margin-bottom: 35px;
    font-size: 16px;
}

a:link.singlepost-externallink {
    font-size: 16px;
    text-decoration: underline;
}

a:active.singlepost-externallink {
    font-size: 16px;
    text-decoration: underline;
}

a:visited.singlepost-externallink {
    font-size: 16px;
    text-decoration: underline;
}

a:hover.singlepost-externallink {
    font-size: 16px;
    text-decoration: none;
}


/* @end */


/* @group Default Lists */


/* Make default ul and ol styles to match p styles */

div.page-container ul,
div.page-container ol {
    margin-bottom: 1.35em;
}

div.page-container ul li,
div.page-container ol li {
    font-size: 16px;
    line-height: 1.5em;
}


/* @end */


/* @group Nav */

div.nav {
    float: right;
}

div.nav ul {
    margin: 0;
    padding: 0;
}

div.nav ul:before,
div.nav ul:after {
    content: "";
    display: table;
}

div.nav ul:after {
    clear: both;
}

div.nav ul {
    *zoom: 1;
}

div.nav ul li {
    float: left;
    list-style: none;
    font-size: 18px;
    padding: 0 0 0 20px;
}

div.nav ul li a:link,
div.nav ul li a:visited {
    color: #FFF;
    text-decoration: none;
}

div.nav ul li a:hover,
html.touch div.nav ul li a:active {
    color: #c6203e;
}

html.touch div.nav ul li a:hover {
    color: none;
}


/* @end */


/* @group Forms */


/* @end */


/* @group Default Links - link visited hover active */

a:link,
a:visited {
    color: #20285c;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}


/* @end */


/* @group Media Queries */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}


/* @end */


/* @group Non-Semantic Helper Classes */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}


/* @end */


/* @group Print Styles */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* @end */

input.error,
textarea.error {
    border: 1px solid red;
    background-color: lightpink;
}

label.error {
    width: 0px !important;
    display: none !important;
}


/* Signup Page Styles */

.signup_content_left {
    float: left;
    width: 500px;
    padding-right: 30px;
    margin-right: 20px;
    border-right: 1px solid #8D8A8A;
}

.signup_content_right {
    float: right;
    width: 310px;
}

#signuppage-email {
    padding: 10px;
    background-color: #cdcdcd;
    margin-bottom: 10px;
}

#signuppage-emailleft {
    width: 44px;
    height: 24px;
    float: left;
    background-image: url(/wp-content/themes/graham/images/signuppage-emailicon.gif);
    background-position: top center;
    background-repeat: no-repeat;
    padding-right: 15px;
    margin-top: 4px;
}

#signuppage-emailcenter {
    width: 783px;
    float: left;
    margin-top: 1px;
}
/*
#signuppage-emailright {
    width: 193px;
    float: left;
    padding-left: 8px;
}
*/

input.signup-email {
    width: 100%;
    padding: 5px;
    height: 30px;
    display: block;
    border: none;
    color: #222222;
}

input.signup-vol1 {
    width: 100%;
    padding: 5px;
    height: 30px;
    display: block;
    border: solid #999 thin;
    color: #222222;
}

select.signup-vol1 {
    width: 100%;
    padding: 5px;
    height: 30px;
    display: block;
    border: solid #999 thin;
    color: #222222;
}

input.signup-vol1short {
    width: 100%;
    padding: 5px;
    height: 30px;
    display: block;
    border: solid #999 thin;
    color: #222222;
}

select.signup-vol1short {
    width: 100%;
    padding: 5px;
    height: 30px;
    display: block;
    border: solid #999 thin;
    color: #222222;
}

#signuppage-formrow {
    margin-bottom: 10px;
}

#signupform-left {
    float: left;
    width: 49%;
}

#signupform-right {
    float: right;
    width: 49%;
}

#signupform-rightshort {}

#signupform-rightshort-left {
    width: 49%;
    float: left;
}

#signupform-rightshort-right {
    width: 49%;
    float: right;
}

#signup_form ul.signup_options {
    margin: 0px;
    padding: 0px;
}

#signup_form ul.signup_options> li {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 3px;
    font-size: 14px;
}

#signup_form ul.signup_options> li> input[type=checkbox] {
    vertical-align: top;
    margin-top: 6px;
}

#signup_form ul.signup_options> li> label {
    margin-left: 5px;
    display: inline-block;
    width: 90%
}

#signup_form .signup_option_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}


/* END */


/* ISSUES */

.page-template-page-issues-php div.page-container {
    background-color: #61AAD5;
}

#issuescontainer {
    width: 810px;
    margin: 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}

#issuesvideo {
    width: 420px;
    height: 215px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
}

#issuetitle {
    background-color: #015C90;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    width: 195px;
    line-height: 1em;
    padding: 11px 28px 13px 27px;
    text-align: center;
}

#issuecolumns {
    width: 810px;
    margin: 30px auto 0;
}

#issuecolumnleft {
    width: 250px;
    float: left;
    line-height: 1.4em;
}

#issuecolumnmid {
    width: 250px;
    float: left;
    margin: 0 30px;
    line-height: 1.4em;
}

#issuecolumnright {
    width: 250px;
    float: left;
    line-height: 1.4em;
}

.columnreadmore {
    text-align: center;
    font-weight: bold;
    margin: 20px auto 5px;
}

.columnmorebtns {
    width: 250px;
    margin: auto;
    color: #015c90;
    font-size: 12px;
}

.columnmorebtnsleft {
    background-color: #eee0a1;
    margin-right: 2px;
    float: left;
    width: 119px;
    padding: 5px 2px;
    text-align: center;
    border-radius: 5px;
}

.columnmorebtnsright {
    background-color: #eee0a1;
    margin-left: 2px;
    float: right;
    width: 119px;
    padding: 5px 2px;
    text-align: center;
    border-radius: 5px;
}

div#moreboxes {
    /*position: relative;
    height: 200px;*/
}

.morebox {
    width: 810px;
    margin: 3px auto 0;
    /*position: absolute;*/
    top: 0px;
}

div#morebox-1> div.moreboxarrow {
    padding-left: 40px;
}

div#morebox-2> div.moreboxarrow {
    padding-left: 167px;
}

div#morebox-3> div.moreboxarrow {
    padding-left: 324px;
}

div#morebox-4> div.moreboxarrow {
    padding-left: 449px;
}

div#morebox-5> div.moreboxarrow {
    padding-left: 604px;
}

div#morebox-6> div.moreboxarrow {
    padding-left: 729px;
}

.moreboxcontent {
    width: 770px;
    padding: 10px 20px 0;
    background-color: #FFF;
}

.moreboxtext {
    width: 770px;
    color: #015c90;
    font-size: 12px;
    padding-bottom: 15px;
}

.moreboxtitle {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 3px;
}

.moreboxbtn {
    background-color: #eee0a1;
    margin: auto;
    width: 210px;
    padding: 7px 2px;
    text-align: center;
    color: #015c90;
    font-weight: bold;
}


/* END */


/* SUPPORT */


/* END */

input.btn {
    background-image: none;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 0;
    height: 32px;
    width: 174px;
    font-size: 16px;
    text-align: center;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

input.btn-red {
    background-color: #c23030;
    color: #FFF;
}

input.btn-red:hover {
    background-color: #b22929;
    background-image: none;
}

.home_twitter {
    background-color: #1b95e0;
    color: white;
}

.home_twitter .home_twitter_content {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 20px 0;
}

.home_twitter .home_twitter_content a {
    color: white !important;
}

.home_twitter .home_twitter_content header {
    text-align: center;
}

.home_twitter .home_twitter_content header .title {
    font-size: 44px;
    font-weight: 100;
}

.home_twitter .home_twitter_content header .sub-title {
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 25px;
}

.home_twitter .home_twitter_content ul {
    list-style: none;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both;
}

.home_twitter .home_twitter_content ul li {
    list-style: none;
    list-style-position: inside;
    list-style-type: none;
    width: 303px;
    float: left;
    font-size: 1.3em;
    padding-right: 20px;
}

.home_twitter .home_twitter_content ul li:last-child {
    padding-right: 0;
}

.twitter-icon {
    background-image: url(../images/icon-twitter.png);
    width: 42px;
    height: 38px;
    display: block;
}

.relative_time {
    font-weight: bold;
}

.abouttag {
    font-size: 160%;
    color: #1178b7;
    line-height: 120%;
    font-weight: bold;
}

img.about-service {
    margin-left: 1.5em;
    float: right;
}

.home-p