.inline,
header .logo,
header .social,
header nav,
.about,
.equip,
.vid,
.vid-info,
.left,
.testimonials .content,
.testimonials .img,
.contact .contactinfo,
.contact .img {
    display: inline-block;
    vertical-align: top
}

.button,
button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 0.3em 1em;
    border-bottom: none;
    background: red;
    color: #fff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear
}

.american-golf .button,
.american-golf button {
    margin-bottom: 2em
}

.button:hover,
button:hover {
    background: #ad0000;
    color: #fff
}

.cf:after,
footer:after {
    content: "";
    display: table;
    clear: both
}

.largeHeader {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px #000000;
    font-weight: bold;
    font-size: 50px;
    font-size: 5rem;
    line-height: 70px;
    line-height: 7rem;
    margin-bottom: 0
}

@media (max-width: 960px) {
    .largeHeader {
        font-size: 30px;
        font-size: 3rem;
        line-height: 42.0px;
        line-height: 4.2rem
    }
}

@media (max-width: 460px) {
    .largeHeader {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 25.2px;
        line-height: 2.52rem
    }
}

.introText {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 42.0px;
    line-height: 4.2rem;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 1.4rem
}

@media (max-width: 960px) {
    .introText {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22.4px;
        line-height: 2.24rem
    }
}

.highlight {
    color: #0071bc
}

html {
    font-size: 62.5%;
    font-family: 'Arial', sans-serif;
    height: 100%
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19.6px;
    line-height: 1.96rem;
    color: grey;
    height: 100%;
    padding-top: 260px;
    background: #f2f2f2
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.righteous,
h1,
h2,
h3,
h4 {
    font-family: 'Righteous', cursive
}

h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 84.0px;
    line-height: 8.4rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    color: #0071bc
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42.0px;
    line-height: 4.2rem;
    margin-bottom: 38.4px;
    margin-bottom: 2.4rem;
    color: #0071bc
}

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22.4px;
    line-height: 2.24rem;
    margin-bottom: 22.4px;
    margin-bottom: 1.4rem;
    color: #fff
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22.4px;
    line-height: 2.24rem;
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem;
    color: #0071bc
}

p,
ul,
fieldset,
ol {
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem
}

.col ul,
.content ul {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.6
}

a {
    color: #0071bc;
    text-decoration: none
}

a:hover {
    color: #005289;
    border-color: red
}

a img {
    display: block
}

a.inline,
header a.logo,
header a.social,
a.about,
a.equip,
a.vid,
a.vid-info,
a.triggers,
a.info,
a.left,
.testimonials a.content,
.testimonials a.img,
.contact a.contactinfo,
.contact a.img {
    border-bottom: 0
}

input,
select,
button,
textarea {
    font-family: 'Exo 2', sans-serif
}

input[type=submit] {
    border: none;
    outline: none
}

input[type=text],
input[type=email],
textarea {
    background: grey;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    background: grey
}

button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 5px;
    background: grey
}

button:hover,
button:focus {
    background: grey !important
}

table th {
    background: green;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    padding: 0.6em 1.4em
}

table td,
table th {
    border: 2px solid #fff;
    text-align: center
}

table td {
    padding: 4px 8px;
    vertical-align: middle;
    color: black
}

hr {
    background: #fff;
    height: 2px;
    margin-bottom: 1em;
    border: none
}

strong {
    font-weight: bold
}

header {
    padding: 10px 0;
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff
}

header .logo img {padding-bottom: 10px; }

@media (max-width: 460px) {
    header {
        text-align: center
    }
}

@media (max-width: 460px) {
    header .logo {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 1em
    }
    header .logo img {
        display: inline-block
    }
}

@media (max-width: 460px) {
    header nav {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

header .social {
    float: right;
}

@media (max-width: 460px) {
    header .social {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

header .social a {
    height: 36px;
    width: 36px;
    text-indent: -500em;
    margin-left: 1em;
    background: url("../images/header-icons.png") no-repeat
}

header .social a.tw {
    background-position: -37px 0
}

header .social a.yt {
    background-position: -73px 0
}

.splash {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem
}

.splash .bg {
    width: 100%
}

.splash div {
    background: #075daa;
    background: -moz-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #075daa), color-stop(100%, #03326b));
    background: -webkit-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -o-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -ms-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: linear-gradient(to bottom, #075daa 0%, #03326b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#075daa', endColorstr='#03326b', GradientType=0);
    position: absolute;
    width: 60%;
    bottom: 10%;
    padding: 3% 16% 3% 4%
}

@media (max-width: 860px) {
    .splash div {
        width: 90%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22.4px;
        line-height: 2.24rem;
        padding-right: 100px
    }
}

.splash div p {
    margin-bottom: 0
}

.splash div a {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    display: block;
    background: #fff;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16.8px;
    line-height: 1.68rem;
    text-align: center;
    padding-top: 18px;
    position: absolute;
    right: 5%;
    top: 25%
}

.section {
    padding: 24% 0;
}

.info {
    margin-top: 20px;
    background: #075daa;
    background: -moz-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #075daa), color-stop(100%, #03326b));
    background: -webkit-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -o-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: -ms-linear-gradient(top, #075daa 0%, #03326b 100%);
    background: linear-gradient(to bottom, #075daa 0%, #03326b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#075daa', endColorstr='#03326b', GradientType=0);
    color: #fff;
}

.info img {
    width: 100%;
    margin: 15px 0;
}

.info p:last-child {
    margin-bottom: 0
}

.vid {
    width: 66%;
    margin-right: 4%;
    height: 380px
}

@media (max-width: 860px) {
    .vid {
        width: 100%
    }
}

.vid-info {
    width: 30%
}

.vid-info img.logo {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.vid-info h3 {
    color: #666
}

@media (max-width: 860px) {
    .vid-info {
        width: 100%
    }
}

.testimonials .content {
    width: 75%;
    overflow-y: scroll;
    max-height: 452px;
    padding-right: 2em
}

@media (max-width: 860px) {
    .testimonials .content {
        width: 100%;
        padding-right: 0
    }
}

.testimonials .img {
    width: 25%;
    text-align: right
}

@media (max-width: 860px) {
    .testimonials .img {
        display: none
    }
}

.testimonials p.credit {
    color: #0071bc;
    margin-top: -1.6rem;
    margin-bottom: 2.4em
}

.contact .contactinfo {
    width: 42.71%;
    padding-right: 2em
}

@media (max-width: 860px) {
    .contact .contactinfo {
        width: 100%;
        padding-right: 0
    }
}

.contact .contactinfo li {
    background: url("../images/contact-icons.png") no-repeat;
    background-position: 0px 0px;
    height: 41px;
    overflow: hidden;
    line-height: 41px;
    padding-left: 61px;
    font-weight: bold;
    margin-bottom: 0.6em
}

.contact .contactinfo li.fb {
    background-position: 0 -84px
}

.contact .contactinfo li.tw {
    background-position: 0 -126px
}

.contact .contactinfo li.em {
    background-position: 0 -42px
}

.contact .img {
    max-width: 550px;
    width: 57.29%
}

.contact .img img {
    width: 100%
}

@media (max-width: 860px) {
    .contact .img {
        width: 100%
    }
}

footer {
    border-top: 1px solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em
}

footer p {
    margin-bottom: 0
}

footer p.credit {
    float: right;
    margin-left: 2em
}

footer p.copy {
    float: left
}

@media (max-width: 860px) {
    footer p {
        width: 100%;
        float: none;
        margin-bottom: 1em
    }
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 60%;
    display: block;
    list-style: none
}

.nav-collapse li {
    width: 100%;
    display: block;
    margin-left: 20px
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}

.nav-collapse.opened {
    max-height: 9999px
}

.disable-pointer-events {
    pointer-events: none !important
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

@media screen and (min-width: 860px) {
    .js .nav-collapse {
        position: relative
    }
    .js .nav-collapse.closed {
        max-height: none
    }
    .nav-toggle {
        display: none
    }
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left
}

@media screen and (min-width: 860px) {
    .nav-collapse {
        float: right;
        width: auto
    }
}

.nav-collapse li {
    float: left;
    width: 100%
}

@media screen and (min-width: 860px) {
    .nav-collapse li {
        width: auto
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #bbbdbf;
    width: 100%;
    float: left
}

@media screen and (min-width: 860px) {
    .nav-collapse a {
        text-align: center;
        float: left;
        margin: 0
    }
}

@media screen and (min-width: 860px) {
    .nav-collapse ul ul a {
        display: none
    }
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h4.panel-title { line-height: 1em; }