/*
Theme Name: Grace for Congress
Theme URI: n/a
Description: Grace Meng runs for Congress 2018
Author: NPSG & Bootstrap
Author URI: n/a
Version: 0.1.0
*/

body {
  width: 100%;
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  color: black;
  background-color: white;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0 15px 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.issuepage a {
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #007fd9;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #022648;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: #ff0000;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #022648;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: #73c7ff;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  color: #5dbcff;
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 20px 0;*/
    border-bottom: 5px solid #bab9b9;
    letter-spacing: 1px;
   /* -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;*/
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(http://graceforny.toolsnp.com/wp-content/uploads/2017/04/mengbg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

#feature {
  float: right;
  margin: 45px 50px 0px 0px;
  width: 25%;
}

@media (max-width: 768px) {
  #feature {
    display: none;
  }
}

@media (max-width:992px) and (min-width:769px) {
    #feature {
        margin: 25px 10px 0px 0px;
    }
}​


.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/*.content-section {
  padding-top: 100px;
}*/
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(http://g4dnc.toolsnp.com/wp-content/uploads/2017/02/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 30px;
}
@media (min-width: 767px) {
  /*.content-section {
    padding-top: 250px;
  }*/
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
  }
}
.btn {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  background: #ff0000;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
    padding: 25px 0 0 0;
    background-color: #022648;
}

footer p {
  margin: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #005596;
    color: white;
}

footer img {
  margin-top: 20px;
  margin-bottom: 30px;
}

::selection {
    text-shadow: none;
    background: #005596;
    color: white;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.col-centered{
float: none;
margin: 0 auto;
}


#entrain {
    background:none;
    max-width:20%;
    display:inline-table;
    float: right;
    margin-right:12%;
}

@media(max-width:420px) {

    #entrain {
    background:none;
    max-width:100%;
    display:inline-table;
    float: right;
    /*margin-right:12%;*/
}

}

/* ----------- iPhone PLUSes ----------- */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    #entrain {
    background:none;
    max-width:100%;
    display:inline-table;
    float: right;
    /*margin-right:12%;*/
    }

}

/* ----------- iPhone 6 and 7 ----------- */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {

    #entrain {
    background:none;
    max-width:100%;
    display:inline-table;
    float: right;
    /*margin-right:12%;*/
    }

}

/* ----------- iPhone 5 ----------- */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    #entrain {
    background:none;
    max-width:100%;
    display:inline-table;
    float: right;
    /*margin-right:12%;*/
    }

}

.montrerplus {
    display: none;
}

#featuredabout button {
    background: red;
    border: none;
    padding: 7px 40px;
    border-radius: 3px;
    border-bottom: 2px solid #9a0606;
    text-transform: uppercase;
    color: white;
}

#featuredabout {
    background-image: url(http://gracefordnc.com/wp-content/uploads/2017/01/GMaside.png);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#featuredabout2 button {
    background: red;
    border: none;
    padding: 7px 40px;
    border-radius: 3px;
    border-bottom: 2px solid #9a0606;
    text-transform: uppercase;
    color: white;
}

#meetgrace {
    background: white;
    padding-bottom: 0px;
    color: black;
    margin-top: 14px;
}

.endorseimg {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    /*border: 2px dotted #007fd9;*/
}

.endorsename {
    text-align: center;
    font-size: 15px;
    /*color: white;*/
}

.endorserole {
    text-align: center;
    font-size: 12px;
}


.issue {
    width: 200px;
    text-align: center;
    background: #001f5f;
    color: white;
    margin: 0 0 25px 0;
    border-radius: 5px;
    display: inline-block;
    height: 150px;
}

.issue h3 {
    text-align: center;
}

.issue ul {
    display: table;
    margin: 0 auto;
}

@media(min-width:1199px) {

    #meetgrace {

    /*background-image: url(http://gracefordnc.com/wp-content/uploads/2017/01/gmaside3.jpg);*/
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    }
}

@media(max-width:420px) {

    .intro {
        background: white;
    }
}


@media(min-width:420px) {

    .imageune{
        display: none;
        text-align: center;
    }

    .apropos {
        text-align: justify;
    }
}

#platform {
  color: black;
}

#newsbgimg {
    background: #022648;
    min-height: 350px;
    background-size: cover;
    display: table;
    min-width: 100%;
}

#pressrelease {
    background: #022648;
    min-height: 350px;
    background-size: cover;
    display: table;
    min-width: 100%;
}

#newsbgimg p {
    text-align: center;
    vertical-align: middle;
    display: table-cell; 
    color: white;
    text-shadow: 2px 2px black;
    font-size: 48px;
}

#pressrelease p {
    text-align: center;
    vertical-align: middle;
    display: table-cell; 
    color: white;
    text-shadow: 2px 2px black;
    font-size: 48px;
}

#bleufonce {
    background: #003;
    background: -webkit-linear-gradient(#003,#003,#003,#003, #007fd9); 
    background: -o-linear-gradient(#003,#003,#003,#003, #007fd9); 
    background: -moz-linear-gradient(#003,#003,#003,#003, #007fd9);
    background: linear-gradient(#003,#003,#003,#003, #007fd9); 
}

#event1 {
    margin: 0 auto;
    display: block;
    max-height: 600px;
    border: 1px solid grey;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 20px;
}

h2 {
  margin-top: 30px;
}

.lireplus {
  color:#003;
}

#can_embed_form input[type="text"] {
  color: #003;
}

#clearmeng {
    display: block;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0;
}

.sharebar {
    padding: 60px 0px;
    background: white;
}


/* Sharebar buttons */

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);

}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;
    font-size: 14px;*/
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* end sharebar buttons */

    /* START CAROUSEL*/

.feature-div .carousel-inner .item {
    background-repeat: no-repeat;
    background-attachment: static;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 560px;
    border-bottom:5px solid #bab9b9;
}

@media (max-width:1199px) {
    .feature-div .carousel-inner .item {
        height: 500px
    }
}

@media (max-width:991px) {
    .feature-div .carousel-inner .item {
        height: 450px
    }
}

@media (max-width:767px) {
    .feature-div .carousel-inner .item {
        height: 400px
    }
}

.feature-div .carousel-inner .item .carousel-caption h1 {
    font-family: 'Halant', 'Source Sans Pro', Helvetica, Arial, Sans-Serif;
    font-size: 44px
}

@media (max-width:1199px) {
    .feature-div .carousel-inner .item .carousel-caption h1 {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .feature-div .carousel-inner .item .carousel-caption h1 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .feature-div .carousel-inner .item .carousel-caption h1 {
        font-size: 32px
    }
}

.carousel-caption img {
        width: 576px;
        margin-top: 300px;
    }

@media (max-width:1199px) {
     .carousel-caption img {
        width: 576px;
        margin-top: 175px;
    }
}

@media (max-width:991px) {
    .carousel-caption img {
        width: 576px;
        margin-top: 145px;
    }
}

@media (max-width:767px) {
    .carousel-caption img {
         width: 300px;
        margin-top: 145px;
    }
}

.feature-div .carousel-inner .item .carousel-caption .btn-glass {
    text-transform: uppercase;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding-left: 60px;
    padding-right: 60px
}

.feature-div .carousel-inner .item .carousel-caption .btn-glass:hover {
    background: #fff;
    color: #444444
}

.page-div .carousel {
    margin-bottom: 40px
}

.page-div .carousel .carousel-inner .item {
    background-repeat: no-repeat;
    background-attachment: static;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    border-bottom: 8px solid #d2b22a
}

@media (max-width:1199px) {
    .page-div .carousel .carousel-inner .item {
        height: 360px
    }
}

@media (max-width:991px) {
    .page-div .carousel .carousel-inner .item {
        height: 320px
    }
}

@media (max-width:767px) {
    .page-div .carousel .carousel-inner .item {
        height: 280px
    }
}

.page-div .carousel .carousel-inner .item .page-title {
    color: #ffffff;
    margin: 0
}

@media print {
    .page-div .carousel .carousel-inner .item .page-title {
        padding: 0
    }
}

@media print {
    .page-div .carousel .carousel-inner .item {
        height: auto;
        min-height: 100px;
        border-bottom: 0
    }
}

.single-div .carousel {
    margin-bottom: 40px
}

.single-div .carousel .carousel-inner .item {
    background-repeat: no-repeat;
    background-attachment: static;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    border-bottom: 8px solid #d2b22a
}

@media (max-width:1199px) {
    .single-div .carousel .carousel-inner .item {
        height: 360px
    }
}

@media (max-width:991px) {
    .single-div .carousel .carousel-inner .item {
        height: 320px
    }
}

@media (max-width:767px) {
    .single-div .carousel .carousel-inner .item {
        height: 280px
    }
}

.single-div .carousel .carousel-inner .item .single-title {
    color: #fff;
    margin: 0
}

/* END CAROUSEL*/

#options {
 
  background: white;
  width:100%;
  color: white;
}



@media only screen and (max-width: 768px) {
    .carousel-caption p {
        display: none;
    }
}

#menu-item-772 a {
    background-color: #ed2f16;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-top: 19px;
    border-bottom: 2px solid #ffffff;
}

#menu-item-772 a:hover {
  background-color:#73c7ff;
  color:#ffffff;

}
#menu-item-772 a:active {
  position:relative;
  top:1px;
}

@media (min-width: 768px) {

  #menu-item-772 a {
    background-color: #ed2f16;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border: none;
    margin-top: 19px;
    border-bottom: 2px solid #9f1f22;
    margin-left: 11px;
    color:white;
  }

}

#disc {
  color: #007fd9;
    border: 2px solid #007fd9;
    display: -webkit-inline-box;
    padding: 5px 30px 5px 30px;
    margin-top: 12px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}



/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

 .navbar-brand {
  height: 80px;
}

 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.fontawesome-text {display: none;}


.casier {
  border-top: 10px solid white;
  color:white;
}

#optionemail {
  background: #0a2c49;
  border-right: 0px solid white!important;
  padding-bottom: 5px;
}

#optionvolunteer {
  background: #59b5e8;
  padding-bottom: 5px;
  
}


#optioncontribute {
  background: #ed2f16;
  padding-bottom: 5px;
}

#options {
  /*border-top: 10px solid white;*/
}

.casier h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Josefin Sans', Sans-Serif;
}

@media (min-width: 992px) {
  #optionvolunteer {
  border-right: 10px solid white!important;
  border-left: 10px solid white!important;
  padding-bottom: 0;
}

  #optionemail, #optioncontribute {
  padding-bottom: 0;
}

}

#news {
  background-color: #59b5e8;
}

#issueshome {
  background-color: #022648;
}

.newscarton {
  background-color: white;
  border-right: 10px solid #59b5e8;
}

.issuecarton {
  background-color: white;
  border-right: 10px solid #022648;
  margin-bottom: 10px;
}

/*.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row > [class*='col-'] {
   display: flex;
   flex-direction: column;
}*/

.feature-div {
  margin-right: -15px;
  margin-left: -15px;
}

.issuecarton img {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

.newscarton img {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

.newsdatebg {
  background:#59b5e8;
    color: white;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    padding: 5px 25px;

}

.newsdatetext {
  margin-bottom: 0px;
}

.newstype {
  margin-top: 20px;
    text-align: center;
    font-family: 'Josefin Sans';
    color: #cccaca;
    text-transform: uppercase;
    font-size: 14px;
}

.newstitle {
  margin-top: 0;
    font-weight: 300;
    text-align: center;
    font-family: 'Ubuntu';
}

.newscarton a {
  color: #59b5e8;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.issuecarton a {
  color: #59b5e8;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

#homemediabutton {
  text-align: center;
    color: white;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    background-color: #022648;
    padding: 20px 20px 15px 20px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}

#homeissuebutton {
  text-align: center;
    color: white;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    background-color: #59b5e8;
    padding: 20px 20px 15px 20px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}

.issuecarton p {
  font-size: 14px;
  text-align: justify;
  
}

.issuetitle {
    margin-top: 15px;
    font-weight: 300;
    text-align: center;
    font-family: 'Ubuntu';
    padding-top: 15px;
}

.footersocial {
  display: inline;
  margin: 0 20px;
}

footer ul {
  padding-left: 0px;
  margin-top: 10px;
}

#contributefooter {
    background-color: #ed2f16;
    border: none;
    border-bottom: 2px solid #9f1f22;
    color: white;
    padding: 13px 10px 7px 10px;
    font-size: 18px;
    font-family: 'Josefin Sans';
    width: 200px;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

#contributefooter a:hover {
  background-color:#73c7ff;
  color:#ffffff;

}

#disclaimerbox {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-size: 14px;
    margin-top: 100px;
}

#disclaimer {
    color: #ffffff;
    padding: 10px 20px;
    font-family: 'Josefin Sans';
    font-size: 12px;
}

.issuebox {
  background:#fff;
  color:black;
  border-radius:3px;
  margin:0 auto;
  margin-bottom:25px!important;
  min-height:300px;
  padding:30px;
}

.issuecontentimage {
    min-height: 175px;
    margin: 0 auto;
}

.issuebox p {
  color:black;
  text-align: center;
  margin-bottom: 0;
}

.issuebox h3 {
  text-align: center;
}

.at-title {
  display: none;
}

.at-legend {
  display: none;
}

.at input[type="tel"], .at input[type="email"] {

  font-size: 20px!important;
    background: 0 0;
    color: #0a2c49!important;
    border: 2px solid #0a2c49!important;
    padding: 10px!important;
    height: auto!important;

 }

  .at input[type="submit"] {
    transition: all .5s ease;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: #59b5e8;
    color: #fff;
    padding: 11px 40px;
    border: none!important;
    letter-spacing: 2px;
    width: 100%;
    margin: 0!important;
}

.at label {
  color: #0a2c49!important;
  font-size: 14px!important;
  margin: 0!important;
}

.at-inner {
  border: none!important;
}

.FastAction {display: none!important;}