/*
Theme Name: ARS
Author: Oldmixon Hill
*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 100%; vertical-align: baseline; }
body {line-height:1;color:#000;background:#fff;}
ol,ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;vertical-align:middle;}
caption,th,td {text-align:left;font-weight:normal;vertical-align:middle;}
a img {border:none;}

html,
body {
  height: 100%;
}
body {
  color: #231f20;
  background: #f2f0f0 url("images/montage-bg.jpg") 0 0 no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
a {
  color: #bf1e2e;
}
#wrapper { width: 100%;
  /* overflow-x: hidden; */
  text-align: center;
}
#column {
  position: relative;
  width:100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#header {
  width:100%;
  text-align: center;
  height: 148px;
  border-top: black 10px solid;
  background-color: rgba(255,255,255,0.65);
  margin-top: 25px;
}
#header .inner {
  width:100%;
  max-width: 960px;
  margin: 0 auto;
  text-align:left;
  position:relative;
}
#header h1#sitetitle {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 323px;
  height: 96px;
}
#header h1#sitetitle a#logo {
  display: block;
  width: 323px;
  height: 96px;
  background: transparent url("images/logo-nolines.png") 0 0 no-repeat;
}
#header h1#sitetitle a#logo-pac {
  display: block;
  width: 323px;
  height: 96px;
  background: transparent url("images/logo-pac-nolines.png") 0 0 no-repeat;
}
#header form#joinus {
  position: absolute;
  top: 15px;
  right: 25px;
  text-align: left;
}
#header form#joinus h4 {
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:200;
  letter-spacing: 1px;
}
#header form#joinus input {
  border: 0 none;
  padding: 8px 10px;
}
#header form#joinus input.text {
  background-color: #e0dede;
  font-size:12px;
  height: 14px;
  line-height: 1;
}
#header form#joinus input.text.email {
  width: 159px;
}
#header form#joinus input.text.zip {
  width: 81px;
}
#header form#joinus input.submit {
  background: #252122 url("images/button-submit-small.jpg") 0 0 repeat-x;
  color: #fff;
  text-transform: uppercase;
}
a#header-button-contribute {
  position: absolute;
  top: 80px;
  right: 26px;
  display:block;
  width: 350px;
  height: 46px;
  background: #bf1e2e url('images/header-button-contribute.jpg') 50% 0 no-repeat;
}
a#header-button-contribute:hover {
  background-position:50% -46px;
}
#content {
  text-align: left;
  margin-top: 0px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0px 15px 20px;
  box-shadow: rgba(0,0,0,0.5) 0px 15px 20px;
}
#main article strong {
    font-weight:900;
}
#main article em {
    font-style:italic;
}
#main article hr {
    background-color:transparent;
    border:0 none;
    border-bottom: #e3e3e3 1px solid;
    margin: 1.5em 0 1em 0;
}
#main article h3 {
  font-size: 20px;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  max-width:380px;
  line-height:1.3;
}
#main article p {
    line-height: 1.3;
}
#main article ul,
#main article ol {
    margin-top:20px;
    margin-bottom:20px;
}
#main article li {
    margin-left: 40px;
    padding-bottom: 6px;
    line-height: 1.2;
}
#main article ul li {
    list-style-type: square;
}
#main article ol li {
    list-style-type: decimal;
}
#main article blockquote {
    background-color: #f3f3f3;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    padding: 15px 25px;
    font-style: italic;
    line-height: 1.5;
    font-size: 16px;
}
#main article blockquote p {
    margin: 0.5em 0;
    line-height: 1.5;
}
#main {
  float: left;
  width: 100%;
  max-width: 600px;
  padding-bottom: 25px;
}
#fcbk_share {overflow:hidden;}
#fcbk_share .fcbk_like {top:0;}
#main.wide {
  max-width: 920px;
}
#main p {
  line-height: 1.3;
  margin-bottom: 1em;
}
#main h1,
#main h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width:380px;
}
#main h1 a,
#main h2 a {
  color: #231f20;
  text-decoration: none;
}
#main h1 a:hover,
#main h2 a:hover {
  color: inherit;
  text-decoration: underline;
}
#main h1 {
  font-size: 40px;
  font-weight: 100;
}
#main article {
  position: relative;
}
#main .twitterbutton {
  float: none !important;
  position: absolute;
  top: 4px;
  right: 0;
}
#biolinks {
  height: 80px;
  padding-top: 10px;
  margin-bottom: 25px;
  clear: both;
  zoom: 1;
}
#biolinks:before,
#biolinks:after {
  content: "";
  display: table;
}
#biolinks:after {
  clear: both;
}
#biolinks a {
  display: block;
  width: 236px;
  height: 80px;
  background: #e0dede none 0 0 no-repeat;
}
#biolinks a:hover {
  background-position: 0 -80px;
}
#biolinks a.about-gabby {
  float: left;
  background-image: url("images/biolink-gabby.jpg");
}
#biolinks a.about-mark {
  float: right;
  background-image: url("images/biolink-mark.jpg");
}
form#jointheconversation h3 {
  margin-bottom: 10px;
}
form#jointheconversation .formleft {
  float: left;
  width: 475px;
}
form#jointheconversation .formright {
  float: right;
  width: 120px;
}
form#jointheconversation .row {
  margin-bottom: 12px;
}
form#jointheconversation input.text {
  background: #eee url("images/input-text-bg.png") 0 0 repeat-x;
  border-color: #6f6c6c;
  border-width: 1px;
  border-style: solid;
  padding: 8px 10px;
}
form#jointheconversation input.first-name {
  width: 198px;
  margin-right: 10px;
}
form#jointheconversation input.last-name {
  width: 197px;
}
form#jointheconversation input.email {
  width: 275px;
  margin-right: 10px;
}
form#jointheconversation input.zip {
  width: 118px;
}
form#jointheconversation input.submit {
  width: 120px;
  height: 79px;
  background: #5b8299 url("images/button-submit-large.jpg") 0 0 no-repeat;
  border: 0 none;
}
form#jointheconversation input.submit:hover {
  background-position: 0 -79px;
}
#secondary {
  float: right;
  width: 286px;
  padding-bottom: 25px;
}
#footer {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  background-color: #f2f0f0;
  padding: 10px;
  clear: both;
  zoom: 1;
  line-height:1.5;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
.sidebar {
    text-align:left;
}
.sidebar h4 {
  margin-bottom: 15px;
}
a.button {
  display: block;
  width: 286px;
  height: 65px;
  margin-bottom: 15px;
}
a.button:hover {
  background-position: 0 -65px;
}
a.button-joinwomens:hover {
	background-position: 0 -97px;
}
a.button-spreadtheword {
  background: #222 url("images/button-spreadtheword.jpg") 50% 0 no-repeat;
}
a.button-takethepoll {
  background: #222 url("images/button-takethepoll.jpg") 50% 0 no-repeat;
}
a.button-signthepetition {
  background: #222 url("images/button-signthepetition.jpg") 50% 0 no-repeat;
}
a.button-joinagroup {
  background: #222 url("images/button-joinagroup.jpg") 50% 0 no-repeat;
}
a.button-joinwomens {
  background: #222 url("images/button-joinwomens.jpg") 50% 0 no-repeat;
  height: 97px;
}
a.button-callcongress {
  background: #222 url("images/button-callcongress.jpg") 50% 0 no-repeat;
}
a.button-attendourevent {
  background: #222 url("images/button-attendourevent.jpg") 50% 0 no-repeat;
}
.hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin: 1.5em auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a.ytclink {
    text-decoration: none;
    font-size: 0.8em;
}

#main-nav-wrap {
    width:100%;
    background:black;
}
#main-nav-table {
    display: table;
    width: 960px;
    margin: 0 auto;
    position:relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
}
#main-nav {
    display: table-row;

}
#main-nav li {
    height: 41px;
}
#main-nav li a {
    display: block;
    height: 21px;
    padding: 9px 10px 11px;
    color: #fff;
    text-decoration: none;
}
#main-nav li.current-page-ancestor > a,
#main-nav li.current-menu-item > a {
    background: #bf1e2e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMWUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzFhMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #bf1e2e 0%, #a31a1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf1e2e), color-stop(100%,#a31a1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bf1e2e 0%,#a31a1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bf1e2e 0%,#a31a1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bf1e2e 0%,#a31a1c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bf1e2e 0%,#a31a1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1e2e', endColorstr='#a31a1c',GradientType=0 ); /* IE6-8 */
}
#main-nav li a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
#main-nav > li {
    position:relative;
    display: table-cell;
}
#main-nav li ul {
    position:absolute;
    display: none;
    z-index: 99999;
}
#main-nav li ul li {
    position:relative;
}
#main-nav li ul ul {
    position:absolute;
    top: 0;
    right: -150px;
    display: none;
}
#main-nav li ul ul a {
    width: 150px;
}
#main-nav li ul li {
    height: auto;
}
#main-nav li ul a {
    background-color:#111;
    height: auto;
    width: auto;
    min-width: 122px;
    font-size: 15px;
}
#main-nav li ul a:hover {
    background-color:#333;
}
#main-nav li:hover>ul,
#main-nav li>ul:hover,
#main-nav ul ul li:hover ul,
#main-nav ul ul li ul:hover {
    display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.three-col {
    float:left;
    clear:none;
    width:285px;
    min-height: 300px;
}
.three-col.col-1 {
    margin-left:0;
    margin-right:12px;
    border-right:#e3e3e3 1px solid;
}
.three-col.col-2 {
    width:288px;
    margin-left:12px;
    margin-right:12px;
    border-right:#e3e3e3 1px solid;
}
.three-col.col-3 {
    margin-left:12px;
    margin-right:0;
}
h3.widget-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#page-selector {
    display: none;
    font-size: 17px;
}

.widget_recent_entries li {
    margin: 1em 0;
    line-height:1.2;
}
.post-date {
    display: block;
    font-style: italic;
    font-size: 13px;
}
article .post-date {
    display: block;
    font-style: italic;
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 15px;
}

#fcbk_share {
    float: right;
    clear: left;
    margin-right: 120px;
    margin-top: -40px;
    width: 80px;
}
.tw_button {
float: right;
width: 100px;
margin-top: -43px;
}
.page-id-6 .fcbk_like,
.page-id-8 .fcbk_like,
.page-id-6 .tw_button,
.page-id-8 .tw_button {
    display: none;
}
.royalSlider .royalControlNavOverflow a {
    background-color: transparent !important;
    background-position: 0 -164px !important;
    background-image: url('images/controls-sprite.png') !important;
}
.royalSlider .royalControlNavOverflow a.current {
    background-position: 0 -182px !important;
}
.royalSlider .arrow {
    background-color: transparent !important;
    background-image: url('images/controls-sprite.png') !important;
}
.royalSlider .arrow.left {
    background-position: top left;
}
.royalSlider .arrow.right {
    background-position: top right;
}
.royalSlider.default .royalControlNavCenterer {
    background: transparent url('images/black50.png') 0 0 repeat !important;
}
.ytc-columns5 li {
	width:calc(100% - 5px) !important;
}
.ytcplayer-fixwidthwrapper {width: 100%;}
/* mobile styles */
@media only screen and (max-width:959px) {
    .three-col,
    .three-col.col-1,
    .three-col.col-2,
    .three-col.col-3 {
        float: none;
        clear: both;
        margin: 0 auto 25px;
        min-height: 1;
        border: 0 none !important;
    }
    #page-selector {
        display: inline-block;
        width:280px;
    }
    ul#main-nav {
        display: none;
    }
    #main-nav-table {
        width: auto;
        padding:10px;
    }
    #header {
        height: auto;
    }
    #header .inner {
        width: 360px;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 15px;
    }
    #header h1#sitetitle,
    #header form#joinus,
    #header a#header-button-contribute {
        position:relative;
        top: 0;
        left: 0;
        margin: 15px 0 0;
    }
    #secondary {
        float: none;
        text-align: center;
        width: 100%;
    }
    #secondary .sidebar {
        margin: 0 auto;
        width: 286px;
    }
    #fcbk_share {
        float: none;
        clear: both;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tw_button {
        float: none;
        clear: both;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* riva slider styles -- no longer used... saved for posterity */
#riva-slider-1-shell {
    margin-top: -25px;
    margin-left: -25px;
    margin-bottom: 25px;
}
.slider-id-1 .rs-control-nav {
    top: 279px !important;
    -webkit-border-radius: 0 !important;
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius: 0 !important;
    -moz-border-top-left-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    border-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
div.riva-slider-holder {
    border: 0 none;
}
.slider-shadow-1 {
    background: transparent none 0 0 no-repeat !important;
    display: none !important;
}

a.more-link {
    display: block;
    margin: 1em 0;
}
.tubepress_container iframe {
    z-index: 100;
}
