/*
Theme Name: Abby 2018
Theme URI:
Description:
Author: GPSIMPACT
Author URI: http://gpsimpact.com
Version: 1.0
b: 004d98 // gradient blue overlay 00427c
y: feac00
t: 41a49f
*/

@import url('https://use.typekit.net/yab0coq.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
  font: 400 16px/1.65 "Montserrat",sans-serif;
  padding-top: 70px;
  overflow-x: hidden;
}
@media (min-width: 768px){
  body {
    padding-top: 97px;
  }
}

@media (min-width: 992px) {
.vertical-align {
    display: flex;
    align-items: center;
}
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  color: #005192;
}

#wpadminbar {
  position: fixed !important;
}

.logged-in .fixed-top {
  top:45px;
}
@media (min-width: 783px) {
  .logged-in .fixed-top {
    top:32px;
  }
}

/* ------- Logo ------- */

svg {
  width: 100%;
}

.fill-blue {
  fill: #005192;
}

.fill-yellow {
  fill:#ffb819;
}

.fill-white {
  fill:#fff;
}

/* ------- Typography ------- */

h1,
h2,
h3,
.btn {
  font-family: "league-gothic", serif;
  font-weight: 500;
  /*letter-spacing: 2px;*/
  -webkit-font-smoothing: antialiased;
}


h4,
h5,
h6 {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

strong {
  -webkit-font-smoothing: antialiased;
}

.post-body li {
  line-height: 1.35;
  margin-bottom: 16px;
}

@media (min-width: 992px){
  .post-body p,
  .post-body li {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

blockquote {
  border-left-width: 10px;
  border-left-color: #005192;
  background-color: #f5f5f5;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

blockquote * {
  position: relative;
  z-index: 3;
}

blockquote p {
  font-style: italic;
}

blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f10d";
  text-decoration: inherit;
  position: absolute;
  font-size: 72px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  top: 5px;
  left: 2.5%;
  z-index: 1;
}

blockquote cite {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 0;
}

blockquote cite:before {
  content: '- ';
}

/* ------- Header ------- */

.navbar {
  padding: 0;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

#header .navbar {
  background-color: #005192;
  border: none;
}
@media (min-width: 768px){
  #header .navbar {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #eaf0fa;
  }
}

.navbar-brand {
  padding-left: 15px;
}
@media (min-width: 768px){
  .navbar-brand {
    padding-left: 0;
  }
}

.navbar-brand svg {
  width: 50px;
}

@media (min-width: 768px){
  .navbar-brand svg {
    width: 150px;
  }
}

.navbar .fill-blue {
  fill: #fff;
}
@media (min-width: 768px) {
  .navbar .fill-white,
  .navbar .fill-blue {
    fill: #005192;
  }
}

.navbar-toggler {
  padding: 17px 25px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 480px) {
  .navbar-toggler {
    padding: 25px;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .navbar-collapse {
    box-shadow: none;
    border: none;
  }
}

.menu-item {
  display: block;
}

.nav-link {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .nav-link {
    color: #005192;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 16px;
  }
}

.nav-link:hover,
.nav-link:focus {
  background-color: #ffb819;
  color: #005192;
}

@media (min-width: 768px){
  .donate .nav-link {
    margin-left: 10px;
  }
}

.donate .nav-link {
  background-color: #aa0000;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.donate .nav-link:hover,
.donate .nav-link:focus {
  background-color: #c00000;
}

/* --------HOME ------*/

.home section p:last-of-type {
  margin-bottom: 0;
}

#hero,
#about {
  background-color: #005192;
  background: url('assets/images/Abby_bk_pat.png');
  position: relative;
  color: #fff;
  overflow: hidden;
}

#hero {
  padding-bottom: 75px;
}

#hero h1 {
  text-transform: uppercase;
  padding-bottom: 0;
}
#hero p {
  font-size: 1.2em;
  line-height: 1.5em;
}

#hero a,
#about a {
  float: right;
  text-transform: uppercase;
  color: #feac00;
  font-size: 1.5em;
  position: relative;
  z-index: 60;
  margin-top: 10px;
  margin-right: 10px;
}
#hero a:hover,
#hero a:focus,
#hero a:active {
  color: #fff;
  text-decoration: none;
}
#signup-home {
  padding: 35px 0px;
}

#signup-home .form-title {
  color: #41a49f;
}
@media (min-width: 992px) {
  #signup-home .form-title {
    color: #004d98;
  }
}

.hero-logo {
  display: block;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.tris {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.tri {
  width: 100%;
}

#hero img.af {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  top: 25px;
}

#about img.af {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  #about img.af {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 5;
  }

  #about .content {
    width: calc(100% - 300px);
    margin-bottom: 5rem;
  }
}

#donate-home {
  background-color: #41a49f;
  border-top: 5px solid #feac00;
  padding: 20px 0px;
  text-align: center;
  color:#fff;
  font-size: 1.25em;
  line-height: 1.25em;
}
#donate-home h1,
#donate-home h3 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
#donate-home h1 {
  font-size: 3em;
}
.donate-ul {

  margin-top: 30px;
}

.donate-ul li {
  background-color: #fff;
  font-size: 1.3em;
  line-height: 1;
}
.donate-ul li:nth-of-type(even) {
  background-color: #f5f5f5;
}

.donate-ul li a {
  transition: all .5s ease-in-out;
  color: #004d98;
  width: 100%;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.donate-ul li.sel {
  background-color: #feac00;
  color: #fff;
  text-decoration: underline;
}
.donate-ul li a:hover,
.donate-ul li a:focus,
.donate-ul li a:active {
  color: #004d98;

  background-color: #feac00;
}

/* Content GRID */
.grid-box {
  min-height: 350px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
text-align: center;
color: #fff;
}
.grid-box .btn-primary {
  font-size: 1.4em;
  color:#fff;
}
.grid-box .btn-primary:hover,
.grid-box .btn-primary:focus,
.grid-box .btn-primary:active {
  color:#fff;
}
.grid-twt {
  background: #4099FF;
  transition: all 1s ease-in-out;

}
#social_block:hover .grid-twt,
#social_block:focus .grid-twt,
#social_block:active .grid-twt {
  background: #004d98;
}
.grid-fb {
  background: #3b5998;
  transition: all 1s ease-in-out;
}
#social_block:hover .grid-fb,
#social_block:focus .grid-fb,
#social_block:active .grid-fb {
  background: #004d98;
}
.grid-box i {
  font-size: 4em;
}
.grid-box .top {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  padding: 30px;
}
#social_block:hover h1,
#social_block:focus h1,
#social_block:active h1 {
  color:#feac00;
}
.qw1 {
  -webkit-transition-delay: .05s; /* Safari */
    transition-delay: .05s;
}
.qw2 {
  -webkit-transition-delay: .1s; /* Safari */
    transition-delay: .1s;
}
.qw3 {
  -webkit-transition-delay: .15s; /* Safari */
    transition-delay: .15s;
}
.qw4 {
  -webkit-transition-delay: .2s; /* Safari */
    transition-delay: .2s;
}
.qw5 {
  -webkit-transition-delay: .25s; /* Safari */
    transition-delay: .25s;
}
.qw6 {
  -webkit-transition-delay: .3s; /* Safari */
    transition-delay: .3s;
}
.qw7 {
  -webkit-transition-delay: .35s; /* Safari */
    transition-delay: .35s;
}
.qw8 {
  -webkit-transition-delay: .4s; /* Safari */
    transition-delay: .4s;
}
.qw9 {
  -webkit-transition-delay: .45s; /* Safari */
    transition-delay: .45s;
}
.qw10 {
  -webkit-transition-delay: .5s; /* Safari */
    transition-delay: .5s;
}
#issue_block:hover .overlay,
#issue_block:focus .overlay,
#issue_block:active .overlay {

  opacity: .4
}

.grid-box .top h1 {
  text-transform: uppercase;
}
.grid-beige {
  background-color: #fff4dd;
  padding: 20px;
}
.grid-white {
  color: #004d98;
}
.grid-box blockquote:after {
  transition: all 1s ease-in-out;

  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 72px;
  line-height: 1;
  color: #fff4dd;
  top: 5px;
  left: 2.5%;
  z-index: 1;
}

#endorse_block:hover blockquote:after,
#endorse_block:focus blockquote:after,
#endorse_block:active blockquote:after {
  color:#feac00;
}
.grid-beige blockquote:after {

  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 72px;
  line-height: 1;
  color: #fff;
  top: 5px;
  left: 2.5%;
  z-index: 1;
}

.grid-quote-img {
  float: right;
  margin: 20px;
  margin-top: 10px;
  max-width: 75px;
}
@media (min-width: 768px) {
  .grid-quote-img {
    margin-top: -50px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .grid-box .top blockquote {
    line-height:1.2em;
  }
}
.grid-box .top blockquote {

  color: #004d98;
  border-left-width: 0px;
  background-color: transparent;
  position: relative;
  padding: 25px;

}
.grid-box .top blockquote cite {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
}
/*
blockquote * {
  position: relative;
  z-index: 3;
}

blockquote p {
  font-style: italic;
}

blockquote:after {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 72px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  top: 5px;
  left: 2.5%;
  z-index: 1;
}

blockquote cite {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 0;
}

blockquote cite:before {
  content: '- ';
}*/


/* ---- VIDEO SECTION ----- */

#videos-home {
  background: #004d98; /* Old browsers */
  background: -moz-linear-gradient(45deg, #004d98 0%, #00427c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #004d98 0%,#00427c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #004d98 0%,#00427c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d98', endColorstr='#00427c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  background: url('assets/images/Abby_bk_pat.png');

}

#videos-home h2 {
  text-align: center;
  color:#fff;
  text-transform: uppercase;
}
#videos-home h1 {
  text-transform: uppercase;
  font-size: 3em;
}
.vs-cta-col .btn-primary {
  border: 0px;
  background-color: #41a49f;
  color: #fff;
  font-size: 2.5em;
  padding: 5px 35px;
}
.vs-cta-col .btn-primary:hover,
.vs-cta-col .btn-primary:focus,
.vs-cta-col .btn-primary:active {
  background-color:#feac00;
}
.vs-cta-col {
  text-align: center;
}
.vs-btn-wrap {
  background-color: #41a49f;
  padding: 20px;
  text-align: center;
}
.vs-btn-wrap .btn-primary{
  font-size: 1.8em;
  padding: 5px 25px;
  color:#fff;
}

/* ------- Sidebar ------- */

.widget {
  padding: 1rem;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
}

.widget > *:last-of-type,
.widget > ul li:last-of-type {
  margin-bottom: 0;
}

/* ------- Footer ------- */

#footer {
  padding: 50px 0;
  background-color: rgba(0,0,0,0.075);
}

#footer #af-icon {
  display: block;
  margin: 25px auto;
  width: 100px;
  height: auto;
}

#footer p.disco {
  width: auto;
  max-width: 450px;
  margin: 25px auto;
  display: block;
  padding: 10px 20px;
  line-height: 1;
  border: 2px solid #59595b;
  color: #59595b;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-transform: none;
  background: none;
}

#footer .info a {
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #bababa;
}

/* ------- Posts & Pages ------- */

.blog .post {
  margin-bottom: 35px;
}

.blog .post:not(:last-of-type) {
  padding-bottom: 25px;
  border-bottom: 1px solid #eaf0fa;
}

.blog .post-title {
  margin-top: 30px;
}

.blog .post h2 {
  margin-top: 0;
}

@media (min-width: 768px){
  .blog .post img,
  .blog .post .video-wrap {
    width: 100%;
    max-width: 350px;
    float: left;
    margin-right: 15px;
  }
}

.post-header {
  position: relative;
  z-index: 5;
  padding: 30px 0 0 0;
}

.has-featured-image .post-header {
  padding: 0px;
}

.post-title {
  color: #005192;
}
@media (min-width: 768px) {
  .post-title {
    font-size: 3.25em;
  }
}

.single .video-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .single .video-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.post-meta {
  color: #9aa0aa;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.single #main .container {
  max-width: 850px;
}

.single .post-header {
  padding: 0;
}

.page.page-child .post-header {
  padding-top: 50px;
}

.single .post-title {
  margin: 30px 0 15px 0;
}

.single .wp-post-image {
  margin: 30px 0;
}

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.03)
}

body:not(.single) .post-title {
  text-align: center;
  display: block;
  border-bottom: 1px solid #eaf0fa;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page .post-body {
  padding: 0 15px 30px 15px;
}

@media (min-width: 768px){
  body.page.has-featured-image .post-header .container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 60%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 60%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );width: 100%;
    max-width: none;
    padding: 0 15px;
  }

  body.page.has-featured-image .post-header .post-title {
    border: none;
    padding-top: 65px;
    padding-bottom: 25px;
    color: #ffffff;
    margin: 0;
  }

  body.page.has-featured-image .post-body {
    padding: 50px 0;
  }
}

.post-body .share-buttons {
  text-align: center;
}

.post-footer {
  margin-top: 20px;
}

.post-footer .post-meta {
	border-top: 1px solid #eaf0fa;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
}

.post-footer .post-meta a {
	color: #9aa0aa;
	border-bottom: 1px dashed #9aa0aa;
}

.post-footer .post-meta a:hover,
.post-footer .post-meta a:focus {
	color: #7a808a;
	border-bottom-style: solid;
	text-decoration: none;
}

@media (min-width: 1200px) {
  .columns-three {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.post-nav {
	background-color: #ffb819;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.post-nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-nav li:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.post-nav li a {
  padding: 20px 0;
  display: block;
  width: 100%;
  color: #39393b;
}

.post-nav li a:hover,
.post-nav li a:focus {
  text-decoration: none;
  background-color: #efa809;
}

.pagination {
  width: 100%;
  margin: 25px 0 -10px 0;
  background: #ffb819;
}

.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: table-cell;
  width: 1%;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ffb819;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
  color: #39393b;
}

.pagination .page-numbers.current {
  background-color: #efa809;
  color: #39393b;
}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  background-color: #efa809;
  text-decoration: none;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

.tag-description {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 768px) {
	.tag-description {
		font-size: 21px;
	}
}

.tag-runawayrod .post img,
.tag-runawayrod .post .video-wrap {
	float: none;
	max-width: none;
	margin: 0 0 10px 0;
}

/* ------- Buttons ------- */

/*.btn-default {
  background-color: #43b4e4;
  border-color: #43b4e4;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #4ebbe0;
  border-color: #4ebbe0;
  color: #fff;
}*/

.btn-primary {
  background-color: #ffb819;
  border-color: #ffb819;
  color: #39393b;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffc44d;
  border-color: #ffc44d;
  color: #39393b;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}

/* ------- Animations ------- */

.hiddenem {
    opacity: 0;
}

.w1 {
  animation-duration: 1.5s;
  animation-delay: .3s;
}

.w2 {
  animation-duration: 1.5s;
  animation-delay: .6s;
}

.w3 {
  animation-duration: 1.5s;
  animation-delay: .9s;
}

.w4 {
  animation-duration: 1.5s;
  animation-delay: 1.2s;
}

.w5 {
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}

.w6 {
  animation-duration: 1.5s;
  animation-delay: 1.8s;
}

/* ------- Misc ------- */
.noPad {
  padding: 0;
}
.help-block {
  background: #aa0000;
  color: #fff;
  letter-spacing: 1px;
}

.form-control,
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  border-radius: 0;
}

.btn {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
  font-size: 21px;
}
.btn-lg {
  font-size: 28px;
}

.searchform {
  max-width: 400px;
  margin-bottom: 25px;
}

/*.searchform .btn {
  border-width: 2px;
}*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
}
.grid-box .overlay {
  transition: all 1s ease-in-out;

  opacity: .7;
}
.overlay.black {
  background-color: #000;
}
.overlay.blue {
  background-color: #004d98;
}
.overlay.teal {
  background-color: #41a49f;
}
.overlay.white {
  background-color:#fff;
}
.top {
  position: relative;
  z-index: 25;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%;
  }

  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.social a:before {
  content: none;
}

.social .nav-link {
  font-size: 0px !important;
  padding-bottom: 8px;
  font-weight: 400;
}

.social .nav-link:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 100%;
}

.facebook .nav-link:before {
  content: '\f082';
}

.twitter .nav-link:before {
  content: '\f099';
}

.youtube .nav-link:before {
  content: '\f16a';
}

.instagram .nav-link:before {
  content: '\f16d';
}

.snapchat .nav-link:before {
  content: '\f2ac';
}

.social.facebook .nav-link:hover,
.social.facebook .nav-link:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter .nav-link:hover,
.social.twitter .nav-link:focus {
  background: #4099FF;
  color: #fff;
}

.social.youtube .nav-link:hover,
.social.youtube .nav-link:focus {
  background: #e52d27;
  color: #fff;
}

.social.instagram .nav-link:hover,
.social.instagram .nav-link:focus {
  background: #eaeaea;
  color: #39393b;
}

.social.snapchat .nav-link:hover,
.social.snapchat .nav-link:focus {
  background: #fffc00;
  color: #39393b;
}


/* --------------------------------

Modal Window

-------------------------------- */
.cd-modal {
  position: fixed;
  z-index: 1201;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-modal svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-modal svg > path {
  fill: #005192;
}
.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 150;
  top: 50px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url('assets/images/cd-icon-close.svg') no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* Force hardware acceleration*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cd-modal.modal-is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-modal.modal-is-visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cd-modal-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  color: #f2f2f2;
  padding: 150px 5% 60px 5%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#signup-modal .cd-modal-content {
  padding: 100px 20px;
}
.cd-modal-content p {
  color: #f2f2f2;
  line-height: 1.6;
  margin: 10px 0;
}
.modal-is-visible .cd-modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-modal-content {
    padding: 150px 15% 60px 15%;
    line-height: 1.65;
  }
  .cd-modal-content p,
  .cd-modal-content li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .cd-modal-content li {
    line-height: 1.25;
  }
}

/* --------------------------------

 Cover Layer - hide main content when modal is fired

-------------------------------- */
.cd-cover-layer {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
}
.cd-cover-layer.modal-is-visible {
  opacity: 100;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-modal h1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cd-modal .form {
  max-width: 400px;
  display: block;
  margin: 10px auto;
}
