@charset "UTF-8";

/*
@import url('https://fonts.googleapis.com/css?family=Oswald:300');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300');
*/

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.Site {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.Site-content {
  flex: 1 0 auto;
  padding: var(--space) var(--space) 0;
  width: 100%;
}
h1 {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 2.6em;
	letter-spacing: .15em;
	line-height: 1.5em;
/*    margin-left: -70px;*/
/*	text-transform: uppercase;*/
}
.p {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
a.email:link {
	color: #22d759;
	text-decoration: none;
	transition: .2s ease-in-out;
}
a.email:visited {
	text-decoration: none;
	color: #22d759;
}
a.email:hover {
	text-decoration: none;
	color: #1baa46;
	transition: .2s ease-in-out;
}
a.email:active {
	text-decoration: none;
}
a.social:link {
	color: #717D84;
	text-decoration: none;
	font-size: 30px;
	margin-left: 20px;
	transition: .2s ease-in-out;
}
a.social:visited {
	text-decoration: none;
	color: #717D84;
	font-size: 30px;
	margin-left: 20px;
}
a.social:hover {
	text-decoration: none;
	color: #5C6970;
	font-size: 30px;
	margin-left: 20px;
	transition: .2s ease-in-out;
}
a.social:active {
	text-decoration: none;
	font-size: 30px;
	margin-left: 20px;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	padding-bottom: 70px;
}

#div1 {
}

.header {
	padding-top: 30px;
	padding-bottom: 120px;
	position: fixed;
}
.main {
	padding-left: 30px;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0px;
	margin-bottom: 10px;
	height: 300px;
}
.logo {
	width: 85%;
	height: 100px;
	background-image: url("../images/logo_full.svg");
	margin-left: 30px;
	background-size: contain;
    background-repeat: no-repeat;
}

.social{
    margin-left: 30px;
    margin-top: 10px;
    width: 100%;
    height: 25px;
    
}

.social img{
    height: 25px;
    width: auto;
}

img.arrow{
    height: 25px;
}
.dash {
	width: 45px;
	height: 2px;
	background-color: #FFFFFF;
}
.text {
	color: #FFFFFF;
/*	margin-left: -4px;*/
	font-size: .75em;
	margin-right: 4px;
}
.contact {
	font-size: 1em;
}
.emailButton {
	width: 250px;
	clear: none;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 0.7em;
	margin-top: -20px;
}
.subText {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1em;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet & Desktop Layout: 768px to a max of 1232px.  Inherits styles from: Mobile Layout. */

@media (min-width: 770px) {
.text {
	color: #FFFFFF;
	margin-left: -4px;
	font-size: 1em;
}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.header {
	padding-top: 70px !important;
}
.main {
	padding-left: 70px !important;
}
.footer {
	position: fixed;
	margin-bottom: 0px !important;
	height: 340px !important;
}


.logo {
	margin-left: 70px !important;
}
.social {
	margin-left: 70px !important;
}
.dash {
}
.text {
}
.contact {
	font-size: 1em;
}
.emailButton {
}

.subText {
	margin-left: -4px;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
    
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) { }

@media all and (min-width: 768px) and (max-width: 1024px) { }

@media all and (min-width: 480px) and (max-width: 768px) { }

@media all and (max-width: 480px) {
    h1{
        font-size: 1.9em;
    }
    .footer{
        height: 200px;
    }
    .logo{
        height: 55px;
    }
    
    img.arrow{
    height: 20px;
}
}


/* Portrait */
@media screen and (orientation:portrait) { /* Portrait styles here */ }
/* Landscape */
@media screen and (orientation:landscape) and (max-width: 768px){ 
    h1{
        font-size: 1.4em;
    }
    .footer{
        height: 150px;
    }   
    
    .logo{
        height: 75px;
    }
    
    .footer{
        margin-bottom: 20px;
    }
    
    img.arrow{
    height: 10px;
}
}


.socials-container{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0;
  z-index: 1000;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  z-index: 9999;
}

.socials-container .social-item{
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 160px 40px;
  background-size: 160px 40px;
  background-position: 100% 0;
}

.socials-container .social-item:hover{
  background-position: 33.33333% 0;
}

.socials-container .social-item:not(:first-child){
  margin-left: -2px;
}

@media screen and (max-width: 1024px){
  .touch .socials-container .social-item:hover{
    background-position: 0% 0;
  }
}

@media screen and (max-width: 768px){
  .socials-container .social-item{
    /*display: block;*/
    width: 44px;
    height: 44px;
    -webkit-background-size: 176px 44px;
    background-size: 176px 44px;
  }

  .socials-container .social-item:not(:first-child){
    /*margin-top: -2px;*/
    margin-left: -2px;
  }
}

.facebook{
  background-image: url(http://d2xgoeeq7a4bfy.cloudfront.net/v1/facebook.png);
}

.twitter{
  background-image: url(http://d2xgoeeq7a4bfy.cloudfront.net/v1/twitter.png);
}

.instagram{
  background-image: url(http://trumpdonald.org/assets/images.png);
}

.socials-container .social-item .social-link{
  display: block;
  width: 100%;
  height: 100%;
}

