html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background: #fff;
    color: #747474;
    font-family: sans-serif;
    font-size: 16px;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a {
    background-color: transparent;
    color: #002b5c;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    background-color: #ccc;
    border: 0;
    box-sizing: content-box;
    height: 1px;
    margin-bottom: 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: bebasregular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Bebas/bebas___-webfont.woff2) format(woff2), url(fonts/Bebas/bebas___-webfont.woff) format(woff);
}

body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
}

p {
    margin-bottom: 1em;
}

blockquote {
    margin: 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: .9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

*,
:before,
:after {
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dd {
    margin: 0 1.5em 1.5em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #e6e6e6;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.blue-btn,
.blue-btn:visited {
    display: inline-block;
	text-transform:uppercase;
    padding: 15px 12px;
    background-color: #002b5c;
    color: #fff;
	margin-bottom:20px;
}

.blue-btn:hover {
    background-color: #b9293e;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    left: -999em;
    position: absolute;
    top: 1.5em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

h1,
h2 {
    color: #002b5c;
    font-family: bebasregular, sans-serif;
}

h3,
h4 {
    color: #b9293e;
    font-family: sans-serif;
}

h3 {
    font-size: 2.125em;
}

a,
a:visited {
    color: #002b5c;
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.navbar-default .navbar-collapse {
	padding: 0;
}

.site_header .hidden-sm.hidden-xs.col-xs-12 {
	padding: 0;
}

.addspace {
    padding-top: 35px;
}

.addspace-bottom {
    padding-bottom: 35px;
}

.top-header {
    padding-top: 20px;
    text-align: center;
}

.top-header h1 {
    color: #002b5c;
    font-family: bebasregular, sans-serif;
    font-size: 2.813em;
    margin-bottom: 0;
    word-spacing: 15px;
}

.top-header p {
    color: #b9293e;
    font-family: sans-serif;
    font-size: 1.791em;
}

.page-template-home-page .header-wrap {
    min-height: 100vh;
}

.page-template-home-page .header-slider {
    height: 82vh;
}

.header-slider {
    background-image: url(./images/flaganddogtags.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 8em;
    position: relative;
}

.page-template-home-page .logo-box {
    padding-top: 50px;
}

.page-template-home-page .logo-box img {
    width: 28%;
}

.page-template-default .logo-box img {
    padding-bottom: 0;
    width: 30%!important;
}

.logo-box {
    padding-bottom: 100px;
    padding-top: 100px;
}

.page-template-home-page .dogtags-text {
    bottom: 7%;
}

.dogtags-text {
    bottom: 4%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.dogtags-text h1 {
    color: #002b5c;
    font-family: bebasregular, sans-serif;
    font-size: 2.75em;
    margin-bottom: 0;
    position: relative;
}

.dogtags-text p {
    color: #002b5c;
    font-family: sans-serif;
    font-size: 1.313em;
}
.outside-section .os-1 h4 {
    margin: 35px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit {
    background: #002b5c;
    box-shadow: none;
    color: #fff;
    font-size: 1.25em;
    outline: none;
    padding: 15px 25px;
    text-shadow: none;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
    background: #b9293e;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.soliloquy-container {
    margin-top: 75px!important;
}

.soliloquy-container p {
    line-height: 1.2em!important;
    margin-bottom: 10px!important;
}

.soliloquy-container .soliloquy-image {
    max-height: 470px!important;
}

.soliloquy-container .soliloquy-item .soliloquy-image {
    float: left!important;
    margin: 0!important;
    max-width: 60%!important;
    padding-left: 100px;
}

.soliloquy-title {
    font-size: 2.2em!important;
}

.soliloquy-container .soliloquy-caption {
    bottom: auto!important;
    top: 0!important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-right {
    margin-right: 100px;
    width: 100%;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside {
    background: transparent;
    color: #747474;
    font-family: sans-serif;
    font-size: 1.125em;
    text-align: left;
    text-shadow: none;
}

.soliloquy-outer-container {
    padding-bottom: 100px;
}

.soliloquy-fc-title {
    margin-bottom: 0!important;
}

.soliloquy-viewport {
    height: 500px!important;
}

.news-stories {
    font-size: 1.25em;
}

.news-stories .featured-image {
    border: 1px #ccc solid;
    height: 270px;
    text-align: center;
}

.news-stories img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.news-stories h3 {
    color: #002b5c;
    font-size: 1.75em;
    font-weight: 700;
}

.news-stories h4 {
    border-bottom: 2px solid #dfdcd3;
    color: #b9293e;
    padding-bottom: 15px;
}

.news-stories h5 {
    color: #b9293e;
    font-size: 1em;
}

.news-stories ol {
    margin: 0 0 1.5em 1em;
}

.news-stories p>a:hover {
    text-decoration: underline;
}

.read-more {
    background: url(/wp-content/uploads/2016/10/readmore-arrow.png);
    background-color: #002b5c;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: .875em;
    font-weight: 400;
    margin-top: 25px;
    max-width: 145px;
    padding: 10px 30px 10px 15px;
    text-align: left;
}

.read-more:hover,
.read-more:focus {
    background-color: #b9293e;
}

.news-stories a:hover,
.news-stories a:focus {
    text-decoration: none;
}

.event-section {
    background-color: #002b5c;
    padding: 15px;
}

.map-section {
    background-color: #b9293e;
    color: #fff;
    font-size: 1.125em;
    margin-bottom: 75px;
}

.map-section h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    word-spacing: 5px;
}

.map-section h3 {
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5em!important;
    font-weight: 500;
    margin-top: 0;
}

.map {
    padding-top: 55px;
}

.gcsc {
    margin-top: 35px;
    padding-bottom: 40px;
}

.footer-main h4 {
    color: #fff;
    font-size: 1.438em;
    font-weight: 800;
}

.footer-main,
#menu-footer-nav {
    background-color: #002b5c;
    color: #FFF;
    font-family: sans-serif;
    font-size: .875em;
}

#menu-footer-nav {
    font-size: 1em;
    margin: 0;
}

.footer-main {
    padding: 35px 20px;
}

#menu-footer-nav li a,
#menu-footer-nav li a:active,
#menu-footer-nav li a:visited,
.footer-contact a,
.footer-contact a:active,
.footer-contact a:visited {
    color: #FFF;
}

#menu-footer-nav li a {
    padding-left: 0;
}

#menu-footer-nav li a:hover {
    background-color: #f8f8f8;
    color: #002b5c;
}

.footer-social {
    padding-right: 0;
}

.footer-social h6 {
    font-family: Roboto, sans-serif;
    font-size: .813em;
}

.footer-logos {
    font-size: 1em;
    font-style: italic;
    padding-left: 0;
    width: 28%;
}

.footer-logos img {
    max-width: 175px;
    width: 100%;
}

.footer-logos p {
    padding-top: 20px;
}

.footer-logos .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.page-template-default .header-wrap {
    min-height: 0;
}

.page-template-default .header-slider {
    padding-bottom: 6em;
}

.page-template-default .logo-box {
    padding-bottom: 0;
    padding-top: 3em;
}

.content-area {
    padding: 2% 15%;
}

#primary-bootstrap-menu.navbar-default {
    background-color: #f8f8f8;
    border-radius: 0;
    border-width: 0;
    font-family: sans-serif;
    font-size: 1.125em;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}

#primary-bootstrap-menu.navbar-default .navbar-nav {
    background-color: #f8f8f8;
    padding: 25px 25px 10px;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #002b5c;
    padding: 15px 12px;
}

#primary-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #000;
}

#primary-bootstrap-menu.navbar-default .navbar-toggle:hover,
#primary-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.desktop-nav .search-form {
    padding-bottom: 25px;
}

.desktop-nav .search-form label {
    margin-bottom: 0;
}

.desktop-nav .search-form input[type="submit"] {
    background-color: #002b5c;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 7px 15px;
    vertical-align: top;
}

.navbar-toggle {
    font-size: 1em;
}

.navbar-nav ul {
    width: 100%;
}

.navigation-fixed {
    background-color: #f8f8f8!important;
    border-bottom: 2px solid #b9293e!important;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.page-template-default .dogtags-text {
    bottom: -42px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.single-success-story .content-area {
    padding: 0 15px;
}

.featured-image img {
    margin-bottom: 15px;
    max-height: 215px;
}

.success-container {
    border: 2px solid #747474;
    box-shadow: 0 0 4px 0 #747474;
    margin: .5%;
    padding: 15px;
    width: 49%;
}

.sba-sec {
    text-align: center;
    max-width: 550px;
}

.sba-sec img {
    max-width: 300px;
}

.add-fluid .facebook-wrapper {
    text-align: center;
}

.add-fluid .facebook {
    background-color: #20346a;
    margin-bottom: 50px;
    padding: 25px 15px;
    display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
.sticky,
.bypostauthor,
.infinity-end.neverending .site-footer,
.gallery-caption {
    display: block;
}

[hidden],
template,
.menu-toggle,
.widget_search .search-submit,
.byline,
.updated:not(.published),
.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.infinite-scroll .posts-navigation,

/* older / newer posts navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    display: none;
}

b,
strong,
optgroup,
dt {
    font-weight: 700;
}

dfn,
dfn,
cite,
em,
i {
    font-style: italic;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
    border: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

address,
.widget,
.hentry {
    margin: 0 0 1.5em;
}

.widget select,
embed,
iframe,
object {
    max-width: 100%;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:focus,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    background-color: #002b5c;
    color: #fff;
}

#primary-bootstrap-menu.navbar-default .navbar-toggle .icon-bar,
#primary-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#primary-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.inner-hero {
    background-image: url('/wp-content/uploads/2017/01/flag-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 185px;
}

.inner-hero-mobile {
    display: none;
    background-image: url('/wp-content/uploads/2017/01/flag-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 185px;
}

.ih-1 {
    padding-top: 30px;
    text-align: center;
}

.ih-2 {
    padding-top: 15px;
}

.ih-3,
.ih-4 {
    padding: 15px;
    text-align: center;
}

.ih-2 h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

.ih-2 h1, .ih-2 p {
    margin-top: 0;
    color: #ffffff;
}

.ih-2 p {
    font-size: 20px;
}

.intro-section .is-1a {
    font-size: 20px;
    margin: 25px 0 15px 0;
}
.intro-section .is-1a p {
    margin: 0;
}

.archive .wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* Blog Page */

.blog-section .single-post img {
    max-width: 350px;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.blog-section .single-post img[src=""] {
   display: none;
}

.blog-section .single-post .content {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    margin-left: 1.5%;
}

.blog-section .single-post {
    margin: 30px 0;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 60px;
}

.blog-section .single-post:last-of-type {
	border-bottom: none;
}

.blog-section .single-post h3 {
    color: #000000;
    margin-bottom: 0;
}

.blog-section .single-post p {
    padding: 20px 0 25px;
    margin-bottom: 0;
}

.blog-section .single-post span {
    font-size: 15px;
}

.blog-section .single-post button {
    background-color: #002b5c;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 7px 15px;
    vertical-align: top;
}

.blog-section .single-post button:hover {
    background-color: #fff;
    color: #002b5c;
    border: 1px solid #002b5c;
}

.single-post .text {
	padding: 10px;
}

.single-post h1 {
    color: #000000;
    font-size: 36px;
}

.single-post h2 {
    color: #000000;
    font-size: 30px;
    margin-top: 0;
}

.single-post h3 {
    color: #000000;
}

.single-post .inner-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.single-post .inner-container .entry-header .entry-meta {
    display: none;
}

.featured, .recently-added {
    padding: 30px 0;
}

.featured .inner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featured .inner-container .single-post {
    max-width: 330px;
    width: 100%;
    margin: 20px 20px;
    position: relative;
    box-shadow: 0px 0px 10px #b3b3b3;
}

.featured .inner-container .single-post a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recently-added .inner-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.recently-added .inner-container .single-post {
    max-width: 330px;
    width: 100%;
    margin: 20px 20px;
    position: relative;
    box-shadow: 0px 0px 10px #b3b3b3;
}

.recently-added .inner-container .single-post a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-videos .video-container {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.single-videos .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.basic-training .title {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 40px;
}

.basic-training .tiles {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.basic-training .tiles .single {
    display: inline-block;
    width: 33%;
    vertical-align: text-top;
    text-align: left;
    padding: 10px;
    margin-bottom: 30px;
}

.basic-training .tiles .single h3 {
    color: #ff0000;
    font-size: 34px;
    font-weight: bold;
}

.basic-training .tiles .single p {
    font-size: 20px;
    color: #404040;
}

.basic-training .tiles .single button {
    background-color: #002b5c;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 17px;
    font-weight: normal;
    padding: 7px 10px;
}

.basic-training .tiles .single button img {
    width: 13px;
    vertical-align: middle;
    transition: .3s;
}

.basic-training .tiles .single button:hover img {
    transform: translateX(5px);
}

.basic-training .bottom-text {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px 60px;
}

.basic-training .bottom-text hr {
    max-width: 200px;
    width: 100%;
        margin: 50px auto 25px;
    background-color: #404040;
}

.basic-training .bottom-text p {
    font-style: italic;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
	#primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
		padding: 15px 8px;
	}
    #primary-bootstrap-menu.navbar-default {
        font-size: 1em;
    }
    #primary-bootstrap-menu.navbar-default .navbar-nav {
        padding: 20px 3px;
    }
    .nav>li>a {
        padding: 10px;
    }
    .page-template-home-page .logo-box img {
        width: 28%;
    }
    .page-template-default .dogtags-text h1 {
        font-size: 2.5em;
    }
    .page-template-default .dogtags-text {
        bottom: 7%;
    }
}

@media only screen and (max-width: 1097px) {
    .page-template-home-page .logo-box img {
        width: 33%;
    }
    .page-template-home-page .dogtags-text h1 {
        font-size: 2.5em;
    }
    .page-template-default .dogtags-text h1 {
        font-size: 2.65em;
    }
    .page-template-default .dogtags-text p {
        font-size: 1.25em;
    }
    .soliloquy-outer-container {
        padding-bottom: 100px!important;
    }
    .soliloquy-caption-inside {
        margin-left: 5px!important;
    }
    .soliloquy-viewport {
        height: 467px!important;
    }
    .featured-content {
        font-size: 1.125em;
    }
    .news-stories p {
        font-size: .875em;
    }
    .news-stories h3 {
        font-size: 1.25em!important;
    }
}

@media only screen and (max-width: 1024px) {
    .add-fluid {
        width: 100%;
    }
    .page-template-home-page .logo-box img {
        width: 33%;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        min-height: 1px;
    }
    .container {
        width: 100%;
    }
    #primary-bootstrap-menu.navbar-default .navbar-toggle {
        margin-top: 0;
    }
    .top-header {
        padding-top: 55px;
    }
    .page-template-home-page .header-wrap {
        min-height: 0;
    }
    .page-template-default .header-slider {
        height: 80vh;
    }
    .page-template-home-page .logo-box img {
        width: 42%;
    }
    .page-template-default .logo-box img {
        width: 38%!important;
    }
    .top-header h1 {
        font-size: 2.35em;
    }
    .top-header p {
        font-size: 1.5em;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-bottom: 0;
        margin-left: -30px!important;
        margin-right: -30px!important;
    }
    .navbar-left,
    .navbar-right {
        float: none!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in {
        background-color: #f8f8f8;
        display: block!important;
    }
    .collapse.in ul li {
        padding: 0;
    }
    .collapse.in ul li:hover,
    .collapse.in ul li:focus {
        background-color: #002b5c;
        padding: 0;
        text-decoration: none;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-toggle {
        background-color: #002b5c;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        float: none;
        margin-bottom: 0;
        width: 100%;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #002b5c!important;
        border: none;
        box-shadow: none;
        display: block;
        float: none;
    }
    .navbar-toggle span {
        color: #fff;
        font-size: 1.25em;
        text-shadow: none;
    }
    .addspace {
        padding-top: 15px;
    }
    .soliloquy-outer-container {
        padding-bottom: 0!important;
    }
    .soliloquy-container {
        max-height: none!important;
    }
    .soliloquy-viewport {
        height: 850px!important;
    }
    .soliloquy-container .soliloquy-caption {
        position: relative!important;
    }
    .soliloquy-container .soliloquy-item .soliloquy-image {
        float: none!important;
        margin: 0 auto!important;
        max-width: 100%!important;
        padding-left: 10%;
        padding-right: 10%;
    }
    #soliloquy-container-40 .soliloquy-caption.soliloquy-caption-right {
        width: 100%!important;
    }
    .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside {
        margin: 15px auto 0 auto!important;
        padding: 0;
        width: 70%;
        text-align: center;
    }
    #soliloquy-container-40 .soliloquy-caption-inside .soliloquy-fc-read-more {
        margin: 0 auto;
    }
    .soliloquy-next,
    .soliloquy-prev {
        margin-top: 10%!important;
    }
    .news-stories .featured-image {
        max-width: 50%;
        text-align: center;
        transform: translateX(50%)!important;
    }
    .news-stories img {
        max-width: 80%;
    }
    .news-stories h3 {
        font-size: 1.5em!important;
    }
    .map-section {
        margin-bottom: 0;
    }
    #menu-footer-nav li a {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-menu,
    .footer-contact,
    .footer-social {
        padding-bottom: 30px;
    }
    .footer-social {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .footer-logos {
        font-size: .625em;
        width: 100%;
    }
    .footer-logos img {
        max-width: 28%;
        padding-bottom: 15px;
    }
    .navbar-header,
    .navbar-nav>li {
        float: none;
    }
    .news-stories,
    .footer-main {
        text-align: center;
    }

    .blog-section .single-post {
        text-align: center;
    }

    .blog-section .single-post img {
        display: block;
        margin: 0 auto;
    }

    .blog-section .single-post .content {
        margin-left: 0;
        max-width: 650px;
        width: 100%;
    }

    .basic-training .tiles {
        text-align: center;
    }

    .basic-training .tiles .single {
        width: 45%;
    }

    .basic-training .tiles .single h3 {
        font-size: 24px;
    }

    .basic-training .tiles .single p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .ih-3, .ih-4 {
        padding: 15px;
        text-align: center;
        width: 50%;
        margin: 15px auto 0 auto;
    }
    .inner-hero {
        display: none;
    }
    .inner-hero-mobile {
        display: block;
        background: #b9293e;
        padding: 15px 0;
    }
    .inner-hero-mobile .ih-1,
    .inner-hero-mobile .ih-3 {
        text-align: center;
    }
    .top-header h1 {
        font-size: 1.8em;
    }
    .top-header p {
        font-size: 1.35em;
    }
    .page-template-default .header-slider {
        height: 65vh;
    }
    .page-template-home-page .logo-box img {
        width: 50%;
    }
    .page-template-default .dogtags-text h1 {
        font-size: 2em;
    }
    .page-template-default .dogtags-text p {
        font-size: 1em;
    }
    .map-section {
        margin-bottom: 0;
    }
    .news-stories {
        text-align: center;
    }
}

@media only screen and (max-width: 736px) {
    #soliloquy-container-40 .soliloquy-prev,
    #soliloquy-container-40 .soliloquy-next {
        background-repeat: no-repeat!important;
        background-size: contain!important;
        height: 10%!important;
        width: 10%!important;
    }
    .page-template-home-page .logo-box img {
        width: 55%;
    }
}

@media only screen and (max-width: 667px) {
    .top-header h1 {
        font-size: 1.5em;
    }
    .top-header p {
        font-size: 1.25em;
    }
    .page-template-default .logo-box img {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-default .header-wrap {
        height: 90vh;
    }
    .page-template-default .header-slider {
        height: 85vh;
    }
    .header-slider {
        background-image: url(./images/background_alt.jpg);
    }
    .page-template-home-page .logo-box img {
        width: 60%;
    }
    .page-template-default .logo-box img {
        width: 50%!important;
    }
    .page-template-default .logo-box {
        padding-bottom: 0;
        padding-top: 3em;
    }
    .page-template-home-page .dogtags-text {
        bottom: 7.5%;
    }
    .page-template-home-page .dogtags-text h1 {
        font-size: 2.25em;
    }
    .page-template-default .dogtags-text h1 {
        font-size: 2.15em;
    }
    .news-stories .featured-image {
        max-width: 100%;
        text-align: center;
        transform: none!important;
    }
    .news-stories img {
        max-width: 65%;
    }
    .page-template-home-page .dogtags-text p,
    .page-template-default .dogtags-text p {
        font-size: 1.25em;
    }

    .basic-training .tiles .single {
        width: 100%;
        max-width: 360px;
    }
}

@media only screen and (max-width: 568px) {
    .top-header h1 {
        font-size: 1.35em;
    }
    .page-template-home-page .logo-box img {
        width: 65%;
    }
    .page-template-default .logo-box img {
        width: 60%!important;
    }
    .page-template-default .dogtags-text {
        bottom: 8.5%;
    }
    .page-template-home-page .dogtags-text {
        bottom: 8.5%;
    }
    .soliloquy-title {
        line-height: 1.2em!important;
    }
    .news-stories img {
        max-width: 75%;
    }
    .map-section p {
        font-size: 1.125em;
    }
    .map-section h2 {
        font-size: 1.625em;
    }
    .map-section h3 {
        font-size: 1.25em!important;
    }
    .top-header p,
    .page-template-home-page .dogtags-text p,
    .page-template-default .dogtags-text p,
    .dogtags-text p {
        font-size: 1em;
    }
    .page-template-home-page .dogtags-text h1,
    .page-template-default .dogtags-text h1,
    .dogtags-text h1 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 414px) {
    .page-template-home-page .header-slider {
        height: 75vh;
    }
    .page-template-home-page .logo-box img {
        width: 75%;
    }
    .page-template-default .logo-box img {
        width: 80%!important;
    }
    .page-template-default .dogtags-text {
        bottom: 10%;
    }
    .soliloquy-viewport {
        height: 800px!important;
    }
    .soliloquy-title {
        font-size: 1.625em!important;
    }
    h3 {
        font-size: 1.25em!important;
    }
    .soliloquy-next,
    .soliloquy-prev {
        margin-top: 0!important;
    }
    .news-stories img {
        max-width: 80%;
    }
    .map-section h2,
    h3 {
        line-height: 1.3em;
    }
    .page-template-home-page .dogtags-text h1,
    .page-template-default .dogtags-text h1 {
        font-size: 1.85em;
    }
    .page-template-home-page .dogtags-text p,
    .page-template-default .dogtags-text p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 375px) {
    .page-template-home-page .header-slider {
        height: 65vh;
    }
    .page-template-default .logo-box img {
        width: 85%;
    }
    .dogtags-text h1 {
        font-size: 1.75em;
    }
    .soliloquy-container p {
        font-size: .938em!important;
    }
    .soliloquy-container .soliloquy-caption.soliloquy-caption-right .soliloquy-caption-inside a {
        font-size: .813em!important;
    }
}