/* line 25, ../scss/_bits.scss */
.alignleft {
  float: left;
  margin-right: 20px; }

/* line 30, ../scss/_bits.scss */
.alignright {
  float: right;
  margin-left: 20px; }

/* line 35, ../scss/_bits.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*-------font-family------*/
@font-face {
  font-family: "Gothambold";
  src: url("../fonts/gothambold.eot");
  /* For IE 6+ */ }

@font-face {
  font-family: "Gothambold";
  src: url("../fonts/gothambold.ttf");
  /* non-IE */ }

@font-face {
  font-family: "Gothambook";
  src: url("../fonts/gothambook.eot");
  /* For IE 6+ */ }

@font-face {
  font-family: "Gothambook";
  src: url("../fonts/gothambook.ttf");
  /* non-IE */ }

@font-face {
  font-family: "Gothamlight";
  src: url("../fonts/gothamlight.eot");
  /* For IE 6+ */ }

@font-face {
  font-family: "Gothamlight";
  src: url("../fonts/gothamlight.ttf");
  /* non-IE */ }

@font-face {
  font-family: "Gothammedium";
  src: url("../fonts/gothammedium.eot");
  /* For IE 6+ */ }

@font-face {
  font-family: "Gothammedium";
  src: url("../fonts/gothammedium.ttf");
  /* non-IE */ }

/* line 14, ../scss/_typography.scss */
body {
  font-family: "Gothambook", Arial, Helvetica, sans-serif;
  color: #444; }

/* line 19, ../scss/_typography.scss */
h1 {
  font-family: "Gothambook", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0px; }

/* line 25, ../scss/_typography.scss */
h2 {
  font-family: "Gothambook", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em; }

/* line 32, ../scss/_typography.scss */
h3 {
  font-family: "Gothambook", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 20px; }

/* line 39, ../scss/_typography.scss */
h4 {
  color: #800000; }

/* line 43, ../scss/_typography.scss */
h5 {
  font-family: "Gothambook", Arial, Helvetica, sans-serif;
  font-size: 1.1em; }

/* line 48, ../scss/_typography.scss */
strong {
  font-family: "Gothambold", Arial, Helvetica, sans-serif; }

/* line 52, ../scss/_typography.scss */
p {
  margin-bottom: 1.4em;
  line-height: 1.8em; }

/* line 57, ../scss/_typography.scss */
a {
  color: #a60c2e; }
  /* line 60, ../scss/_typography.scss */
  a:hover {
    color: #e71535; }

/* line 65, ../scss/_typography.scss */
.centered {
  text-align: center; }

/* line 1, ../scss/_nav.scss */
.navbar {
  margin-bottom: 0px;
  border-bottom: 2px solid white; }
  /* line 9, ../scss/_nav.scss */
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    background: none;
    box-shadow: none;
    color: #742130; }
  /* line 15, ../scss/_nav.scss */
  .navbar .nav > li a {
    font-family: "Gothammedium", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    padding: 1em 1.2em;
    text-transform: uppercase;
    text-shadow: none;
    color: #333333; }

/* line 28, ../scss/_nav.scss */
.navbar-inner {
  border: none;
  background: none;
  background-color: #e5e5e5;
  box-shadow: none;
  padding-right: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  padding: 0px; }

/* line 41, ../scss/_nav.scss */
.navbar .nav,
.navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top; }

/* line 52, ../scss/_nav.scss */
.nato-leftnav li > a {
  color: #742130;
  text-shadow: none;
  padding: 1.1em 1em;
  font-size: 1em; }
  /* line 58, ../scss/_nav.scss */
  .nato-leftnav li > a:hover {
    color: white;
    background: #a60c2e; }
/* line 65, ../scss/_nav.scss */
.nato-leftnav .sub-menu {
  display: none; }
/* line 71, ../scss/_nav.scss */
.nato-leftnav.nav > .active > a, .nato-leftnav.nav > .active > a:hover, .nato-leftnav.nav > .active > a:focus {
  background: #742130;
  color: white; }
/* line 76, ../scss/_nav.scss */
.nato-leftnav .active .sub-menu {
  display: block; }
/* line 80, ../scss/_nav.scss */
.nato-leftnav .sub-menu .sub-menu {
  display: none; }
/* line 84, ../scss/_nav.scss */
.nato-leftnav .sub-menu .active .sub-menu {
  display: block;
  margin-left: 20px; }
  /* line 88, ../scss/_nav.scss */
  .nato-leftnav .sub-menu .active .sub-menu li {
    font-size: .9em;
    padding: 0px; }

/* line 96, ../scss/_nav.scss */
.sub-menu {
  list-style: none;
  margin: 0px; }
  /* line 100, ../scss/_nav.scss */
  .sub-menu li > a {
    display: block;
    color: #742130;
    text-shadow: none;
    padding: 1.1em 1em;
    font-size: 1em;
    text-decoration: none; }
    /* line 108, ../scss/_nav.scss */
    .sub-menu li > a:hover {
      color: white;
      background: #a60c2e; }
  /* line 117, ../scss/_nav.scss */
  .sub-menu > .active > a, .sub-menu > .active > a:hover, .sub-menu > .active > a:focus {
    font-family: "Gothammedium", Arial, Helvetica, sans-serif; }

/* line 123, ../scss/_nav.scss */
.nav-pills {
  margin: 0;
  padding: 0; }

/* Landscape phones and down */
@media (max-width: 979px) {
  /* line 132, ../scss/_nav.scss */
  .navbar .nav {
    margin-top: 10px; }
  /* line 136, ../scss/_nav.scss */
  .navbar .nav > li {
    text-align: left;
    width: 100%; } }
/* line 25, ../scss/_bits.scss */
.alignleft {
  float: left;
  margin-right: 20px; }

/* line 30, ../scss/_bits.scss */
.alignright {
  float: right;
  margin-left: 20px; }

/* line 35, ../scss/_bits.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 7, ../scss/_hero.scss */
.carousel {
  margin: 0px; }

/* line 11, ../scss/_hero.scss */
.carousel-control {
  background: none;
  border: none; }

/* line 4, ../scss/_home.scss */
.point {
  padding-top: 7em;
  padding-bottom: 2em;
  border-bottom: 1px solid #DDD; }

/* line 10, ../scss/_home.scss */
.point.grey {
  background: url("../lib/img/mooning.png") repeat; }

/* line 14, ../scss/_home.scss */
.date {
  font-size: .8em;
  font-style: italic; }

/* line 19, ../scss/_home.scss */
.story {
  margin-bottom: 20px;
  position: relative; }
  /* line 23, ../scss/_home.scss */
  .story .wrapper {
    border: 1px solid #e5e5e5; }
  /* line 27, ../scss/_home.scss */
  .story .story-info {
    padding: 10px; }
  /* line 31, ../scss/_home.scss */
  .story h2 {
    font-size: 1.3em;
    padding: 0px;
    margin: 10px 0px 0px; }
    /* line 36, ../scss/_home.scss */
    .story h2 a {
      font-family: "Gothambook", Arial, Helvetica, sans-serif; }
  /* line 41, ../scss/_home.scss */
  .story .date {
    display: block;
    margin-bottom: 10px; }

/* line 47, ../scss/_home.scss */
.type {
  position: absolute;
  left: 0;
  padding: 10px;
  background: #333;
  color: #fff;
  z-index: 60; }
  /* line 55, ../scss/_home.scss */
  .type ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 60, ../scss/_home.scss */
    .type ul li > a {
      color: white; }

/* line 66, ../scss/_home.scss */
.home-page .pageHeader {
  padding: 20px 0px; }
  /* line 69, ../scss/_home.scss */
  .home-page .pageHeader h1 {
    margin: 0px; }

/* line 74, ../scss/_home.scss */
.story-img {
  position: relative; }

/* line 78, ../scss/_home.scss */
.grid {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 86, ../scss/_home.scss */
.img-grid {
  display: none; }

/* line 94, ../scss/_home.scss */
.img-story {
  position: relative;
  z-index: 20; }

/**** Isotope Filtering ****/
/* line 101, ../scss/_home.scss */
.isotope-item {
  z-index: 2; }

/* line 105, ../scss/_home.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
/* line 113, ../scss/_home.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

/* line 121, ../scss/_home.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

/* line 129, ../scss/_home.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
/* line 141, ../scss/_home.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* line 1, ../scss/_page.scss */
.sectionHeaderBackground {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

/* line 6, ../scss/_page.scss */
.sectionHeader {
  padding: 10px 10px 0px;
  color: #742130; }
  /* line 10, ../scss/_page.scss */
  .sectionHeader h2 {
    font-family: "Gothambook", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.7em; }

/* line 17, ../scss/_page.scss */
.pageContact {
  text-align: right;
  padding: 5px; }
  /* line 21, ../scss/_page.scss */
  .pageContact h5 {
    color: #e5e5e5;
    font-size: .7em;
    margin: 0;
    text-transform: uppercase; }
  /* line 28, ../scss/_page.scss */
  .pageContact ul {
    list-style: none;
    margin: 0; }
  /* line 33, ../scss/_page.scss */
  .pageContact .contactName {
    display: block;
    font-size: 1.2em; }

/* line 39, ../scss/_page.scss */
.byline {
  display: none; }

/* line 43, ../scss/_page.scss */
.featured-image {
  margin-bottom: 20px; }

/* line 47, ../scss/_page.scss */
.fitvid {
  margin-bottom: 20px; }

/* line 52, ../scss/_page.scss */
.contact dt {
  margin-bottom: 0;
  font-size: 1.1em; }
/* line 57, ../scss/_page.scss */
.contact dd {
  margin-bottom: 0; }

/* line 62, ../scss/_page.scss */
.page-header {
  margin-top: 0px; }

/* line 66, ../scss/_page.scss */
dt {
  margin-bottom: 1em;
  font-size: 1.1em; }

/* line 71, ../scss/_page.scss */
dd {
  margin-bottom: 2em; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 78, ../scss/_page.scss */
  .page-header {
    margin-top: 20px; } }
/* line 1, ../scss/_list.scss */
.list-page .sectionHeaderBackground {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

/* line 6, ../scss/_list.scss */
.list-page .sectionHeader {
  padding: 10px 10px 0px; }

/* line 10, ../scss/_list.scss */
.inner-content ul.list-bordered-items {
  list-style: none;
  margin: 0; }
  /* line 14, ../scss/_list.scss */
  .inner-content ul.list-bordered-items li {
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5; }
    /* line 18, ../scss/_list.scss */
    .inner-content ul.list-bordered-items li .article-header {
      margin-bottom: 5px; }
    /* line 22, ../scss/_list.scss */
    .inner-content ul.list-bordered-items li h2 {
      font-family: "Gothammedium", Arial, Helvetica, sans-serif;
      display: block;
      margin: 0px; }
    /* line 28, ../scss/_list.scss */
    .inner-content ul.list-bordered-items li em {
      font-size: .9em;
      color: grey;
      padding: 5px; }
    /* line 34, ../scss/_list.scss */
    .inner-content ul.list-bordered-items li .teaser {
      margin-top: 10px; }
    /* line 38, ../scss/_list.scss */
    .inner-content ul.list-bordered-items li .img-story {
      float: left;
      margin-bottom: 20px; }

/* line 46, ../scss/_list.scss */
.inner-content .pagnation ul.list-bordered-items li {
  padding: 0px;
  border-bottom: 0px; }

/* line 52, ../scss/_list.scss */
.eventDisplay {
  float: left;
  text-align: center;
  border: 1px solid #DDD;
  width: 65px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  /* line 62, ../scss/_list.scss */
  .eventDisplay .eventDate {
    padding: 0px;
    width: 50px; }
  /* line 67, ../scss/_list.scss */
  .eventDisplay .eventMonth {
    color: white;
    background: red;
    padding: 2px 5px;
    margin-bottom: 4px;
    font-size: .9em;
    display: block; }
  /* line 76, ../scss/_list.scss */
  .eventDisplay .eventDay {
    padding: 2px 5px;
    font-size: 1.4em; }
  /* line 80, ../scss/_list.scss */
  .eventDisplay .startDate {
    font-size: .8em; }
  /* line 84, ../scss/_list.scss */
  .eventDisplay .endDate {
    font-size: .8em; }

/* line 89, ../scss/_list.scss */
.eventInfo {
  margin-left: 85px; }
  /* line 92, ../scss/_list.scss */
  .eventInfo h4 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 5px; }

/* line 100, ../scss/_list.scss */
.venueName {
  display: block; }

/* line 104, ../scss/_list.scss */
.venueAddress {
  display: block;
  font-size: .8em; }

/* line 109, ../scss/_list.scss */
.event-list .category {
  color: #cccccc; }
  /* line 112, ../scss/_list.scss */
  .event-list .category:hover {
    color: #a60c2e; }

/* line 117, ../scss/_list.scss */
.updated {
  color: #cccccc; }

/* line 1, ../scss/_contact.scss */
.sectionHeaderBackground {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

/* line 6, ../scss/_contact.scss */
.contact-page .sectionHeader {
  padding: 10px 10px 0px;
  color: #742130; }

/* line 12, ../scss/_contact.scss */
.location-header {
  padding-top: 20px;
  margin-top: 100px;
  border-top: 1px solid #a60c2e; }

/* line 18, ../scss/_contact.scss */
.location-header.first {
  border-top: 0px;
  padding-top: 0px;
  margin-top: 0px; }

/* line 28, ../scss/_contact.scss */
.location-logo {
  margin-bottom: 20px; }

/* line 32, ../scss/_contact.scss */
.location-address {
  padding: 5px; }

/* line 36, ../scss/_contact.scss */
.location-contact {
  padding: 5px; }

/* line 41, ../scss/_contact.scss */
.location-phone {
  display: block;
  text-align: right; }

/* line 46, ../scss/_contact.scss */
.location-email {
  display: block;
  text-align: right; }

/* line 51, ../scss/_contact.scss */
.person-info {
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 55, ../scss/_contact.scss */
  .person-info h2 {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 1.2em; }
  /* line 62, ../scss/_contact.scss */
  .person-info .person-pos {
    padding: 0;
    margin: 0;
    color: #999999; }

/* line 69, ../scss/_contact.scss */
.location-divider {
  margin-top: 10px; }

/* line 1, ../scss/_person.scss */
.person-name {
  margin: 0; }

/* line 4, ../scss/_person.scss */
.person-pos {
  display: block;
  margin-bottom: 10px;
  color: #666666; }

/* line 10, ../scss/_person.scss */
.person-phone {
  display: block; }

/* line 14, ../scss/_person.scss */
.person-email {
  display: block;
  margin-bottom: 10px; }

/* line 19, ../scss/_person.scss */
.person-address {
  margin-top: 10px; }

/* line 23, ../scss/_person.scss */
.person-ques {
  text-align: right;
  color: #a60c2e;
  font-weight: 400; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 32, ../scss/_person.scss */
  .person-ques {
    margin-top: 20px;
    text-align: left; } }
/* line 2, ../scss/_events.scss */
.event-list .event {
  margin-bottom: 20px; }

/* line 8, ../scss/_events.scss */
.eventDisplay .eventMonth {
  background: #742130; }
/* line 12, ../scss/_events.scss */
.eventDisplay .eventYear {
  display: block;
  color: #333333;
  font-size: .8em;
  line-height: .9em;
  padding-bottom: .3em; }

/* line 1, ../scss/_register.scss */
.gform_body {
  /*
    Hide radio button (the round disc)
    we will use just the label to create pushbutton effect
  */
  /*
    Change the look'n'feel of labels (which are adjacent to radiobuttons).
    Add some margin, padding to label
  */
  /*
   Change background color for label next to checked radio button
   to make it look like highlighted button
  */ }
  /* line 2, ../scss/_register.scss */
  .gform_body .ginput_left {
    float: left;
    margin-right: 10px; }
  /* line 7, ../scss/_register.scss */
  .gform_body h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
  /* line 12, ../scss/_register.scss */
  .gform_body label {
    font-size: .8em; }
  /* line 16, ../scss/_register.scss */
  .gform_body .gfield_label {
    font-size: 1em; }
  /* line 20, ../scss/_register.scss */
  .gform_body .gfield_description {
    font-size: .9em;
    font-style: italic;
    background: #e5e5e5;
    padding: 5px; }
  /* line 27, ../scss/_register.scss */
  .gform_body ul {
    margin: 0px;
    list-style: none; }
  /* line 33, ../scss/_register.scss */
  .gform_body .gfield_radio label {
    float: left;
    margin-right: 10px; }
  /* line 43, ../scss/_register.scss */
  .gform_body input[type=radio] {
    display: none; }
  /* line 51, ../scss/_register.scss */
  .gform_body input[type=radio] + label {
    display: block;
    width: 80%;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background-color: #e5e5e5;
    font-size: 1em;
    border-radius: 5px; }
  /* line 65, ../scss/_register.scss */
  .gform_body input[type=radio]:checked + label {
    color: white;
    background-image: none;
    background-color: #a60c2e; }

/* line 73, ../scss/_register.scss */
.gform_footer {
  margin-top: 40px; }
  /* line 76, ../scss/_register.scss */
  .gform_footer .button {
    padding: 5px 10px;
    color: white;
    background: #53685f;
    border: none;
    border-radius: 5px; }

/* line 1, ../scss/_header.scss */
.brand {
  margin-top: 10px;
  margin-bottom: 20px; }

/* line 6, ../scss/_header.scss */
.header-nav {
  background: #e5e5e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  padding-right: 0px; }
  /* line 13, ../scss/_header.scss */
  .header-nav li a {
    color: #333;
    font-size: 1.1em;
    padding: 12px 10px; }
  /* line 19, ../scss/_header.scss */
  .header-nav li a:hover {
    color: white;
    background: none; }

/* line 25, ../scss/_header.scss */
.search-form {
  margin: 0px; }
  /* line 28, ../scss/_header.scss */
  .search-form div.input-append {
    margin: 5px; }

/* line 3, ../scss/_footer.scss */
.footer-nav li a {
  color: #333;
  font-size: 1.2em; }
/* line 8, ../scss/_footer.scss */
.footer-nav li a:hover {
  color: #1981bc; }

/* line 13, ../scss/_footer.scss */
.footerLogo {
  margin-top: -20px; }

/* line 17, ../scss/_footer.scss */
.logos {
  text-align: center; }

/* line 21, ../scss/_footer.scss */
.logo {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: .5;
  float: none;
  padding: 0px 44px 0px 0px; }
  /* line 29, ../scss/_footer.scss */
  .logo.last {
    padding: 0px; }
  /* line 33, ../scss/_footer.scss */
  .logo:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    opacity: 1; }

/* line 46, ../scss/_footer.scss */
.pageFooter {
  position: relative; }

/* line 50, ../scss/_footer.scss */
.footer-nato {
  position: absolute;
  display: block;
  height: 112px;
  width: 112px;
  background: url("../img/logo_footerNATO.png") no-repeat;
  z-index: 20;
  bottom: -48px; }

/* line 60, ../scss/_footer.scss */
.address {
  padding-right: 5px;
  font-size: 1em; }
  /* line 64, ../scss/_footer.scss */
  .address h5 {
    font-size: 1.1em; }
  /* line 68, ../scss/_footer.scss */
  .address .nato-contact {
    margin-left: 130px; }
  /* line 72, ../scss/_footer.scss */
  .address .email {
    margin-top: 2px;
    display: block;
    margin-bottom: 5px; }
  /* line 78, ../scss/_footer.scss */
  .address.pipe {
    border-right: 0px solid #cccccc; }

/* line 84, ../scss/_footer.scss */
.footer-bottom {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 89, ../scss/_footer.scss */
.copyright {
  font-size: .8em; }
  /* line 92, ../scss/_footer.scss */
  .copyright p {
    padding: .8em 0;
    margin: 0px; }

/* line 98, ../scss/_footer.scss */
.addresses.row {
  background: #333; }

/* line 102, ../scss/_footer.scss */
.logo-box {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  margin-bottom: 30px; }

/* line 108, ../scss/_footer.scss */
.logos .logo {
  margin: 10px 0px; }

/* Large desktop */
@media (min-width: 1200px) {
  /* line 114, ../scss/_footer.scss */
  .logo {
    padding: 0px 44px 0px 0px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 121, ../scss/_footer.scss */
  .logos {
    text-align: left; }

  /* line 125, ../scss/_footer.scss */
  .logo {
    padding: 0px 60px 0px 0px; } }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 134, ../scss/_footer.scss */
  .logos {
    text-align: left; }

  /* line 138, ../scss/_footer.scss */
  .logo {
    padding: 0px 40px 0px 0px; }

  /* line 143, ../scss/_footer.scss */
  .address {
    font-size: .9em; }
    /* line 146, ../scss/_footer.scss */
    .address h5 {
      font-size: .9em; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 159, ../scss/_footer.scss */
  .footerLogo {
    margin-bottom: 20px; }

  /* line 163, ../scss/_footer.scss */
  .logos {
    text-align: left; }

  /* line 167, ../scss/_footer.scss */
  .address {
    margin-bottom: 40px; }

  /* line 171, ../scss/_footer.scss */
  .logo-box {
    margin-top: 0px;
    border-top: 1px solid #ccc;
    margin-bottom: 20px; }

  /* line 177, ../scss/_footer.scss */
  .pull-right.designedBy {
    float: left; } }
/* Landscape phones and down */
/* line 14, ../scss/nato.scss */
body {
  padding: 0px; }

/* line 22, ../scss/nato.scss */
.hero {
  position: relative;
  z-index: 10; }

/* line 28, ../scss/nato.scss */
.page-header {
  position: relative;
  z-index: 20;
  background: white; }

/* line 34, ../scss/nato.scss */
.pageFooter {
  margin-top: 100px; }

/* line 38, ../scss/nato.scss */
.footerBackground {
  position: relative;
  margin-top: 40px;
  padding-top: 1em;
  background: #e5e5e5; }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 54, ../scss/nato.scss */
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
/* Landscape phones and down */
.entry-content #eo-bookings{
  padding: 0;
}

.entry-content #eo-bookings h3{
  margin: 0;
}

#eo-bookings #eo-booking-form, #eo-booking-login-form{
  margin: 0;
  padding: 0;
}

#eo-booking-form .eo-bookee-details p{
  margin: 0;
}

#eo-booking-form .eo-booking-purchase-row p{
  margin: 0;
  padding: 0;
}

.eo-booking-field  ul{
  list-style: none;
}
