/* ####################################################### */

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* ################## font declarations ################## */

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
       url('fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.woff2') format('woff2'),
       url('fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.woff2') format('woff2'),
       url('fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.woff2') format('woff2'),
       url('fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
       url('fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri-Light.woff2') format('woff2'),
       url('fonts/Calibri-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri.woff2') format('woff2'),
       url('fonts/Calibri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
       url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('fonts/quicksand.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* ####################### general ####################### */

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

div, span, a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: 0px;
}

b {
  font-weight: 600;
}

a {
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

/* ####################### headings ###################### */

h1 {
  margin: 0;
  padding: 38px 0px 35px 0px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  line-height: 48px;
  color: #414042;
}

h2 {
  margin: 0;
  padding: 18px 0px 15px 0px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #4b4f5b;
}

/* ##################### menu items ###################### */

#darkoverlay {
  position: fixed;
  z-index: 850;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #252525;
  display: none;
}

#side-menu-container {
  position: fixed;
  z-index: 900;
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #252525;
}

.openmenu {
  width: 50px;
  height: 50px;
  background: url(menuopen.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 3px solid #8d8d8d;
  border-radius: 50%;
  cursor: pointer;
}

.openmenu-text {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  color: #8d8d8d;
  font-size: 28px;
  padding-top: 12px;
}

.openmenu-text-home {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  color: #8d8d8d;
  font-size: 28px;
  padding-top: 25px;
}

#closemenu {
  position: fixed;
  z-index: 999;
  top: 20px;
  width: 60px;
  height: 60px;
  background: url(menuclose.svg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.header-padding-left {
  padding-left: 20px;
}

.header-padding-right {
  padding-right: 20px;
}

@supports(padding: max(0px)) {
  .header-padding-left { padding-left: max(20px, env(safe-area-inset-left)); }
  .header-padding-right { padding-right: max(20px, env(safe-area-inset-right)); }
}

.closemenupadding {
  right: 36px;
}

.closemenupaddingmobile {
  right: 18px;
}

@supports(padding: max(0px)) {
  .closemenupadding { right: max(36px, env(safe-area-inset-right)); }
  .closemenupaddingmobile { right: max(18px, env(safe-area-inset-right)); }
}

.side-exit-button {
  position: fixed;
  z-index: 90;
  right: 0px;
  top: 180px;
}

.exit-button {
  height: 160px;
  width: 55px;
}

/* ###################### photo area ##################### */

#logo-container {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 650px;
  overflow: hidden;
  z-index: 0;
}

#photo-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#photo-area div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#photo-area div.active {
  z-index: 3;
}

.photo-area-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  height: 300px;
  width: auto;
  margin-top: 35px;
  margin-left: 35px;
}

.photo-header-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 100px;
  margin-left: 35px;
  width: 600px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}

#inner-photo-container {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 450px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#inner-photo-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 3;
}

.photo-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
  transform: translate(-50%, -50%);
}

.photo-header-subtitle {
  margin-top: 10px;
  font-size: 38px;
}

/* #################### home captions #################### */

#photo-captions {
  position: absolute;
  z-index: 100;
  bottom: 180px;
  left: 120px;
  width: 700px;
  height: 100px;
}

.caption {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: default;
  width: 700px;
  height: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px #000;
}

.initial {
  opacity: 1;
  margin-left: -50px;
}

.header-button {
  height: 50px;
  width: 165px;
  font-family: 'Calibri', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  color: #333;
  background: #fff;
  border: 2px solid #fff;
  padding: 8px 25px 8px 25px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}

.header-button:hover {
  color: #fff;
  background: #26a6d1;
  border: 2px solid #26a6d1;
}

/* ################## pop-up window ################### */

#darkbg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color:rgba(0, 0, 0, 0.75);
  display: none;
}

#popupwindow-top {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 65px;
  margin-top: -235px;
  margin-left: -180px;
  z-index: 99999;
  background: #c31d1d;
  border: 1px solid #c31d1d;
  padding-top: 15px;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  display: none;
}

#popupwindow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 290px;
  margin-top: -195px;
  margin-left: -180px;
  z-index: 99990;
  background: #fff;
  border: 1px solid #fff;
  display: none;
}

.popup-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 6px 10px 6px 10px;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popupcontent {
  padding-top: 25px;
}

.popupcontent-text {
  display: inline-block;
  text-align: justify;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

#closewindow, #closewindow-dontaskagain {
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin: 5px 20px 5px 20px;
  cursor: pointer;
}

/* ###################### home areas ##################### */

.homecontent {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #575757;
  width: 100%;
  margin-top: 0px;
}

.home-area {
  vertical-align: top;
  padding: 30px 25px 25px 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #4b4f5b;
  font-size: 20px;
  line-height: 32px;
}

.home-area-icon {
  height: 160px;
}

.home-area-button a {
  display: inline-block;
  padding: 4px 20px 6px 15px;
  margin-bottom: 20px;
  background: transparent;
  color: #4b4f5b;
  border: 2px solid #4b4f5b;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}

.home-area-button a:hover {
  background: #4b4f5b;
  color: #fff;
  border: 2px solid #4b4f5b;
  text-decoration: none;
}

.home-title {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  color: #4b4f5b;
  text-align: center;
}

/* ##################### content areas ################### */

.content {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #575757;
}

.content-form {
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-rendering: optimizeLegibility;
  color: #575757;
}

.content-padding {
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
}

.top-content-padding {
  width: 100%;
  height: 50px;
}

@supports(padding: max(0px)) {
  .content-padding {
    padding-left: max(50px, env(safe-area-inset-left));
    padding-right: max(50px, env(safe-area-inset-right));
  }
}

.sitemaptree {
  max-width: 400px;
  text-align: justify;
  line-height: 30px;
}

.hiddenanswer {
  padding: 25px 25px 35px 25px;
  margin-bottom: 35px;
  line-height: 30px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
  box-shadow: 0 0 1em rgba(0,0,0,0.1);
  display: none;
}

.form-input-blue {
  width: 300px;
  height: 50px;
  font-family: 'Gotham Book';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  border: 2px dotted #0068b3;
  padding: 5px;
  margin-right: 10px;
}

.form-button-blue {
  height: 50px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #0068b3;
  border: 2px solid #0068b3;
  padding: 8px 45px 8px 45px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-blue:hover {
  color: #0068b3;
  background: #fff;
  border: 2px solid #0068b3;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-lightblue {
  height: 50px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #00b3db;
  border: 2px solid #00b3db;
  padding: 8px 45px 8px 45px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-lightblue:hover {
  color: #00b3db;
  background: #fff;
  border: 2px solid #00b3db;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-jade {
  height: 50px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #00b3b3;
  border: 2px solid #00b3b3;
  padding: 8px 45px 8px 45px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-jade:hover {
  color: #00b3b3;
  background: #fff;
  border: 2px solid #00b3b3;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-green {
  height: 50px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #00a383;
  border: 2px solid #00a383;
  padding: 8px 45px 8px 45px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-green:hover {
  color: #00a383;
  background: #fff;
  border: 2px solid #00a383;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.content-button-red {
  height: 30px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #e6334b;
  border: 2px solid #e6334b;
  padding: 8px 25px 8px 25px;
  margin: 20px 40px 8px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.content-button-red:hover {
  color: #e6334b;
  background: #fff;
  border: 2px solid #e6334b;
  transition: background-color .25s ease-out,color .25s ease-out;
}

a.content-button-red, a.content-button-red:hover{
  text-decoration: none;
}

.form-input-red {
  width: 92%;
  height: 30px;
  font-family: 'Gotham Book';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  border: 2px dotted #e6334b;
  padding: 5px;
  margin: 0px;
}

.form-button-red {
  height: 30px;
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #e6334b;
  border: 2px solid #e6334b;
  padding: 8px 25px 8px 25px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s ease-out,color .25s ease-out;
}

.form-button-red:hover {
  color: #e6334b;
  background: #fff;
  border: 2px solid #e6334b;
  transition: background-color .25s ease-out,color .25s ease-out;
}

input[type=radio] {
  visibility: hidden;
}

input[type=checkbox] {
  visibility: hidden;
}

.newCheckbox-red {
  width: 26px;
  height: 26px;
  background: #fff;
  margin: 10px;
  position: relative;
}

.newCheckbox-red label {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0px;
  top: 0px;
  background: #fff;
  border: 2px dotted #e6334b;
}

.newCheckbox-red label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  background: transparent;
  top: 7px;
  left: 5px;
  border: 2px solid #e6334b;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.newCheckbox-red input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.newCheckbox-red input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ################### tables and forms ################## */

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: inline-block;
}

label {
  font-family: 'Gotham Book';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.newstyletable-tablewidth {
  width: 700px;
}

.newstyletable-inputwidth {
  width: 690px;
}

.newstyletable-verify-inputwidth {
  width: 625px;
}

.newstyletable-heading {
  margin-bottom: 4px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.newstyletable-forminput {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 2px;
  margin: 0px;
}

.newstyletable-formtextarea {
  overflow: auto;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}

.newstyletable-btn {
  margin-bottom: 4px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  background: #00aa54;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ##################### footer area ##################### */

#footer {
  width: 100%;
  display: block;
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

#footer-cell-left {
  display: table-cell;
  width: 33%;
}

#footer-cell-middle {
  display: table-cell;
  width: 34%;
}

#footer-cell-right {
  display: table-cell;
  width: 33%;
}

.oscr-logo {
  height: 175px;
}

.footertext1 {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

a.footertext1 {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.footertext {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

a.footertext {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

a.footertext1:hover, a.footertext:hover {
  color: #fff;
  text-decoration: underline;
}

.footercharitytext {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0px 40px 0px 40px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

#fullcopyright {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  display: block;
}

#midcopyright, #mobilecopyright {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  display: none;
}

a.eighteenthree {
  font-family: 'Calibri', Calibri, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a.eighteenthree:hover {
  color: #fff;
  text-decoration: underline;
}

/* ################ general media queries ################ */

@media screen and (min-width:1501px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:none; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:28px; padding-top:12px; }
  .openmenu-text-home { font-size:28px; padding-top:25px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:650px; }
  #photo-captions { bottom:180px; left:120px; width:700px; height:100px; }
  .caption { width:700px; height:100px; font-size:46px; line-height:54px; }
  .header-button { height:50px; width:165px; font-size:24px; line-height:28px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:450px; }
  .photo-header-title { font-size:60px; line-height:60px; }
  .photo-header-subtitle { font-size:38px; }
  .exit-button { height:160px; width:55px; }
  .content-padding { padding-left:50px; padding-right:50px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  .top-content-padding { height:50px; }
  .newstyletable-tablewidth { width:850px; }
  .newstyletable-inputwidth { width:840px; }
}

@media screen and (min-width:1301px) and (max-width:1500px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:none; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:28px; padding-top:12px; }
  .openmenu-text-home { font-size:28px; padding-top:25px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:650px; }
  #photo-captions { bottom:180px; left:100px; width:700px; height:100px; }
  .caption { width:700px; height:100px; font-size:46px; line-height:54px; }
  .header-button { height:50px; width:165px; font-size:24px; line-height:28px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:450px; }
  .photo-header-title { font-size:60px; line-height:60px; }
  .photo-header-subtitle { font-size:38px; line-height:50px; }
  .exit-button { height:160px; width:55px; }
  .content-padding { padding-left:50px; padding-right:50px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  .top-content-padding { height:50px; }
  .newstyletable-tablewidth { width:850px; }
  .newstyletable-inputwidth { width:840px; }
}

@media screen and (min-width:1201px) and (max-width:1300px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:none; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:28px; padding-top:12px; }
  .openmenu-text-home { font-size:28px; padding-top:25px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:600px; }
  #photo-captions { bottom:180px; left:100px; width:700px; height:100px; }
  .caption { width:700px; height:100px; font-size:46px; line-height:54px; }
  .header-button { height:50px; width:165px; font-size:24px; line-height:28px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:450px; }
  .photo-header-title { font-size:60px; line-height:60px; }
  .photo-header-subtitle { font-size:38px; line-height:50px; }
  .exit-button { height:160px; width:55px; }
  .content-padding { padding-left:50px; padding-right:50px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  .top-content-padding { height:50px; }
  .newstyletable-tablewidth { width:750px; }
  .newstyletable-inputwidth { width:740px; }
}

@media screen and (min-width:1001px) and (max-width:1200px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:none; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:28px; padding-top:12px; }
  .openmenu-text-home { font-size:28px; padding-top:25px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:550px; }
  #photo-captions { bottom:160px; left:100px; width:700px; height:100px; }
  .caption { width:700px; height:100px; font-size:42px; line-height:48px; }
  .header-button { height:40px; width:150px; font-size:20px; line-height:20px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:450px; }
  .photo-header-title { font-size:60px; line-height:60px; }
  .photo-header-subtitle { font-size:38px; line-height:45px; }
  .exit-button { height:160px; width:55px; }
  .content-padding { padding-left:50px; padding-right:50px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  .top-content-padding { height:55px; }
  .newstyletable-tablewidth { width:700px; }
  .newstyletable-inputwidth { width:690px; }
}

@media screen and (min-width:811px) and (max-width:1000px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:block; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:28px; padding-top:12px; }
  .openmenu-text-home { font-size:28px; padding-top:25px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:550px; }
  #photo-captions { bottom:140px; left:100px; width:600px; height:100px; }
  .caption { width:600px; height:100px; font-size:36px; line-height:42px; }
  .header-button { height:40px; width:140px; font-size:18px; line-height:18px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:425px; }
  .photo-header-title { font-size:60px; line-height:60px; }
  .photo-header-subtitle { font-size:38px; line-height:40px; }
  .exit-button { height:140px; width:48px; }
  .content-padding { padding-left:50px; padding-right:50px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(50px, env(safe-area-inset-left)); padding-right: max(50px, env(safe-area-inset-right)); } }
  .top-content-padding { height:45px; }
  .newstyletable-tablewidth { width:600px; }
  .newstyletable-inputwidth { width:590px; }
}

@media screen and (min-width:651px) and (max-width:810px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:block; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:26px; padding-top:14px; }
  .openmenu-text-home { font-size:26px; padding-top:27px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:500px; }
  #photo-captions { bottom:115px; left:90px; width:600px; height:100px; }
  .caption { width:600px; height:100px; font-size:32px; line-height:40px; letter-spacing: -0.5px; }
  .header-button { height:40px; width:130px; font-size:18px; line-height:18px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:400px; }
  .photo-header-title { font-size:55px; line-height:55px; }
  .photo-header-subtitle { font-size:36px; line-height:36px; }
  .exit-button { height:130px; width:44px; }
  .content-padding { padding-left:35px; padding-right:35px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(35px, env(safe-area-inset-left)); padding-right: max(35px, env(safe-area-inset-right)); } }
  .top-content-padding { height:45px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #popupwindow-top { width:340px; margin-left:-170px; }
  #popupwindow { width:340px; margin-left:-170px; height:320px; }
  #closewindow, #closewindow-dontaskagain { margin: 5px 15px 15px 15px; }
}

@media screen and (min-width:501px) and (max-width:650px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:block; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:26px; padding-top:14px; }
  .openmenu-text-home { font-size:26px; padding-top:27px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:425px; }
  #photo-captions { bottom:90px; left:82px; width:500px; height:100px; }
  .caption { width:500px; height:100px; font-size:24px; line-height:32px; letter-spacing: -0.5px; }
  .header-button { height:36px; width:130px; font-size:18px; line-height:16px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:350px; }
  .photo-header-title { font-size:50px; line-height:50px; }
  .photo-header-subtitle { font-size:34px; line-height:34px; }
  .exit-button { height:130px; width:44px; }
  .content-padding { padding-left:35px; padding-right:35px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(35px, env(safe-area-inset-left)); padding-right: max(35px, env(safe-area-inset-right)); } }
  .top-content-padding { height:40px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #popupwindow-top { width:340px; margin-left:-170px; }
  #popupwindow { width:340px; margin-left:-170px; height:320px; }
  #closewindow, #closewindow-dontaskagain { margin: 5px 15px 15px 15px; }
}

@media screen and (min-width:361px) and (max-width:500px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:block; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:24px; padding-top:16px; }
  .openmenu-text-home { font-size:24px; padding-top:29px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:400px; }
  #photo-captions { bottom:78px; left:80px; width:400px; height:100px; }
  .caption { width:400px; height:100px; font-size:20px; line-height:28px; letter-spacing: -0.7px; }
  .header-button { height:36px; width:120px; font-size:16px; line-height:14px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:300px; }
  .photo-header-title { font-size:48px; line-height:48px; }
  .photo-header-subtitle { font-size:32px; line-height:32px; }
  .exit-button { height:130px; width:44px; }
  .content-padding { padding-left:25px; padding-right:25px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(25px, env(safe-area-inset-left)); padding-right: max(25px, env(safe-area-inset-right)); } }
  .top-content-padding { height:40px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #popupwindow-top { width:340px; margin-left:-170px; }
  #popupwindow { width:340px; margin-left:-170px; height:320px; }
  #closewindow, #closewindow-dontaskagain { margin: 5px 15px 15px 15px; }
}

@media screen and (max-width:360px) {
  #sidemenu, #darkoverlaycontainer, #closemenucontainer { display:block; }
  .openmenu { width:50px; height:50px; }
  .openmenu-text { font-size:24px; padding-top:16px; }
  .openmenu-text-home { font-size:24px; padding-top:29px; }
  #closemenu { top:22px; width:62px; height:62px; }
  #logo-container { height:380px; }
  #photo-captions { bottom:75px; left:75px; width:400px; height:100px; }
  .caption { width:400px; height:100px; font-size:18px; line-height:22px; letter-spacing: -0.8px; }
  .header-button { height:36px; width:120px; font-size:16px; line-height:14px; margin-top:15px; }
  #inner-photo-container, #inner-photo-area { height:300px; }
  .photo-header-title { font-size:42px; line-height:42px; }
  .photo-header-subtitle { font-size:28px; line-height:28px; }
  .exit-button { height:120px; width:41px; }
  .content-padding { padding-left:25px; padding-right:25px; }
  @supports(padding: max(0px)) { .content-padding { padding-left: max(25px, env(safe-area-inset-left)); padding-right: max(25px, env(safe-area-inset-right)); } }
  .top-content-padding { height:35px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  #popupwindow-top { width:340px; margin-left:-170px; }
  #popupwindow { width:340px; margin-left:-170px; height:320px; }
  #closewindow, #closewindow-dontaskagain { margin: 5px 15px 15px 15px; }
}

/* ################ photo area media queries ############### */
/* first value is horizontal position and second is vertical */

@media screen and (min-width:1001px) {
  #homebg1 { background: url(headerbg_1.jpg) 50% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg2 { background: url(headerbg_2.jpg) 50% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg3 { background: url(headerbg_3.jpg) 50% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg4 { background: url(headerbg_4.jpg) 50% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
}

@media screen and (min-width:701px) and (max-width:1000px) {
  #homebg1 { background: url(headerbg_1.jpg) 60% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg2 { background: url(headerbg_2.jpg) 30% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg3 { background: url(headerbg_3.jpg) 80% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg4 { background: url(headerbg_4.jpg) 90% 20% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
}

@media screen and (min-width:601px) and (max-width:700px) {
  #homebg1 { background: url(headerbg_1.jpg) 80% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg2 { background: url(headerbg_2.jpg) 25% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg3 { background: url(headerbg_3.jpg) 100% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg4 { background: url(headerbg_4.jpg) 100% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
}

@media screen and (max-width:600px) {
  #homebg1 { background: url(headerbg_1.jpg) 80% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg2 { background: url(headerbg_2.jpg) 25% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg3 { background: url(headerbg_3.jpg) 100% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  #homebg4 { background: url(headerbg_4.jpg) 100% 40% no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
}

/* ################## home media queries ################# */

@media screen and (min-width:1451px) {
  h2 { padding: 18px 0px 15px 0px; font-size:26px; line-height:32px; }
  #two-column-layout, #two-column-layout-2 { display: table; }
  #two-column-reduced, #two-column-reduced-2 { display: none; }
  .home-area-1, .home-area-2, .home-area-3, .home-area-4 { font-size:20px; line-height:28px; }
  .home-area-icon { height:160px; }
  .home-title { font-size:42px; line-height:42px; }
}

@media screen and (min-width:1101px) and (max-width:1450px) {
  h2 { padding: 18px 0px 15px 0px; font-size:24px; line-height:30px; }
  #two-column-layout, #two-column-layout-2 { display: table; }
  #two-column-reduced, #two-column-reduced-2 { display: none; }
  .home-area { font-size:18px; line-height:26px; }
  .home-title { font-size:42px; line-height:42px; }
}

@media screen and (min-width:1001px) and (max-width:1100px) {
  h2 { padding: 18px 0px 15px 0px; font-size:22px; line-height:28px; }
  #two-column-layout, #two-column-layout-2 { display: table; }
  #two-column-reduced, #two-column-reduced-2 { display: none; }
  .home-area { font-size:18px; line-height:26px; }
  .home-title { font-size:42px; line-height:42px; }
}

@media screen and (min-width:801px) and (max-width:1000px) {
  h2 { padding: 18px 0px 15px 0px; font-size:22px; line-height:28px; }
  #two-column-layout, #two-column-layout-2 { display: none; }
  #two-column-reduced, #two-column-reduced-2 { display: table; }
  .home-area { font-size:20px; line-height:28px; }
  .home-title { font-size:42px; line-height:42px; }
}

@media screen and (min-width:601px) and (max-width:800px) {
  h2 { padding: 18px 0px 15px 0px; font-size:22px; line-height:28px; }
  #two-column-layout, #two-column-layout-2 { display: none; }
  #two-column-reduced, #two-column-reduced-2 { display: table; }
  .home-area { font-size:18px; line-height:26px; }
  .home-title { font-size:40px; line-height:40px; }
}

@media screen and (min-width:451px) and (max-width:600px) {
  h2 { padding: 18px 0px 15px 0px; font-size:20px; line-height:26px; }
  #two-column-layout, #two-column-layout-2 { display: none; }
  #two-column-reduced, #two-column-reduced-2 { display: table; }
  .home-area { font-size:18px; line-height:26px; }
  .home-title { font-size:38px; line-height:38px; }
}

@media screen and (max-width:450px) {
  h2 { padding: 18px 0px 15px 0px; font-size:20px; line-height:26px; }
  #two-column-layout, #two-column-layout-2 { display: none; }
  #two-column-reduced, #two-column-reduced-2 { display: table; }
  .home-area { font-size:18px; line-height:26px; }
  .home-title { font-size:36px; line-height:36px; }
}

/* ################## footer media queries ################# */

@media screen and (min-width:1501px) {
  #footer { line-height:24px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:30px; }
}

@media screen and (min-width:1401px) and (max-width:1500px) {
  #footer { line-height:24px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:30px; }
}

@media screen and (min-width:1301px) and (max-width:1400px) {
  #footer { line-height:24px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:20px; }
}

@media screen and (min-width:1201px) and (max-width:1300px) {
  #footer { line-height:24px; }
  .oscr-logo { height:150px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:15px; }
  .footercharitytext { letter-spacing:1px; padding: 0px 30px 0px 30px; font-size:17px; line-height:22px; }
}

@media screen and (min-width:1101px) and (max-width:1200px) {
  #footer { line-height:22px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:16px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:22px; }
  .oscr-logo { height:135px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:20px; line-height:22px; }
  .footercharitytext { letter-spacing:1px; padding: 0px 30px 0px 30px; font-size:16px; line-height:22px; }
}

@media screen and (min-width:1001px) and (max-width:1100px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:16px; line-height:20px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .oscr-logo { height:135px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:10px; line-height:20px; }
  .footercharitytext { letter-spacing:1px; padding: 0px 30px 0px 30px; font-size:16px; line-height:22px; }
}

@media screen and (min-width:901px) and (max-width:1000px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:18px; line-height:22px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:15px; line-height:20px; }
  #footer-cell-left, #footer-cell-right { width:50%; }
  #footer-cell-middle { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 30px 0px 30px; font-size:18px; line-height:22px; }
}

@media screen and (min-width:801px) and (max-width:900px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:18px; line-height:22px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:10px; line-height:20px; }
  #footer-cell-left, #footer-cell-right { width:50%; }
  #footer-cell-middle { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 60px 0px 60px; font-size:18px; line-height:22px; }
}

@media screen and (min-width:701px) and (max-width:800px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:16px; line-height:20px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:left; }
  .footer-address { margin-left:0px; border-left:5px solid white; padding:10px 10px 10px 18px; display:inline-block; }
  .footer-links { margin-right:5px; line-height:20px; }
  #footer-cell-left, #footer-cell-right { width:50%; }
  #footer-cell-middle { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 80px 0px 80px; font-size:16px; line-height:20px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

@media screen and (min-width:601px) and (max-width:700px) {
  #footer { line-height:22px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:center; }
  .footer-address { margin-left:0px; border-left:0px; padding:10px; display:inline-block; }
  #footer-cell-left, { width:100%; }
  #footer-cell-middle, #footer-cell-right { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 70px 0px 70px; font-size:16px; line-height:20px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

@media screen and (min-width:551px) and (max-width:600px) {
  #footer { line-height:22px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:center; }
  .footer-address { margin-left:0px; border-left:0px; padding:10px; display:inline-block; }
  #footer-cell-left, { width:100%; }
  #footer-cell-middle, #footer-cell-right { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 45px 0px 60px; font-size:16px; line-height:18px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

@media screen and (min-width:511px) and (max-width:550px) {
  #footer { line-height:22px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:center; }
  .footer-address { margin-left:0px; border-left:0px; padding:10px; display:inline-block; }
  #footer-cell-left, { width:100%; }
  #footer-cell-middle, #footer-cell-right { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 45px 0px 60px; font-size:14px; line-height:18px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

@media screen and (min-width:401px) and (max-width:510px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:center; }
  .footer-address { margin-left:0px; border-left:0px; padding:10px; display:inline-block; }
  #footer-cell-left, { width:100%; }
  #footer-cell-middle, #footer-cell-right { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 35px 0px 50px; font-size:14px; line-height:18px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

@media screen and (max-width:400px) {
  #footer { line-height:20px; }
  .footertext1, a.footertext1 { letter-spacing:1px; font-size:18px; line-height:22px; }
  .footertext, a.footertext { letter-spacing:2px; font-size:16px; line-height:20px; }
  .footer-address-container { vertical-align:top; text-align:center; }
  .footer-address { margin-left:0px; border-left:0px; padding:10px; display:inline-block; }
  #footer-cell-left, { width:100%; }
  #footer-cell-middle, #footer-cell-right { display:none; width:0%; }
  .footercharitytext { letter-spacing:1px; padding: 0px 20px 0px 20px; font-size:14px; line-height:18px; }
  #fullcopyright, #midcopyright, #mobilecopyright, a.eighteenthree { letter-spacing:1px; font-size:14px; }
}

/* ################# footer media queries ################ */

@media screen and (min-width:851px) {
  #fullcopyright { display:block; }
  #midcopyright { display:none; }
  #mobilecopyright { display:none; }
}

@media screen and (min-width:651px) and (max-width:850px) {
  #fullcopyright { display:none; }
  #midcopyright { display:block; }
  #mobilecopyright { display:none; }
}

@media screen and (max-width:650px) {
  #fullcopyright { display:none; }
  #midcopyright { display:none; }
  #mobilecopyright { display:block; }
}

/* ######################################################### */
