/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Animate.css */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-vendor-animation-delay:2s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.longer-ani{-webkit-animation-duration:5s;animation-duration:5s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,23%,0);transform:translate3d(0,23%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,23%,0);transform:translate3d(0,23%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

#scroll-down {
  position: absolute;
  -webkit-animation: moveY .7s linear 0s infinite alternate;
  -moz-animation: moveY .7s linear 0s infinite alternate;
  -o-animation: moveY .7s linear 0s infinite alternate;
  animation: moveY .7s linear 0s infinite alternate;
  width: 100%;

}


/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
	height: 100vh;
	width:100%;
}


#founders .cta-form-wrapper { margin-bottom:20px;}

.question-text-link { text-transform:none; letter-spacing:0em; text-decoration:none; display:block; margin-bottom:25px; color:#abddfd;}

#hp-story .question-text-link, #giving-back .question-text-link{color:#d63133;}

@-webkit-keyframes moveY {
  from { bottom: 20px; }to { bottom: 0px; }
}
@-moz-keyframes moveY {
 from { bottom: 20px; }to { bottom: 0px; }
}
@-o-keyframes moveY {
 from { bottom: 20px; }to { bottom: 0px; }
}
@keyframes moveY {
from { bottom: 20px; }to { bottom: 0px; }
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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 {
    display:none !important;
	-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;
}

.visible { display:inline-block !important;}

.clearfix:after, div.tabBox:after, section:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix, html[xmlns] div.tabBox, section {
	display: block;
}
 
* html .clearfix, * html section {
	height: 1%;
}

.clear {clear:both;}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}

body, html { font-family:"proxima-nova", helvetica, arial, sans-serif;margin: 0; background:#fff; }

.product-header-hidden,.product-onlyheader-hidden, .button-hidden { 
opacity:0;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
visibility:hidden;
}
.product-header-visible { opacity:1;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s; background:rgba(0, 0, 0, 0.9);visibility:visible;}

/* #Typography Styling
================================================== */
h1, h2, h3, h4 { font-family:"proxima-nova", helvetica, arial, sans-serif; }

.fontsize1 {font-size: 30px !important;}
.fontsize2 {font-size: 24px !important;}
.fontsize3 {font-size: 20px !important;}


p, section ul li {
	font-weight: 200;
	font-family:"proxima-nova", helvetica, arial, sans-serif;
	   font-size: 17px;
  line-height: 1.5em;
}

p a { text-decoration:none; font-weight:400; color:#d63133;}
p a:hover {cursor:pointer;}

/* #Base Framework Styling
================================================== */
#max-wrapper {max-width: 2000px; width:100%; margin:0 auto;}

.wrapper {
    width: 95%;
	padding:0 2.5%;
    margin: 0 auto;
	max-width: 1300px;
}

.wide-wrapper {
    width: 100%;
	padding:0;
    margin: 0 auto;
	max-width: 2000px;
}

.float-left { float: left;}
.float-right { float: right;}

.margin7-left { margin-left: 7%;}
.margin7-right {margin-right: 7%;}
.margin5-left { margin-left: 5%;}
.margin5-right {margin-right: 5%;}

.margin2-left { margin-left: 2.5%;}
.margin2-right {margin-right: 2.5%;}

.padding5-left { padding-left: 5%;}
.padding5-right {padding-right: 5%;}
.padding2-left { padding-left: 2.5%;}
.padding2-right {padding-right: 2.5%;}

.relative { position:relative;}
.z-front {z-index:10;}
.z-back {z-index:0;}

/* NON-PADDED CONTAINERS - FOR USE WITH 7% MARGINS */

.full100, .full75, .full65, .full50, .full30, .full25 { position: relative; display:block;}

.full100 { width:100%;}
.full75 { width:73.75%;}
.full70 { width:70%;}
.full65 { width:65%;}
.full60 { width:60%;}
.full55 { width:52.5%;}
.full50 { width:47.5%;}
.full45 { width:43%;min-width: 460px;}
.full40 { width:40%;}
.full35 {     width: 33.5%;}
.full30 { width:30%;}
.full27 { width: 28.25%; text-align:center;}
.full25 { width:21.25%;}
.full20 { width:18%;}
.full7 { width:7.5%;}
.full5 { width:5%;}

.input50 { width: 45.5%;}

.arrow-spacer { min-height:350px; background:url(../img/arrow-spacer.png) center center no-repeat; background-size:24px 55px;}
#standing-desk .arrow-spacer {min-height: 270px;}

.grey { background:#f5f5f5;}

.center-all { text-align: center; margin:0 auto;}

.inset-shadow, .drop-shadow, .up-shadow { position: relative;z-index: 9;}

.inset-shadow {-moz-box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);
-webkit-box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);
box-shadow: inset 0 -1px 45px rgba(0,0,0,.07);}

.inset-shadow-grey {
	-moz-box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 45px rgba(0,0,0,.1);
}

.drop-shadow {-moz-box-shadow: 0 12px 23px rgba(0,50,60,.09);
-webkit-box-shadow: 0 12px 23px rgba(0,50,60,.09);
box-shadow: 0 12px 23px rgba(0,50,60,.09);}

.up-shadow { -moz-box-shadow: 0 -18px 45px rgba(0,0,0,.07);
-webkit-box-shadow: 0 -18px 45px rgba(0,0,0,.07);
box-shadow: 0 -18px 45px rgba(0,0,0,.07);
}

#button-footer { position:absolute; top:15px; right:20px;}

.image img { width:100%; height:auto;}
.image-height img { width: auto;
max-height: 70px;}.image-height { text-align:center;}

.absolute { position:absolute;}
.bottom { bottom:0;}
.top { top:0;}

.button { 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
display:inline-block;
color:#fff;
text-decoration:none;
font-family:"proxima-nova", helvetica, arial, sans-serif; text-transform:uppercase;
font-weight: 300;
letter-spacing: .05em;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
text-transform:uppercase;
text-align:center;
}
#button-footer-index {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 21px 25px;
}

.image img { width:100%; height:auto;}
.image-height img { width: auto;
max-height: 70px;}.image-height { text-align:center;}

.absolute { position:absolute;}
.bottom { bottom:0;}
.top { top:0;}

.button { 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
display:inline-block;
color:#fff;
text-decoration:none;
font-family:"proxima-nova", helvetica, arial, sans-serif; text-transform:uppercase;
font-weight: 300;
letter-spacing: .05em;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
text-transform:uppercase;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
}

.button:hover, .button-outline:hover {    box-shadow: 0 17px 50px 0 rgba(0,0,0,0.1);
    transform: scale(1.05, 1.05);}

#buttons-wrapper {width:80%; margin:20px 10%;}
#button-meet, #button-join {   width: 42%;
  margin: 0 5px;
  max-width: 215px;  padding: 17px 0;  font-size: 18px;
}
.btn-red {background:#d63133; border:1px solid #d63133;}

.button-outline { 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
display:inline-block;
color:#fff;
text-decoration:none;
font-family:"proxima-nova", helvetica, arial, sans-serif; text-transform:uppercase;
font-weight: 400;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
border:1px solid #fff;
letter-spacing: .05em;
background:rgba(255,255,255,.20);    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.5s;}


.border-bottom{ border-bottom:1px solid #ddd;}

.circle { width: 100px; height:100px; border:2px solid #ACACAC;margin: 0 auto; margin-bottom:20px; border-radius:120px;}

.text-link {font-family:"proxima-nova", helvetica, arial, sans-serif;   color: #d63133; text-decoration:none; text-transform:uppercase; letter-spacing:.15em;}

.button-grey { 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; 
background-color: #bcbcbc;
display:inline-block;
color:#666;
font-weight:600;
text-decoration:none;
font-family:'proxima-nova', sans-serif; text-transform:uppercase;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}
.small { padding:8px 16px;font-size:14px;}
.medium { padding:13px 25px; font-size:19px;}
.large { padding:14px 26px; font-size:24px;}

#button-sub-header {
	padding: 8px 18px;
	font-size: 14px;
	float: right;
	margin: 7px 0px 6px 2.5%;
	border-top: none;
}

.button:hover { 
}

.bg-white { background:#fff;}

.header-container {width:100%; height:85px;position:fixed; z-index:9999; max-width:2000px;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;top:0;}
	
#sub-header {
	width:100%;
	height: 49px;
	position:fixed;
	z-index:9999;
	max-width:2000px;
	-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;
	top:85px;
	left:0px;
}
.header-background { background: rgba(0,0,0,.85); }

.header-container .wrapper, #sub-header .wrapper {
    width: 95%;
    padding: 0;
    max-width: 1450px;
	margin: 0 auto;
}

.sub-header-hidden,.product-onlyheader-hidden, .button-hidden { 
opacity:0;
-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
visibility:hidden;
}
.sub-header-visible { opacity:1;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s; background:rgba(0, 0, 0, 0.9);visibility:visible;}
	
.button-visible {opacity:1;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;}

#logo {  position: relative;
  float: left;
  width: 385px;
  height: 90px;
  display: block;
  background:url(../img/logo-header.png) left center no-repeat;
  background-size: 385px; margin-left:30px;}

#header-social ul { padding:0; list-style:none; margin:0;}
#header-social ul li {float: left;
font-size: 12px;
text-transform: uppercase;
font-family:"proxima-nova", helvetica, arial, sans-serif;
letter-spacing: .09em;
padding: 7px 10px;
margin: 0;}
#header-social ul li a {color: #ccc; text-decoration:none;}

.overflow-hidden { overflow:hidden;}
.overflow-x {overflow-x:hidden;}

section { padding:85px 0;}
#first {padding:170px 0 130px;}

.btn-below { margin-bottom:1.75em !important;}

#header-social { position:absolute;right:0; top: 30px; width:180px;width: 250px; display:block;}
#header-social a { display:block; float:right; padding:0 5px;}
#header-social p, #footer-social p { float:left; color:#ccc; font-size:12px; text-transform:uppercase;font-family:"proxima-nova", helvetica, arial, sans-serif;letter-spacing: .09em; padding:5px 10px;margin:0;}



.myBox { cursor:pointer;-webkit-transition: all .74s;
	-moz-transition: all .74s;
	-ms-transition: all .74s;
	-o-transition: all .74s;
	transition: all .74s;}
.myBox:hover { opacity:.6;}

footer {
  background: #1c253d;
  position:fixed;
  bottom:0;
  height:70px; z-index:999; width:100%;
}


#disclaimer { font-size:8px; color:#ccc; font-weight:lighter; padding:7px 15px; border:1px solid #ccc; width:auto; text-transform:uppercase; letter-spacing:.08em; position:absolute; top:10px; left:20px;}

.copyright {color:#ccc; font-size:10px; text-transform:uppercase;}
.copyright a{   color: #468d00;text-decoration:none; }

#bio-page #intro {

	
	  
  background-image: url(../img/carly-fiorina-for-president-background-meet.jpg);
background-position: 100% 0%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
position: relative;padding:0;
}


#rsvp-page {    height: 100%;}

#rsvp-page #intro { overflow:scroll;}

#rsvp-page .cd-main-content{  
background-image: url(../img/rsvp-banner-background.jpg);
    background-position: 100% 0;
background-repeat: no-repeat;
background-size: cover;
}

#rsvp-page .display-cell h1{  
background-image: url(../img/banner.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100% 100%;
  padding: 15px 0;
    width: 420px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 50px;
   font-style:italic;
   text-transform:uppercase;
	    letter-spacing: 0;
}
#rsvp-page .display-cell h1 span {font-family: 'Delius', cursive; text-transform:none; letter-spacing:0;    font-style: italic; font-size:1.15em;}

#rsvp-page .display-cell h2 { margin-bottom:0;}
	
#rsvp-page footer {
position:relative;
}

#rsvp-page #intro p {        font-size: 20px;}

#rsvp-page #intro h3 {     font-size: 24px; color:#fff;}

#rsvp-wrapper h1 { color:#fff; font-weight:700; font-size:45px; margin:0 0 10px;line-height: 1em;}	
	
#rsvp-wrapper h2 { color:#ccc; font-weight:200; font-size:28px; margin:0 0 25px;}

#rsvp-wrapper p { color:#fff;}

#form-wrapper {        background: transparent;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
        padding: 20px 20px 25px;
    width: 100%;
    margin: 20px auto;
    border: 6px solid #fff;    max-width: 600px;}
	

#form-wrapper h4 { font-size:35px; color:#fff; margin:0;}

#form-wrapper p { margin-bottom:20px !important;}

.disclaimer-text { font-size:10px; color:#ccc;}

#intro .wrapper {position: relative;
z-index: 99;
min-height: 400px;
padding: 0 7%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height:100vh;
width: auto;
margin: 0 auto;
max-width: 100%;
min-width: 0;}

#bio-intro h3, #hp-story h2 {  font-size: 37px;line-height:1.35em;color:#1d2d45;    margin-top: 0;}
#bio-intro h3 span, #hp-story h2 span {   color: #666;
  font-weight: 300;}
.article-bg-image {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}

#hp-history-img {position: absolute;
   right: 50%;
  z-index: 0;
  bottom: 0;
  height: 90%;
  width: auto;}
  
  #founders {
  
background-image: url(../img/founders.jpg);
background-position: 100% 0%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
  }
  
  #reimagine{ 
  
  background-image: url(../img/reimagine.jpg);
background-position: 100% 0%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
  
    #together{ background-image: url(../img/end.jpg);
background-position: 100% 0%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;    padding: 90px 0;}
  
  #founders h2, #founders p , #reimagine h2, #reimagine p, #together h2, #together p{color:#fff;}
  #founders h2, #reimagine h2, #principles h2, section.bg-white h2{font-size:38px;    margin-top: 0;}
#founders h2 span, #reimagine h2 span {color:#abddfd;}
 #principles h2 span, section.bg-white h2 span { color: #666;
  font-weight: 300;}
.display-cell {
display: table-cell;
vertical-align: middle;
    padding: 0px 25% 0 25%;
text-align:center;
}

section.bg-white h2 {color:#2f3b52;line-height: 1.2em;}

#principles { padding-bottom:60px;}
#giving-back { padding-top:60px;}

.display-table {
position: absolute;
top: 0;
left: 0;
display: table;
width: 100%;
height: 100%;
}

#intro-banner { background-image:url(../img/bio-banner-home.jpg);z-index: 0;}
#intro-banner { background-image:url(../img/carly-fiorina-president-background.jpg);z-index: 0;}

#bio-page #intro-banner { background-image:url(../img/bio-banner-1.jpg);z-index: 0;}

#intro h1 {
color: #fff;
font-family:"proxima-nova", helvetica, arial, sans-serif;
font-size: 32px;
font-weight: 500;
margin-bottom:0px; text-transform:uppercase; letter-spacing:.2em;
  line-height: 1.2em;}

#intro h2, #together h2 {
  color: #fff;
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  margin-top: 0;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  /* text-transform: uppercase; */
  line-height: 1em;
  margin-bottom: 20px;}
  
  #intro h2 span, #together h2 span{font-size:52px;
font-weight: 200;}

#intro p, #together p { 
color: #fff;
font-family:"proxima-nova", helvetica, arial, sans-serif;
font-size: 26px;
font-weight: 200;margin-bottom:40px;  max-width: 650px;
  text-align: center;
  margin: 0 auto;}
  
  #together p { margin-bottom:30px;}

.scroll-down {
  position: absolute;
  z-index: 100;
  bottom: 60px;
  left: 5%;
  display: none;
  width: 35%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

#home-banner-logo {
  width: 66%;
  height: auto;
  margin: 0 auto;
    max-width: 435px;
}

#standard-page .full35 a{ text-decoration:none; font-size:18px; color:#9C282A;}

#disclaimer-bottom .wrapper{width:90%; padding:0 5%; margin:0 auto; text-align: center; max-width:850px;}
#disclaimer-bottom p { margin:0; padding:0; font-size:14px;}
#scroll-down {   
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
        font-size: 50px;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s; 
    z-index: 9999;
    cursor: pointer;
    padding: 30px 0;}
	
	#scroll-down p {    font-size: 16px;
    letter-spacing: .1em;
    padding: 0;
    margin: 0 auto;
    line-height: 1em;}
 
  
  .little-seperator{width:35px; height:1px; display:block; background:#ccc; margin:0 auto 20px;}

.fa {
font-family: FontAwesome;
font-weight: 400;
font-style: normal;
line-height: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.scroll-down .scroll-icon {
font-size: 2em;
}

#gallery .action-image {
background: #f2f2f2;
height: 175px;
width:100%;
margin-bottom: 45px;
}

#founders .full60 {    width: 100%;
    max-width: 660px;}
	
	.full60.center-all{    width: 100%;
    max-width: 660px;}
	
	#together {    padding: 80px 0;}

#video, #questions-answers {background:#171f33; background:url(../img/why-background.jpg) top center no-repeat #171f33;}

#video .full35 h2, #questions-answers h2 {   font-size: 32px;
  font-weight: 600;line-height: 1.2em; margin-top:0;}
  #questions-answers h2 { font-size:50px; font-weight:300; color:#fff;}
  #questions-answers p { font-size:24px; color:#fff;}
  #questions-answers h2 strong { font-weight:600;}
  #questions-answers .full60 { text-align: center; float:none; margin:0 auto; width:90%; padding:0; max-width:500px; margin:0 auto;}
#video .full35 h2 span { font-weight:200;}

#gallery .full30, #reviews .full30 {width: 33.3333%;}

#gallery .full30 .text-wrapper{ width:90%; margin:0 auto; padding:0 5%;text-align: center; }

#gallery .full30 h2 {
font-weight: 400;
}

#gallery .action-title {
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 300;
	font-family:"proxima-nova", helvetica, arial, sans-serif;
	text-transform: uppercase;
}

.padded {
	position: relative;
	border: 5px solid #ffffff;
	border-top:0;
	border-bottom:0;
}

.padded {
	position: relative;
	border: 5px solid #fff;
	border-top: 0;
	border-bottom: 0;
	height: 100%;
}



.display-table .display-cell img {
width: 100%;
height: auto;}

	.display-cell {
padding: 0 10% 0 45%;
}

#rsvp-page .display-cell {
        padding: 110px 45% 30px 10%;
}
	 #bio-page .display-cell {
  padding: 0px;
}

	.scroll {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 2em;
	line-height: 2;
	width: 10em;
	text-align: center;
	height: 2em;
	color: #e74c3c;
	background: #fff;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.8;
}

.scroll::after {
	display: block;
	content: '\2193';
	color: #fff;
	font-size: 3em;
	line-height: 1;
}

/* Header styles and animations */

.ha-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	  height: 90px;
}

.ha-header-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.ha-header-perspective > div {
	background: #fff;
	text-align: left;
	padding: 0 7%;
	height: 50%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.ha-header-front {
	z-index: 2;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ha-header-perspective .ha-header-bottom {
	background: #ddd;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 1;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;
	top: 0;
}



.ha-header nav {
	height: 100%;
    padding: 17px 20px 0 0;

  float: right;
}

.ha-header nav {  
  margin: 0;}
  
.ha-header nav ul li {
  font-size: 15px;
  float: left;
}

.ha-header nav a {
	;
  margin: 4px 20px;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-transition: all .74s;
  -moz-transition: all .74s;
  -ms-transition: all .74s;
  -o-transition: all .74s;
  transition: all .74s;
}

#header-buttons-wrapper .small {text-align:center;}
#header-buttons-wrapper { float:right; margin: 25px 30px 0 0;}
.ha-header nav a:hover, .ha-header nav a.selected {
	color: #abddfd;
}
.ha-header nav a.facebook,.ha-header nav a.instagram{
  font-size: 22px;
  margin: 0 4px;
  vertical-align: middle;
  height: 35px;
}
.ha-header nav a.facebook:hover {
	color: #6a8bc9;
}
.ha-header nav a.instagram:hover {
	color: #67a3d5;
}

/* Individual states */


.ha-header-hide {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ha-header-show {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	background:rgba(16,26,50,.95);
}

.ha-header-show .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 0%;
}

.ha-header-subshow {
	height: 220px;
}

.ha-header-subshow .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
}

.ha-header-shrink {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-shrink .ha-header-bottom {
	opacity: 0;
}

.ha-header-rotate {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotate .ha-header-front {
	-webkit-transform: translateY(-100%) rotateX(90deg);
	-moz-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(0deg) translateY(-100%);
	-moz-transform: rotateX(0deg) translateY(-100%);
	transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
	height: 220px;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.ha-header-rotateBack .ha-header-front {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
	top: 50%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ha-header-color {
	height: 420px;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
	background: #f3796c;
}

.ha-header-color h1,
.ha-header-color nav a {
	color: #fff;
}

.ha-header-box {
	height: 192px;
	width: 100px;
	top: 20px;
	left: 20px;
}

.ha-header-box h1 {
	padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
	color: transparent;
}

.ha-header-box h1:after {
	opacity: 1;
}

.ha-header-box nav {
	opacity: 0;
}

.ha-header-fullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-fullscreen .ha-header-front {
	height: 100%;
}

.ha-header-fullscreen .ha-header-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen {
	height: 100%;
	opacity: 0.9;
}

.ha-header-subfullscreen .ha-header-bottom {
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 50%;
	background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom nav a {
	color: #fff;
}

  #copyright {text-align: center;
  font-size: 10px;
  color: #ccc;
  padding: 30px 0 20px 0;}
 
		
#nav-trigger {
  display: none;
  text-align: right; }
  #nav-trigger span {
      display: inline-block;
    padding: 15px 20px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  font-size: 30px;
  
  
  /*NEW*/

  }
    
    #nav-trigger span:hover {
      background-color: #d63133; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
         background-color: #0b152b;
  margin: 0;
  padding: 0;
    top: 0px;}
  nav#nav-mobile li {
    display: block;
        border-bottom: solid 1px #192746;  width: 100%;}
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #09142e;
      color: #fff; }
	  
	  html {
		  width: 100%;
		  position: absolute;
		  left: 0;
		  right: 0;
		}
		body {
		  width: 100%;
		  position: absolute;
		  left: 0;
		  right: 0;
		}
		
		a:focus {
		outline: none;
		}
		
		.scroll-down .scroll-icon {
  position: absolute;
  -webkit-animation: moveY .7s linear 0s infinite alternate;
  -moz-animation: moveY .7s linear 0s infinite alternate;
  -o-animation: moveY .7s linear 0s infinite alternate;
  animation: moveY .7s linear 0s infinite alternate;
  width: 100%;
  color: #94bf2d;
}


#bio-page footer {
  position: relative;}
  
  #video .full35 h2, #video .full35 p {color:#fff;}
  
  #hp-story {padding:0; background:#fff;}
		#hp-story .full50, #hp-story .full40 {  padding: 120px 2% 130px;}
		#hp-story .full50 {background:#fff;}
		
		 #hp-story .full40 {
  padding: 245px 4% 150px;
    width: 46%;
		 }
		 #hp-story .full40 ul{
		  padding:0; margin:0;}
		 #hp-story .full40 p, #hp-story .full40 ul li {color: #fff; list-style:none;}
		  #hp-story .full40 ul li {
		   padding-left: 30px;
  position: relative;  font-size: 25px;
		  }
		  #hp-story .full40 ul li .fa{
		    position: absolute;
  left: 0;
  top: 3px;}
		
		#red-banner {background:url(../img/red-banner-bottom.jpg) bottom center no-repeat #d63133; background-size:100% auto;}
		#red-banner p {  font-size: 28px;
  font-weight: 600;}
  
  #up-arrow {   position: absolute;
  top: 100px;
  width: 90%;
  height: auto;
  left: 0;}
  
  #senate-2010 { float:left; width:45%; height:auto; border-radius:450px;  max-width: 550px;}
  #charity-image { float:right; width:45%; height:auto; border-radius:450px;  max-width: 550px;}
  
  
  #intro h2, #together h2 {
 color: #fff;
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  margin-top: 0;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  /* text-transform: uppercase; */
  line-height: 1.em;
  margin-bottom: 40px;
}

 #bio-page #intro h2 { margin-bottom:20px;}

#intro h2, #together h2 {
  font-size: 72px;
}

#home-banner-logo {
  width: 50%;
  height: auto;
  margin: 0 auto;
  max-width: 285px;
  margin-bottom: 30px;
}
  
  
  #standard-page section:first-of-type{ padding-top:175px;}
  
  #video .full35 h2 { margin-top:0;}
  
    #footer-social-wrapper {   padding: 0;
  top: 7px;
  width: 200px;
  list-style: none;
  position: absolute;
  left: 230px;}
  
  #footer-social-wrapper li {  float: left;
  font-size: 14px;
  font-weight: 200;
  padding: 0px 3px;}
  #footer-social-wrapper li a {color:#fff; text-decoration:none;}
  
  .momentum-wrapper { width:90%; max-width:800px; text-align:center; margin:50px auto;}
	   .momentum-wrapper h2{ font-size: 30px;}
	   .momentum-wrapper h4 { font-weight:200; color:#666;}
	   .momentum-wrapper p { text-align:left;}
	   .momentum-wrapper h2 a { color: #2f3b52; text-decoration:none;    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;}
	   .momentum-wrapper h2 a:hover{opacity:.6;}
	  #standard-page section:first-of-type {
    padding-top: 125px;
}


#featured-img-issue { width:100%; height:auto; margin:18px 0 10px;}

#more-issues { border:3px solid #ddd; padding:20px;}
#more-issues h2 { margin:0 0 10px; color:#999; font-size:24px;}
#more-issues ul { padding:0; margin:0; list-style:none;}

#more-issues ul li { padding:15px 5px; border-bottom:1px solid #ddd; font-size:17px;}

#more-issues ul li a { text-decoration:none; color:#222;}
#more-issues ul li:last-of-type { border-bottom:none; padding-bottom:0;}
#more-issues ul li:first-of-type {padding-top:0;}
.momentum-preview-image { width:250px; height:auto; margin:0 auto; border-radius:250px;}
.momentum-article-wrapper { width:90%; max-width:800px; text-align:center; margin:50px auto;}
	   .momentum-article-wrapper h2{ font-size: 30px;}
	   .momentum-article-wrapper h2 a { color: #2f3b52; text-decoration:none;    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;}
	   .momentum-article-wrapper h2 a:hover{opacity:.6;}
	  #standard-page section:first-of-type {
   padding-top: 110px;
}

.momentum-article-image { width:250px; height:auto; margin:0 auto; border-radius:250px;}
.momentum-article-wrapper p { text-align:left;}
.momentum-article-wrapper img { margin:15px 0;}
.momentum-wrapper h4 { font-weight:200; color:#666;}
#search-bar {position:relative;}
	#search-bar .fa {     position: absolute;
    right: 15px;
    top: 20px;
    font-size: 30px;
    color: #ddd;}
	::-webkit-input-placeholder {
color: #ddd; font-weight:100;
}

:-moz-placeholder { /* Firefox 18- */
color: #ddd;font-weight:100;
}

::-moz-placeholder {  /* Firefox 19+ */
color: #ddd;font-weight:100;
}

:-ms-input-placeholder {  
color: #ddd;font-weight:100;
}
	#answers-intro {    background: url(https://www.carlyforpresident.com/img/answers-background.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    padding: 150px 0 135px;
   }
	.answer-wrapper { width:30%; margin:1.5%; border:1px solid #ddd; float:left; }
	.answer-wrapper img { width:100%; height:auto;}
	.content-wrapper { width:90%; margin:0 auto; padding: 5%;}
	.content-wrapper h3 {color:#2f3b52; margin-top:0; font-size:23px;}
	.content-wrapper h3 a{ color:#2f3b52; text-decoration:none;  -webkit-transition: all .74s;
  -moz-transition: all .74s;
  -ms-transition: all .74s;
  -o-transition: all .74s;
  transition: all .74s;}
	.content-wrapper h3 a:hover { opacity:.6;}
	.content-wrapper p { font-size:17px;}
	
	.content a {display:block;    min-height: 230px;}
	
	
	#answers-intro #intro-wrapper { width:90%; max-width:600px;}
	#answers-intro #intro-wrapper h2 { font-size:60px; font-weight:600; margin: 0 0 25px;font-family: "proxima-nova"; }
	#answers-intro #intro-wrapper h2, #answers-intro #intro-wrapper p{color:#fff}
	#answers-intro #intro-wrapper p:last-of-type { margin-bottom:25px;}
	 #answers-intro #intro-wrapper input{   width: 94%;
    padding: 3%;
    border: 1px solid #ddd;
    background: rgba(255,255,255,.2);
    border-radius: 8px;
    color: #fff; font-size:28px;
    font-family: "proxima-nova";}
	
	#answers {padding:60px 0;}
	
	.content {  display: block;width:31.333%; margin:1%;  position:relative; background:#13213f;}
.content img {width:100%; height:auto;}
	
	.content:hover {cursor:pointer !important;}	
			
			.content img {-webkit-transition: all .74s;
			-moz-transition: all .74s;
			-ms-transition: all .74s;
			-o-transition: all .74s;
			transition: all .74s;-webkit-filter: grayscale(1);
  filter: grayscale(1); opacity:.5;}
			
			.content:hover img { opacity:.7;-webkit-filter:none;
  filter:none; opacity:1;}
			.question h3{text-decoration:none;
position: absolute;
  bottom: 0;
  width: 90%;
    padding: 100px 5% 5% 5%;
  color: #fff;
   font-size: 35px;
  font-family: "bebas-neue";text-shadow: 1px 1px 9px #000;
  font-weight: 400;     line-height: 1.25em; margin:0;     z-index: 9999;background: -moz-linear-gradient(top, rgba(16,26,50,0) 0%, rgba(16,26,50,.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,26,50,0)), color-stop(100%,rgba(16,26,50,.95)));
  background: -webkit-linear-gradient(top, rgba(16,26,50,0) 0%,rgba(16,26,50,.95) 100%);
  background: -o-linear-gradient(top, rgba(16,26,50,0) 0%,rgba(16,26,50,.95) 100%);
  background: -ms-linear-gradient(top, rgba(16,26,50,0) 0%,rgba(16,26,50,.95) 100%);
  background: linear-gradient(to bottom, rgba(16,26,50,0) 0%,rgba(16,26,50,.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

			
			
			.font-kremlin h3 {font-family:"kremlin-pro-web-expanded"; font-weight:500; font-style:normal;    font-size: 28px;}
			.font-gooddog h3 {font-family:"kremlin-pro-web-expanded"; font-weight:500; font-style:normal;font-size: 36px;}
			.font-verveine h3 { font-family:"verveine"; font-weight:400; font-style:normal; font-size:47px;}
			
			.font-white h3 {color:#fff;}
			.font-blue h3 {color:#1c253d}
			
			footer {z-index: 9999999999;}
			#main { padding: 1% 0;}
			.question h3 span {font-family: "proxima-nova"; font-size:18px; font-weight:400;}
			.question h3 span .fa { font-size:30px; margin-right:10px;}
			.play-button {    
            position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px;
    color: #fff;
    opacity: 1;
    text-align: center;
    position: absolute;
    -webkit-transition: all .74s;
    -moz-transition: all .74s;
    -ms-transition: all .74s;
    -o-transition: all .74s;
    transition: all .74s;
    background-color: #d63133;
    z-index: 99;
    border-radius: 110px;}
	
	#footer-home {    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    z-index: 99;
    margin: 0;
    list-style: none;}
	#footer-home li {font-size:10px; color:#fff; float:left;padding:4px; }
	#footer-home li a{ color:#fff; text-decoration:none;}
	#footer-home li a:hover {opacity:.6;}
	#footer-home #paid-for { padding: 4px 8px;font-size:10px; font-weight:300; border:1px solid #ccc; margin-left:10px;}
	#footer-home #paid-for a { color:#fff;}
	
	.headroom {
	transition: transform .4s linear !important;
}
.headroom--pinned {
	transform: translateY(0px) !important;
}

.headroom--top {
	transform: translateY(0) !important;
}

.headroom--unpinned {
	transform: translateY(-100%) !important;
}

.donate-header { 
    transition: transform .75s linear !important;
    padding: 10px 16px;
    font-size: 15px;
    color: #fff !important;
    margin-right: 5px;
    font-weight: 500;
    margin-top: 0;
    line-height: 18px;
    vertical-align: top;
}


#mobile-donate-nav a{    border: none;
    background: #d63133;
    color: #fff;}

#founders .full60 h2 { margin-top:0;}

#issue h1 {font-size: 35px; margin:0; font-weight:600;     color: #2f3b52;    line-height: 1.25em;}
#issue h2 {font-size: 24px; margin:0; font-weight:200;}

@media (min-width: 1200px) {
#intro h2 {
  font-size: 52px;
}

#together h2, #bio-page #intro h2 {
	font-size:70px;
}

#intro h2 span, #together h2 span {
  font-size: 60px;
}
	
	section { padding:115px 0;}
	section > .standard h3 { font-size:45px;}
	
	#hp-history-img {position: absolute;
   right: 50%;
  z-index: 0;
  bottom: 0;
  height: 90%;
  width: auto;}
  
  #video .full35 h2 {   font-size: 38px;}
  .font-kremlin h3 {font-size: 34px;}
  
  .fontsize1 {font-size: 34px !important;}
.fontsize2 {font-size: 28px !important;}
.fontsize3 {font-size: 24px !important;}

p, section ul li {
	   font-size: 19px;
}

	
}

@media only screen 
	and (min-width : 768px) 
	and (max-width : 1200px) {
		
		#intro h2 span, #together h2 span {
  font-size: 42px;
		}
		
		#intro h2{
  font-size:40px;
	}
	#together h2, #bio-page #intro h2 {
	font-size:50px;
}
	
	#bio-intro h3, #hp-story h2 {
  font-size: 27px;
}
	#bio-intro .full60 {
  width: 45%;
  padding: 0 2.5%;
}


#hp-history-img {
  position: relative;
  right: auto;
  z-index: 0;
  bottom: auto;
  height: auto;
  width: 50%;
  border-bottom: 2px solid #ddd;
  margin: 0 auto;
  float: left;
}


#donate-wrapper {    width: 47%;}

#one-hundred-page #donate-wrapper {width:50%;}

#hp-story .full40 {
  padding: 245px 4% 100px;
  width: 38%;
  margin-bottom: 30px;
}

#hp-story .full50, #hp-story .full40 {
  padding: 40px 2% 50px;
}
	#hp-story .full40 ul li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
	}
	
	#up-arrow {
  position: absolute;
  top: 40px;
	}
	
	#red-banner {padding-top: 130px !important;}
	}

@media all and (max-width: 900px) {
  #nav-trigger {
    display: block;
	
	 }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }
	.ha-header nav {float:none;}
	.ha-header nav a { margin:0;}
	.ha-header{ height:70px;}
 
  
  .scroll-down {
    position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background: rgba(0,0,0,.6);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 10px 0 0 0;
    height: 50px;
}

  section {
  padding: 40px 0;
}

p {  font-size: 17px;}

#button-meet, #button-join {
  width: 100%;
  margin: 5px 5px;
  max-width: 300px;
  padding: 13px 0;
  font-size: 17px;
}

#buttons-wrapper {
  width: 100%;
  margin: 20px 0;
}


#bio-page #intro-banner { background-image:url(../img/bio-banner-mobile-carly.jpg);z-index: 0;}

#logo {    position: relative;
  float: left;
  width: 125px;
  height: 50px;
  display: block;
  background: url(../img/mobile-logo.png) left center no-repeat;
  background-size: 125px;
  margin-left: 20px;
  margin-top: 10px;
}

#founders h2, #reimagine h2, #principles h2, section.bg-white h2 {
  font-size: 30px;
  line-height: 1.25em;
}

#intro-banner {   background-image: url(../img/mobile-background-home-carly.jpg);    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;z-index: 0;}

#standard-page section:first-of-type{ padding-top:80px;}


}



@media only screen 
	and (min-width : 320px) 
	and (max-width : 900px) {
#intro p {
  color: #fff;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
  font-size: 20px;}
  
  
  #video .full35 {     width: 100%;
 margin:0 auto; float:none; text-align:center; margin-bottom:25px;}
  
  #video .full60 {    width: 100%;
margin:0 auto; float:none;}
  
	}
	
	@media only screen 
	and (min-width : 768px) 
	and (max-width : 1000px) {
		#rsvp-page .display-cell h1 {
    font-size: 35px;

		}
		
		#form-wrapper h4 {
    font-size: 30px;
		}
	}
	
	@media only screen 
	and (min-width : 768px) 
	and (max-width : 900px) {
		#issue { width:55%;}
		#more-issues { width:42%;}
		
		
	}
	
	
@media only screen 
	and (min-width : 575px) 
	and (max-width : 900px) {

	#header-buttons-wrapper {
    float: right;
    margin: 16px 20px 0 0;
    position: absolute;
    right: 55px;
    top: 0;
}

#answers-page section:first-of-type {
    padding: 165px 0 135px;}
	
	.fontsize1 {font-size: 22px !important;}
.fontsize2 {font-size: 20px !important;}
.fontsize3 {font-size: 18px !important;}


	}
	
	@media only screen 
	and (min-width : 320px) 
	and (max-width : 575px) {
		#header-buttons-wrapper {
    float: right;
    margin: 18px 10px 0 0;
    position: absolute;
    right: 40px;
    top: 0;
}

footer {
    position: relative;
}

#button-footer {    display: none;}

#header-buttons-wrapper .small {
    padding: 6px 10px;
    font-size: 13px;
}

#answers-page section:first-of-type {
       padding: 100px 0 60px;}
	
	#answers-intro #intro-wrapper { width:90%;  margin:0 auto; float:none;
	}
	#answers-intro #intro-wrapper h2 {
    font-size: 40px;}
	#answers-intro #intro-wrapper input {
    width: 94%;
    padding: 18px 3%;
    border: 1px solid #ddd;
    background: rgba(255,255,255,.2);
    border-radius: 8px;
    color: #fff;
    font-size: 23px;
	}
	
	#search-bar .fa {
    position: absolute;
    right: 15px;
    top: 19px;
    font-size: 26px;
	}
	
	.fontsize1 {font-size: 26px !important;}
.fontsize2 {font-size: 22px !important;}
.fontsize3 {font-size: 18px !important;}

	
	}

	
	@media only screen 
	and (min-width : 500px) 
	and (max-width : 768px) {
	
	.content {
    display: block;
    width: 48%;}

	}
	
	@media only screen 
	and (min-width : 320px) 
	and (max-width : 500px) {
		
		.content {
    display: block;
    width: 98%;}

	}
	@media only screen 
	and (min-width : 300px) 
	and (max-width : 900px) {
	
	#rsvp-page .display-cell {
     padding: 80px 10% 0 10%;
}
#rsvp-page .cd-main-content {
    background-image: url(../img/rsvp-background-mobile.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
	

	}
	
	
	
@media only screen 
	and (min-width : 320px) 
	and (max-width : 768px) {
		
		#questions-answers h2 { font-size:32px; font-weight:300; color:#fff;}
  #questions-answers p { font-size:18px; color:#fff;}
	
		.header-container { position:absolute; background: rgba(0,0,0,.8);}
		.header-container .wrapper {width: 100%; margin:0 auto;
		padding:0;}
		#header-social ul {margin:0 !important;}
		#sub-header { display:none;}
		.slicknav_menu {display:block;}
		.mobile-only {display:inline-block;}
		#button-sub-header {margin: 10px 10px 6px 2.5%;font-weight: 600;}
		#gallery .full30, #reviews .full30 {
width: 100%;
}
#rsvp-wrapper h1  { font-size:26px;}
#rsvp-wrapper h2 { font-size:18px;}

#rsvp-banner { padding-top:100px;}

.display-table .display-cell p{
line-height: 1.2em; font-size:17px;}
#gallery { padding:30px 0;}

.display-cell, #bio-page .display-cell {
  padding: 0 10% 0 10%;
}

#rsvp-page .display-cell h1 {
    font-size: 40px;
}

#rsvp-page .display-cell h1 {

    width: 300px;}

#intro .wrapper {
  padding: 0;
}

#rsvp-page #intro p {
    font-size: 15px;
}

#welcome .full55 {  width: 85%;}
.grid figure {
  width: 98%;
  max-height:255px;
  height:auto;
}

#welcome h3 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0;
  margin: 0 0 20px;

	}
	
	#intro h2 {
  color: #fff;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
	}
	
	#intro p {
  font-size: 17px;
	}
	
	#scroll-down p { font-size:15px;}
	#sub-intro .full65 { width:100%;}
	  #founders h2, #reimagine h2, #principles h2, section.bg-white h2 { margin-top:10px;}
	#sub-intro .full65 h1 {
  font-size: 30px;}
	#sub-intro {  padding: 100px 0 50px;}
	
	#disclaimer {
  font-size: 8px;
  color: #ccc;
  font-weight: lighter;
  padding: 7px 15px;
  border: 1px solid #ccc;
  width: auto;
  text-transform: uppercase;
  letter-spacing: .08em;
  position: absolute;
  top: auto;
  left: auto;
  position: relative;
  width: 90%;
  padding: 3px 0;
  margin: 10px auto;
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
	}
	
	#button-footer {
  position: absolute;
  top: 8px;
  right: 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  padding: 0;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  margin-bottom: 10px;
}

footer { height:auto; position:relative;    padding: 10px 0 15px;}

.full60, .full50, .full55, .full35 {
    width: 100%;
  padding: 0 5%;
}

#hp-history-img {
  position: relative;
  right: auto;
  z-index: 0;
  bottom: auto;
  height: auto;
  width: 70%;
  border-bottom: 2px solid #ddd;
  margin: 0 7%;
  float: none;
}

#footer-social-wrapper {
  padding: 0;
  top: 7px;
  width: 130px;
  list-style: none;
  position: absolute;
  left: auto;
  position: relative;
  margin: 0 auto;
}

#bio-intro h3, #hp-story h2 {
  font-size: 29px;
		}
		
		#intro h2 span, #together h2 span {
  font-size: 32px;
		}
		
		#intro h2 {
     font-size: 27px;
	}
	
	#together h2, #bio-page #intro h2 {
	font-size:38px;
}
	
	#bio-intro h3, #hp-story h2 {
  font-size: 27px;
}

.small {
  padding: 9px 9px;
  font-size: 12px;
}

#hp-story .full50, #hp-story .full40 {
  padding: 20px 5%;
}
	
#hp-story .full40 {
  padding: 155px 4% 100px 5%;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

#up-arrow {
  position: absolute;
  top: 40px;
  width: 90%;
  height: auto;
  left: 0;
}
	#red-banner p {
  font-size: 25px;
	}
	
	#hp-story .full40 ul li {
  font-size: 17px;
	}
	
	#founders h2, #reimagine h2, #principles h2, section.bg-white h2 {
  font-size: 25px;
	}
	
	#senate-2010, #charity-image {
  float: left;
  width: 70%;
  height: auto;
  border-radius: 450px;
  max-width: 550px;
  margin: 0 15% 20px;
	}
	
	#principles {
  padding-bottom: 0;
}

#giving-back {
  padding-top: 40px;
}

#button-footer-index {
  position: relative;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 8px 0;
  font-size: 15px;
  width: 100%;
}


.article-bg-image {
  background-position: right top;
}

#together {
  background: url(../img/end.jpg) no-repeat left center; padding:100px 0;}
  
  #together p {
  color: #fff;
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-size: 15px;
  }
  
  p {
    font-size: 15px;
    line-height: 1.25em;
  }
  
 #bio-page #intro {
    background-image: url(../img/carly-fiorina-for-president-background-meet-mobile.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0;
}

#issue, #more-issues { width:100%; padding:0 5%; float:none; margin:0 auto;}
#more-issues {padding:5%; }
#issue h1 {
    font-size: 28px;
}

#issue h2 {
    font-size: 20px;
}
  
}

@media only screen 
	and (min-width : 400px) 
	and (max-width : 768px) {
	}
		

@media only screen 
	and (min-width : 320px) 
	and (max-width : 400px) {
		
		
		
		#intro h1 {
  color: #fff;
  font-family:  helvetica, arial, sans-serif;
  font-size: 27px;
	}

	#welcome h3 {
  text-transform: uppercase;
  font-size: 25px;
	}
	
	.grid figure {
  max-height: 185px;
	}
	
	#nav-trigger span {     padding: 17px 10px 13px 10px;
	}
	#about h3 {
  font-size: 25px;
	}
	
	#nav-trigger span {
    font-size: 26px;
	}
	
	}
	
	@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
.header-container { position:absolute; background: rgba(0,0,0,.8);}
		.header-container .wrapper {width: 100%; margin:0 auto;
		padding:0;}
		#header-social ul {margin:0 !important;}
		#sub-header { display:none;}
		.slicknav_menu {display:block;}
		.mobile-only {display:inline-block;}
		#button-sub-header {margin: 10px 10px 6px 2.5%;font-weight: 600;}
		#gallery .full30, #reviews .full30 {
width: 100%;
}


.display-table .display-cell p{
line-height: 1.2em; font-size:17px;}
#gallery { padding:30px 0;}

.display-cell, #bio-page .display-cell {
  padding: 60px 10% 0 10%;
}

#intro .wrapper {
  padding: 0;
}

#welcome .full55 {  width: 85%;}
.grid figure {
  width: 98%;
  max-height:255px;
  height:auto;
}

#welcome h3 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0;
  margin: 0 0 20px;

	}
	
	#intro h2 {
  color: #fff;
  font-family:"proxima-nova", helvetica, arial, sans-serif;
	}
	
	#intro p {
  font-size: 20px;
	}
	#sub-intro .full65 { width:90%;}
	#sub-intro .full65 h1 {
  font-size: 30px;}
	#sub-intro {  padding: 100px 0 50px;}
	
	#disclaimer {
  font-size: 8px;
  color: #ccc;
  font-weight: lighter;
  padding: 7px 15px;
  border: 1px solid #ccc;
  width: auto;
  text-transform: uppercase;
  letter-spacing: .08em;
  position: absolute;
  top: auto;
  left: auto;
  position: relative;
  width: 90%;
  padding: 3px 0;
  margin: 10px auto;
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
	}
	
	#button-footer {
  position: absolute;
  top: 8px;
  right: 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  padding: 0;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  margin-bottom: 10px;
}

footer { height:auto; position:relative;}

.full60, .full50, .full55, .full35 {
  width: 90% !important;
  padding: 0 5% !important;
}

#hp-history-img {
  position: relative;
  right: auto;
  z-index: 0;
  bottom: auto;
  height: auto;
  width: 70%;
  border-bottom: 2px solid #ddd;
  margin: 0 7%;
  float: none;
}

#footer-social-wrapper {
  padding: 0;
  top: 7px;
  width: 130px;
  list-style: none;
  position: absolute;
  left: auto;
  position: relative;
  margin: 0 auto;
}

#bio-intro h3, #hp-story h2 {
  font-size: 29px;
		}
		
		#intro h2 span, #together h2 span {
  font-size: 32px;
		}
		
		#intro h2, #together h2 {
  font-size:38px;
	}#bio-intro h3, #hp-story h2 {
  font-size: 27px;
}

.small {
  padding: 9px 9px;
  font-size: 12px;
}

#hp-story .full50, #hp-story .full40 {
  padding: 20px 5%;
}
	
#hp-story .full40 {
  padding: 155px 4% 100px 5%;
  margin-bottom: 30px;
  width: 90%;
  border-radius: 10px 10px 0 0;
}

#up-arrow {
  position: absolute;
  top: 40px;
  width: 90%;
  height: auto;
  left: 0;
}
	#red-banner p {
  font-size: 25px;
	}
	
	#hp-story .full40 ul li {
  font-size: 17px;
	}
	
	#founders h2, #reimagine h2, #principles h2, section.bg-white h2 {
  font-size: 25px;
	}
	
	#senate-2010, #charity-image {
  float: left;
  width: 70%;
  height: auto;
  border-radius: 450px;
  max-width: 550px;
  margin: 0 15% 20px;
	}
	
	#principles {
  padding-bottom: 0;
}

#giving-back {
  padding-top: 40px;
}

#button-footer-index {
  position: relative;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 8px 0;
  font-size: 15px;
  width: 100%;
}


.article-bg-image {
  background-position: right top;
}

#together {
  background: url(../img/end.jpg) no-repeat left center; padding:100px 0;}
  
  #together p {
  color: #fff;
  font-family: "proxima-nova", helvetica, arial, sans-serif;
  font-size: 15px;
  }
  
  #hp-story .full40 {
  padding: 215px 4% 100px 5% !important;}
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 45px 3% 0;
  width: auto;
  max-width: 1200px;
  width: 88%;
  margin: 20px auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); z-index:9999999999999;}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;z-index:9999999999999; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    /*width: 35px;
    height: 35px;*/
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
	
	 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  }

	





