/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
}
.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.closebt:hover {
  transform: rotate(90deg);
}
a {
  color: white;
}
body {
  background: #0073a3;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 400;
}
.main-container {
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.main-container .tmp-menu li {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.main-container a:hover {
  text-decoration: underline;
}
.modal-content-container {
  padding-bottom: 70px;
  text-align: left;
  padding-top: 45px;
}
.modal-content-container .close-modal {
  text-align: center;
}
.modal-content-container .close-modal .closebt {
  margin-bottom: 120px;
}
.modal-content-container .modal-content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.4;
}
.modal-content-container .modal-content p {
  margin-bottom: 30px;
}
.modal-content-container .modal-content h2 {
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 40px;
}
.modal-content-container .modal-content h3 {
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
}
.modal-content-container .modal-content .image-area {
  padding-top: 25px;
}
.modal-content-container .modal-content .paragraph {
  margin-bottom: 50px;
}
.modal-content-container .modal-content .paragraph p:last-child {
  margin-bottom: 0;
}
.modal-content-container .modal-content .paragraph a {
  text-decoration: underline;
}
.modal-content-container .modal-content .paragraph a:hover {
  opacity: 0.8;
}




.modal-content-container .close-modal { position: fixed;
top: 0;
left: 0;
right: 0;
padding: 10px;
background: #0073a3; }

.modal-content-container .close-modal .closebt { margin-bottom:0; }

.modal-content-container { margin-top:65px; }




@media all and (max-width: 980px) {
  .modal-content-container .close-modal .closebt {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .modal-content-container .close-modal .closebt {
    max-width: 30px;
    margin-bottom: 20px;
  }
  .modal-content-container {
    padding-top: 20px;
  }
  .modal-content-container .modal-content h2 {
    font-size: 26px;
    padding-bottom: 25px;
  }
  .modal-content-container .modal-content h3 {
    font-size: 21px;
  }
  .modal-content-container .modal-content {
    font-size: 18px;
  }
  .modal-content-container .modal-content .paragraph {
    margin-bottom: 30px;
  }
  .modal-content-container .modal-content p {
    margin-bottom: 20px;
  }
}
