/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
  font-family: 'Century Gothic', CenturyGothic, 'Heiti TC Light', AppleGothic, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background-image: url(/img/wbg.jpg);
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 20px;
  color: #222222;
  border-top: solid 8px #e20307;
}

@font-face{ 
	font-family: 'KeepCalm';
	src: url('../fonts/keep-calm.medium-webfont.eot');
	src: url('../fonts/keep-calm.medium-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/keep-calm.medium-webfont.woff') format('woff'),
	     url('../fonts/keep-calm.medium-webfont.ttf') format('truetype'),
	     url('../fonts/keep-calm.medium-webfont.svg#webfont') format('svg');
}

h1 {
	font-family: "KeepCalm";
	color:#FFF;
	letter-spacing: -0.03em;
	font-size: 2.5em;
	padding: 15px 0 20px;
	background: #e20307;
}

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

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

.fa-facebook-f, .fa-twitter {
	color:#FFFFFF;
}
.fa-stack .fa-circle {
	color:#999999;
}
.fa-stack:hover .fa-circle {
	color:#e20307;
}

#logo {
	margin: 80px 0 40px;
	max-width: 500px;
}

#email1 {
	background: url(../img/black25.png);
	padding: 10px 2%;
	border-radius: 6px;
	font-size: 1.2em;
	border: 0px ;
	width:69%;
	margin-right:2%;
}
#submit1 {
	text-align: center;
	background-color: #e20307;
	padding: 10px 2%;
	border-radius: 6px;
	font-size: 1.2em;
	color:#FFF;
	border:0;
	width:24%;
}
#submit1:hover {
	background-color: #f57870;
}


.submit {
	text-align: center;
	background-color: #e20307;
	padding: 8px 12px;
	border-radius: 6px;
	color:#FFF;
	border:0;
}
.submit:hover {
	background-color: #f57870;
	color:#FFF;
	text-decoration: 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;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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 {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.red-bg {
  background: #e20307;
  color: #ffffff;
  padding: 10px 0 40px;
}
.red-bg h2 {
  font-size: 2.5em;
}

#world-map {
  min-height: 300px;
  padding: 60px 0;
}
.team {
  max-width: 100%;
  border-radius: 50%;
  border: solid 2px #999999;
  margin-bottom: 12px;
}
.fa-facebook-f,
.fa-twitter,
.fa-linkedin-in,
.fa-apple,
.fa-android {
  color: #ffffff;
}
.fa-stack .fa-circle {
  color: #999999;
}
.fa-stack:hover .fa-circle {
  color: #e20307;
}

a {
  color: #e20307;
}
a:hover {
  color: #f4776f;
}
.scale {
  max-width: 100%;
}
.pgh-pullup {
  position: relative;
  top: -40px;
}

.cmt-button {
  background: #e20307;
  border-bottom: solid 4px #c91b10;
  overflow: auto;
  display: inline-block;
  margin: 0 10px;
  font-size: 1.1em;
}
.cmt-button > i {
  display: block;
  float: left;
  padding: 0px 12px;
  color: #ffffff;
  background-color: #e01e12;
  line-height: 2.3em;
  min-width: 40px;
  font-size: 1.2em;
}
.cmt-button > span {
  display: block;
  float: left;
  padding: 0px 16px;
  color: #ffffff;
  line-height: 2.75em;
  min-width: 100px;
}
.cmt-button:hover {
  border-bottom: solid 4px #808080;
}
.cmt-button:hover > span {
  background-color: #ffffff;
  color: #e20307;
}
.cmt-button:hover > i {
  background-color: #999999;
  color: #ffffff;
}
.cmt-button-sm {
  background: #e20307;
  border-bottom: solid 2px #c91b10;
  overflow: auto;
  display: inline-block;
  margin: 0 10px;
  font-size: 1.0em;
}
.cmt-button-sm > i {
  display: block;
  float: left;
  padding: 0px 12px;
  color: #ffffff;
  background-color: #e01e12;
  line-height: 2.1em;
  min-width: 36px;
  font-size: 1.2em;
}
.cmt-button-sm > span {
  display: block;
  float: left;
  padding: 0px 16px;
  color: #ffffff;
  line-height: 2.5em;
  min-width: 100px;
}
.cmt-button-sm:hover {
  border-bottom: solid 2px #808080;
}
.cmt-button-sm:hover > span {
  background-color: #ffffff;
  color: #e20307;
}
.cmt-button-sm:hover > i {
  background-color: #999999;
  color: #ffffff;
}
.cmt-button-off {
  background-color: #cccccc;
  border-bottom: solid 2px #a6a6a6;
}
.cmt-button-off > i {
  color: #ffffff;
  background-color: #b3b3b3;
}
.cmt-button-off > span {
  color: #ffffff;
}
.cmt-button-off:hover {
  border-bottom: solid 2px #a6a6a6;
}
.cmt-button-off:hover > span {
  background-color: #cccccc;
  color: #ffffff;
}
.cmt-button-off:hover > i {
  color: #ffffff;
  background-color: #b3b3b3;
}

#rotate {
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Safari */
    transform: rotate(5deg);
}
/* ==========================================================================
   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;
    }
}