@charset "UTF-8";
/* Globals */
/* line 4, ../sass/page.scss */
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 {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Open Sans';
  src: url(fonts/OpenSans-Regular.ttf);
  src: url(fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype)", "url(../fonts/OpenSans-Regular-webfont.woff") format("woff)", "url(../fonts/OpenSans-Regular-webfont.ttf") format("truetype)", "url(../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(fonts/OpenSans-Bold.ttf);
  src: url(fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype)", "url(OpenSans-Bold-webfont.woff") format("woff)", "url(OpenSans-Bold-webfont.ttf") format("truetype)", "url(OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(fonts/OpenSans-Italic.ttf);
  src: url(fonts/OpenSans-Italic-webfont.eot?#iefix) format("embedded-opentype)", "url(OpenSans-Italic-webfont.woff") format("woff)", "url(OpenSans-Italic-webfont.ttf") format("truetype)", "url(OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans Condensed Light';
  src: url(fonts/OpenSans-CondLight.ttf);
  src: url(fonts/OpenSans-CondLight-webfont.eot?#iefix) format("embedded-opentype)", "url(../fonts/OpenSans-CondLight-webfont.woff") format("woff)", "url(../fonts/OpenSans-CondLight-webfont.ttf") format("truetype)", "url(../fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url(fonts/OpenSans-CondBold.ttf);
  src: url(fonts/OpenSans-CondBold-webfont.eot?#iefix) format("embedded-opentype)", "url(../fonts/OpenSans-CondBold-webfont.woff") format("woff)", "url(../fonts/OpenSans-CondBold-webfont.ttf") format("truetype)", "url(../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* line 51, ../sass/page.scss */
::selection {
  color: #fff;
  /*background:#176A73; MMW*/
  background: #176A73;
}

/* line 57, ../sass/page.scss */
body {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
}

/* line 62, ../sass/page.scss */
.container {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}

/* line 68, ../sass/page.scss */
.grid {
  overflow-x: visible !important;
}

/* line 72, ../sass/page.scss */
h1 {
  text-transform: uppercase;
  font-size: 2em;
  color: #004c60;
}

/* line 78, ../sass/page.scss */
.h1-like, h1.csc-firstHeader, #c81 h1, .news-single-item h1, .csc-default h1 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.5em;
  color: #004c60;
  padding-bottom: 5px;
  border-bottom: solid 2px #006680;
  margin-bottom: 30px;
}

/* line 90, ../sass/page.scss */
h1 a {
  color: #004C60;
  display: inherit;
  line-height: 1.5em;
  margin-bottom: -5px;
  padding-bottom: 0;
  text-decoration: none !important;
}

/* line 100, ../sass/page.scss */
#c159.csc-default h1.csc-firstHeader {
  margin-bottom: 0;
}

/* line 104, ../sass/page.scss */
h2 a[href$="index.php?id=5"] {
  color: #333;
  float: right;
  font-size: 13px;
  margin-top: -66px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
}

/* line 118, ../sass/page.scss */
#c139 csc-firstHeader {
  padding-bottom: 30px;
}

/* line 122, ../sass/page.scss */
h2 a[href$="index.php?id=5"]:hover {
  color: #3CC7EC;
}

/* line 126, ../sass/page.scss */
h2, .h2-like {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.5em;
  /* font-weight: 700;*/
  color: #3d3d3d;
}

/* line 134, ../sass/page.scss */
h2 a {
  color: #231F20;
  font-family: 'Open Sans',sans-serif;
  /*font-size: 1.3em;*/
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 144, ../sass/page.scss */
h2 a:hover {
  color: #3CC7EC !important;
  -webkit-transition: color .5s ease-in;
  -moz-transition: color .5s ease-in;
  -ms-transition: color .5s ease-in;
  -o-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

/* line 153, ../sass/page.scss */
.h2-like, .grid2-1 h2 {
  font-family: 'Open Sans',sans-serif;
  text-transform: inherit;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
}

/* line 162, ../sass/page.scss */
h2.ui-accordion-header,
h1.ui-accordion-header {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 171, ../sass/page.scss */
h1.ui-accordion-header {
  font-size: 20px !important;
}

/* line 175, ../sass/page.scss */
.ui-accordion-content {
  margin-top: 20px !important;
}
/* line 178, ../sass/page.scss */
.ui-accordion-content .description p {
  padding-left: 60px;
}

/* line 184, ../sass/page.scss */
h3, .grid2-1 h3 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #0c0c0c;
}

/* line 193, ../sass/page.scss */
.news-list-container {
  padding: 26px 0;
}

/* line 197, ../sass/page.scss */
.grid2-1 h3, .grid2-1 h4 {
  text-transform: uppercase;
}

/* line 201, ../sass/page.scss */
.grid2-1 h4 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 208, ../sass/page.scss */
.h3-like {
  text-transform: uppercase;
  color: #231f20;
  font-size: 1.3em;
  margin-bottom: 10px;
  border-bottom: dashed 1px #231f20;
}

/* line 216, ../sass/page.scss */
p {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 30px;
  font-weight: lighter;
  font-family: 'Open Sans' sans-serif;
}

/* line 224, ../sass/page.scss */
p:last-of-type {
  margin-bottom: 18px;
}

/* line 228, ../sass/page.scss */
b, p b, table tr td b {
  font-weight: 700;
}

/* line 232, ../sass/page.scss */
ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 18px;
}

/* line 238, ../sass/page.scss */
ol {
  list-style-position: outside;
  padding-left: 21px;
}

/* line 243, ../sass/page.scss */
ol li {
  margin-bottom: 10px;
  font-size: 1em;
}

/* line 248, ../sass/page.scss */
ul.top-nav a li img {
  position: relative;
  top: -2px;
}

/* line 253, ../sass/page.scss */
ul.members {
  margin-left: 0;
  padding-left: 0 !important;
}

/* line 258, ../sass/page.scss */
.tools .footer-link {
  margin-top: 0;
}

/* line 262, ../sass/page.scss */
.subfooter ul.social {
  margin-bottom: 0;
}

/* line 266, ../sass/page.scss */
.subfooter ul.social li:last-child img {
  margin-top: -4px;
}

/* line 270, ../sass/page.scss */
.share {
  float: right;
}

/* line 274, ../sass/page.scss */
.share li {
  display: inline-block;
}

/* line 278, ../sass/page.scss */
.share li a {
  padding: 18px;
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

/* line 289, ../sass/page.scss */
.share li a:hover {
  opacity: .6;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
  -ms-transition: opacity .55s ease-in-out;
  -o-transition: opacity .55s ease-in-out;
}

/* line 298, ../sass/page.scss */
.nav ul {
  padding-left: 0;
}

/* line 302, ../sass/page.scss */
#c61 .csc-header h1, #c81 .csc-header h1, #c450 .csc-header h1, #c631 .csc-header h1 {
  text-transform: uppercase;
  font-size: 2em;
  display: inline;
  /*border-bottom:none;*/
  border-bottom: solid 2px #004c60;
  display: inline;
}

/* line 311, ../sass/page.scss */
#c61 .csc-header h1 a, #c81 .csc-header h1 a, #c449 .csc-header h1 a, #c450 .csc-header h1 a, #c631 .csc-header h1 a {
  /*text-decoration:none!important;*/
  display: inline-block;
  width: 100%;
  color: #004c60;
}

/* line 318, ../sass/page.scss */
#c61 .latest-news, #c81 .policies {
  /*border-top:solid 2px #004c60;*/
  padding-top: 3px;
  padding-bottom: 30px;
}

/* line 324, ../sass/page.scss */
#c61 .csc-header h2, #c81 .csc-header h2, #c450 .csc-header h2, #c631 .csc-header h2 {
  text-align: right;
  margin-top: -22px;
}

/* line 329, ../sass/page.scss */
#c449 .csc-header h2 {
  margin-top: -60px;
}

/* line 333, ../sass/page.scss */
#c61 .csc-header h2 a, #c81 .csc-header h2 a, #c449 .csc-header h2 a, #c631 .csc-header h2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: .5em;
  margin-top: 28px;
  position: relative;
  top: -22px;
  -webkit-transition: color .5s ease-in;
  -moz-transition: color .5s ease-in;
  -ms-transition: color .5s ease-in;
  -o-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

/* line 348, ../sass/page.scss */
#c449 .csc-header h2 a {
  top: -12px;
  font-size: .65em;
  font-size: 1em;
}

/* line 354, ../sass/page.scss */
#c450 .csc-header h2 a {
  top: -24px;
  font-size: 1em;
}

/* line 359, ../sass/page.scss */
#c61 .csc-header h2 a:hover, #c81 .csc-header h2 a:hover {
  color: #3CC7EC;
}

/* line 363, ../sass/page.scss */
#c449 .more a {
  margin-top: 5px;
  margin-bottom: 50px;
}

/* line 370, ../sass/page.scss */
.csc-header h1 {
  text-transform: uppercase;
  font-size: 2em;
  border-bottom: solid 2px #004c60;
}

/* line 376, ../sass/page.scss */
.csc-header h1 a {
  display: inline-block;
  width: 100%;
  color: #004c60;
}

/* line 382, ../sass/page.scss */
.csc-header h2.sidelink {
  text-align: right;
  margin-top: -40px;
}

/* line 387, ../sass/page.scss */
.csc-header h2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 14px !important;
  margin-top: 28px;
  position: relative;
  top: -25px;
}

/* line 397, ../sass/page.scss */
.csc-header h2 a:hover {
  color: #3CC7EC !important;
}

/* line 401, ../sass/page.scss */
.accordion .csc-header h1, .accordion .csc-header h2 {
  text-align: left;
  margin: 0.5em 0;
}

/* line 406, ../sass/page.scss */
.news-single-backlink a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 14px !important;
  margin-top: 28px;
  position: relative;
  top: 0;
}

/* line 416, ../sass/page.scss */
#c449 .news-list-container div:nth-child(1) {
  padding-right: 48px;
}

/* line 420, ../sass/page.scss */
#c449 .news-list-container div:nth-child(2) {
  padding-left: 21px;
  padding-right: 32px !important;
}

/**LATEST EVENTS on ADD AN EVENT PAGE**/
/* line 426, ../sass/page.scss */
#c640 {
  padding-left: 20px;
}

/* line 430, ../sass/page.scss */
#c641, #c641 .news-list-item:first-child {
  background-color: #f9f9f9;
}

/* line 434, ../sass/page.scss */
#c641 .news-list-item {
  border-bottom: none;
  padding: 0 20px;
  margin-bottom: 0;
}

/* line 440, ../sass/page.scss */
#c641 .news-list-item .news-list-date {
  padding-bottom: 0;
}

/** FORUM **/
/* line 445, ../sass/page.scss */
.tx-rtgsforum-pi1 .form input {
  border: solid 1px #ccc;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 5px;
  border: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}

/* line 460, ../sass/page.scss */
.tx-rtgsforum-pi1 .form .input label {
  display: block;
}

/* line 464, ../sass/page.scss */
.tx-rtgsforum-pi1 .form .input textarea {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}

/* line 470, ../sass/page.scss */
.tx-rtgsforum-pi1 .form .input input[type="submit"] {
  width: auto !important;
  padding: 3px 20px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

/* line 482, ../sass/page.scss */
.tx-rtgsforum-pi1 .postsList > div {
  border-bottom: dashed 1px #ccc;
  padding: 15px 0;
}

/* line 487, ../sass/page.scss */
.tx-rtgsforum-pi1 .postsList > div p strong {
  text-transform: capitalize;
}

/* line 491, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList h3 {
  margin-bottom: 5px;
}

/* line 495, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList h3 a {
  display: block;
  text-decoration: none;
}

/* line 500, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList h3 a:hover {
  text-decoration: underline;
}

/* line 504, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList span.delete-theme a, a[title="Create theme..."] {
  padding: 3px 10px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 514, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList span.delete-theme a:hover, a[title="Create theme..."]:hover {
  background-color: #FFF;
  color: #176A73;
}

/* line 519, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList p span.username {
  font-weight: 700;
  text-transform: capitalize;
}

/* line 524, ../sass/page.scss */
.tx-rtgsforum-pi1 .newsList p {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 15px;
}

/* line 529, ../sass/page.scss */
.tx-rtgsforum-pi1 .form .input input[type="submit"]:hover {
  background-color: #FFF;
  color: #176A73;
}

/* line 534, ../sass/page.scss */
.news-list-category {
  margin-top: 10px;
}

/* line 538, ../sass/page.scss */
.news-list-date {
  color: #176A73;
  float: none;
  font-size: 1.1em;
  padding-bottom: 1em;
  padding-left: 0;
}

/* line 546, ../sass/page.scss */
.csc-default ul, .csc-textpic-text ul, .csc-frame-rulerAfter ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 18px;
  margin-bottom: 30px;
}

/* line 553, ../sass/page.scss */
.csc-default ul li, .csc-textpic-text ul li a, .csc-frame-rulerAfter ul li {
  font-size: 1em;
  line-height: 1.8em;
  font-family: 'Open Sans' sans-serif;
}

/* line 559, ../sass/page.scss */
.csc-frame div ul li {
  margin-bottom: 10px;
  line-height: 1.8em;
}

/* line 564, ../sass/page.scss */
footer #c1 ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 570, ../sass/page.scss */
.mb0, .pb0 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* line 575, ../sass/page.scss */
hr {
  background-color: #004c62;
  border-color: #004c60;
  margin-bottom: 28px;
}

/* line 581, ../sass/page.scss */
hr.clearer {
  height: 0 !important;
}

/*span.date {
  font-size:12px;
  margin-bottom:28px;
}
*/
/* line 590, ../sass/page.scss */
span.legend {
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
}

/* line 596, ../sass/page.scss */
a,
p a {
  color: #09A6F6;
  font-size: 1em !important;
  text-decoration: underline;
}

/* line 603, ../sass/page.scss */
a:hover,
p a:hover {
  color: #176A73;
}

/* line 609, ../sass/page.scss */
.top-nav {
  padding-left: 0;
  /*background-color:#176A73; MMW */
  background-color: #176A73;
}

/* line 615, ../sass/page.scss */
.top-nav .w70 {
  width: auto;
}

/* line 619, ../sass/page.scss */
ul.top-nav {
  padding: 4px 0 3px;
}

/* line 623, ../sass/page.scss */
.top-nav li {
  display: inline;
  list-style-type: none;
}

/* line 628, ../sass/page.scss */
#c929 #slider {
  width: 100%;
}

/* line 632, ../sass/page.scss */
.flex-direction-nav {
  list-style-type: none !important;
  list-style-position: outside !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

/* line 639, ../sass/page.scss */
.slides {
  padding-left: 0 !important;
}

/* line 643, ../sass/page.scss */
section.nav {
  /*border-top:solid 9px #176A73; MMW*/
  border-top: solid 9px #176A73;
}

/* line 648, ../sass/page.scss */
section.top-nav {
  /* MMW */
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, white), color-stop(46%, white), color-stop(46%, #176a73));
  background: -webkit-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
  background: -o-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
  background: -ms-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
  background: linear-gradient(to right, white 0%, white 0%, white 46%, #176a73 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#176A73',GradientType=1);
  /*padding:5px 0;*/
}

/*section.top-nav {
  background: #176A73;
  width: 70%;
  float: right;
  padding: 2px;
  }*/
/* line 666, ../sass/page.scss */
section.top-nav ul li {
  margin-left: 15px;
  vertical-align: middle;
}

/* line 671, ../sass/page.scss */
section.top-nav ul li a {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.286em;
  text-decoration: none;
}

/* line 679, ../sass/page.scss */
section.top-nav ul li a.members {
  background-color: #c7e9fa;
  font-weight: 400;
  color: #00657f;
  padding: 1px 10px 0;
}

/* line 686, ../sass/page.scss */
section.top-nav ul li a:hover {
  color: #5496a9;
}

/* line 690, ../sass/page.scss */
header {
  /*border-bottom:solid 9px #176A73;*/
  border-bottom: solid 9px #176A73;
  margin-bottom: 10px;
}

/* line 696, ../sass/page.scss */
header h1 {
  border-bottom: none;
}

/* line 700, ../sass/page.scss */
div#eu3Modal.reveal-modal h1 {
  padding-bottom: 15px;
}

/* line 704, ../sass/page.scss */
footer {
  background-color: #5e5e5e;
  margin-top: 60px;
}

/* line 708, ../sass/page.scss */
footer .policies {
  display: block !important;
}

/* line 710, ../sass/page.scss */
footer h3 {
  font: normal normal 1.286em 'Open Sans Condensed',sans-serif;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: none;
}

/* line 717, ../sass/page.scss */
footer h4 {
  font: normal normal 1.286em 'Open Sans Condensed',sans-serif;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: #b9f4f4 1px dashed;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

/* line 725, ../sass/page.scss */
footer .csc-header {
  text-align: left;
  width: 100%;
  clear: both;
}

/* line 731, ../sass/page.scss */
.page-title {
  display: none;
}

/* line 735, ../sass/page.scss */
footer ul li {
  font-family: 'Open Sans Condensed', sans-serif !important;
  color: #FFF;
  font-size: 1.2em !important;
}

/* line 741, ../sass/page.scss */
footer ul li a {
  color: #3cc7ec;
}

/* line 745, ../sass/page.scss */
footer ul li.ace {
  color: #7fa0ab;
}

/* line 749, ../sass/page.scss */
.footer-link {
  color: #97C5D4;
  display: block;
  font-weight: 400;
  margin-top: 86px;
  padding-bottom: 15px;
}

/* line 757, ../sass/page.scss */
footer ul.social li {
  margin-left: 38px;
}

/* line 761, ../sass/page.scss */
footer .social {
  padding-left: 0;
}

/* line 766, ../sass/page.scss */
footer ul.social li:first-child {
  margin-left: 0;
}

/* line 769, ../sass/page.scss */
footer #c451 ul.social li:last-child {
  vertical-align: middle;
}

/* line 770, ../sass/page.scss */
section.subfooter {
  border-bottom: solid 3px #FFF;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* line 776, ../sass/page.scss */
.subfooter ul li {
  display: inline;
}

/* line 780, ../sass/page.scss */
.subfooter .social li a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
}

/* line 786, ../sass/page.scss */
.subfooter .social li a img {
  margin-left: 5px;
}

/* line 790, ../sass/page.scss */
nav ul li {
  background: #FFF;
}

/* line 794, ../sass/page.scss */
nav ul li a {
  text-decoration: none;
}

/* line 798, ../sass/page.scss */
.border-0 {
  border-bottom: none;
  border-top: none;
}

/* line 803, ../sass/page.scss */
.banner {
  padding: 10px 0;
}

/* line 807, ../sass/page.scss */
.banner .bannerPic {
  padding: 0;
}

/* line 811, ../sass/page.scss */
ul.side-nav {
  list-style-type: none;
  padding-left: 40px;
  margin-top: -9px;
  margin-bottom: 30px;
}

/* line 819, ../sass/page.scss */
.page-title {
  font-size: 16px;
  margin: 0 0 15px 45px;
  text-transform: uppercase !important;
  color: #231f20;
  font-weight: 700;
}

/* line 827, ../sass/page.scss */
ul.side-nav li {
  border-bottom: dashed 1px #231f20;
  /*padding:10px 5px;*/
  list-style: none;
}

/* line 833, ../sass/page.scss */
ul.side-nav li a:hover, ul.side-nav li.active a, ul.side-nav li.active ul li a {
  background-color: #ddeff8;
  border-top: none;
}

/* line 838, ../sass/page.scss */
ul.side-nav li.active ul li a:hover {
  background-color: #ddeff8;
}

/* line 842, ../sass/page.scss */
ul.side-nav li.active ul li a {
  background: none;
}

/* line 846, ../sass/page.scss */
ul.side-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  color: #231f20;
  padding: 10px 5px;
  display: block;
}

/* line 855, ../sass/page.scss */
ul.side-nav ul {
  padding-left: 0;
}

/* line 859, ../sass/page.scss */
ul.side-nav ul li {
  text-indent: 2em;
}

/* line 863, ../sass/page.scss */
ul.side-nav ul li:first-child {
  border-top: dashed 1px #231f20;
}

/* line 867, ../sass/page.scss */
ul.side-nav li:last-child {
  border-bottom: none;
}

/* line 871, ../sass/page.scss */
ul.files li a:hover {
  color: #5496a9;
}

/* line 875, ../sass/page.scss */
ul.side-nav li a.active {
  font-weight: 700;
}

/* line 879, ../sass/page.scss */
ul.files {
  margin-bottom: 60px;
}

/* line 883, ../sass/page.scss */
ul.files li {
  margin-bottom: 20px;
}

/* line 887, ../sass/page.scss */
ul.files li a {
  font-size: 16px;
  color: #231f20;
}

/* line 892, ../sass/page.scss */
ul.share-it {
  margin-bottom: 90px;
}

/* line 896, ../sass/page.scss */
ul.share-it li {
  display: inline;
  margin: 0 10px;
}

/* line 901, ../sass/page.scss */
ul.share-it li:first-child {
  margin-left: 0;
}

/* line 905, ../sass/page.scss */
ul.share-it li:last-child {
  margin-right: 0;
}

/* line 909, ../sass/page.scss */
.social {
  /*margin-top:5px;*/
  display: inline;
  margin: 0;
}

/* line 915, ../sass/page.scss */
.social li {
  display: inline;
  margin-left: 10px;
}

/* line 923, ../sass/page.scss */
.social li a img {
  vertical-align: middle;
  margin-top: -2px;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

/* line 934, ../sass/page.scss */
.social li a img:hover, .members li a img:hover {
  opacity: .6;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
  -ms-transition: opacity .55s ease-in-out;
  -o-transition: opacity .55s ease-in-out;
}

/* line 943, ../sass/page.scss */
.social li a[title="english"], .social li a[title="français"] {
  padding: 12px 10px 9px;
  border: solid 1px #176A73;
  color: #176A73;
  text-decoration: none;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
}

/* line 955, ../sass/page.scss */
.social li a[title="english"].active, .social li a[title="français"].active, .social li a[title="english"]:hover, .social li a[title="français"]:hover {
  border: solid 1px #d2d2d2;
  color: #d2d2d2;
}

/* line 960, ../sass/page.scss */
.social li a[title="français"] {
  /*margin-right: 100px;*/
}

/*.language {
  margin-top:100px;
  margin-right:70px;
  float:right;
}*/
/* line 969, ../sass/page.scss */
.language {
  bottom: -28px;
  float: right;
  margin-right: 70px;
  margin-top: 84px;
  position: relative;
  display: inline;
}

/* line 978, ../sass/page.scss */
ul.legal-notices li {
  display: inline;
  font-size: 16px;
}

/* line 983, ../sass/page.scss */
ul.legal-notices li a {
  color: #FFF;
  text-transform: capitalize;
  font-size: 0.9em !important;
  text-decoration: none;
}

/* line 990, ../sass/page.scss */
ul.breadcrumb {
  margin-bottom: 15px;
  padding-left: 0;
}

/* line 995, ../sass/page.scss */
ul.breadcrumb li {
  display: inline;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 5px;
}

/* line 1005, ../sass/page.scss */
ul.breadcrumb li a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
}

/* line 1017, ../sass/page.scss */
ul.breadcrumb li a:hover {
  color: #176A73;
}

/* line 1021, ../sass/page.scss */
ul.breadcrumb li a.active {
  font-weight: 700;
}

/* line 1024, ../sass/page.scss */
ul.breadcrumb li:last-child {
  color: #176A73 !important;
  font-weight: bold;
}

/* line 1028, ../sass/page.scss */
ul.legal-notices {
  text-align: left !important;
}

/* line 1032, ../sass/page.scss */
ul.legal-notices li a:hover {
  color: #c9f4ff;
}

/* line 1036, ../sass/page.scss */
ul.legal-notices li a:after {
  content: "|";
  margin: 0 10px;
}

/* line 1041, ../sass/page.scss */
ul.breadcrumb li a:after {
  content: ">";
  margin-left: 5px;
}

/* line 1046, ../sass/page.scss */
ul.breadcrumb li:last-child a:after, ul.legal-notices li:last-child a:after {
  content: "";
}

/* line 1050, ../sass/page.scss */
.search {
  margin-top: 5px;
}

/* line 1054, ../sass/page.scss */
input[type="search"] {
  /*height:22px;*/
  margin-bottom: 65px;
  border-radius: 0 !important;
  /*background:url(../img/search.png) no-repeat 97% 55%;*/
  border: none;
}

/* line 1063, ../sass/page.scss */
.serach {
  border: solid 1px;
  position: relative;
  height: 22px;
  float: right;
  width: 145px;
}

/* line 1071, ../sass/page.scss */
input.searchBT {
  left: 120px;
  top: 2px;
  position: absolute;
}

/* line 1077, ../sass/page.scss */
.credits a:before {
  background-repeat: no-repeat;
  content: url("../img/camera.png");
  display: inline-block;
  margin-top: 0;
  padding-right: 11px;
  position: relative;
  top: 2px;
}

/* line 1087, ../sass/page.scss */
.credits a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
  font-size: .857em;
  padding-left: 10px;
}

/* line 1100, ../sass/page.scss */
.credits a:hover {
  color: #176A73;
}

/* line 1104, ../sass/page.scss */
.txtright {
  text-align: right !important;
}

/* line 1108, ../sass/page.scss */
.more a {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  margin-top: 45px;
  padding: 0 !important;
  display: block;
  text-decoration: none;
}

/* line 1118, ../sass/page.scss */
#c61 .more a, #c81 .more a {
  margin-right: -28px;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
}

/* line 1128, ../sass/page.scss */
.more a:hover {
  color: #3CC7EC;
}

/* line 1132, ../sass/page.scss */
.more img {
  margin-left: 10px;
  margin-top: -3px;
}

/* line 1137, ../sass/page.scss */
footer a {
  text-decoration: none;
}

/* line 1141, ../sass/page.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 1145, ../sass/page.scss */
.dashed {
  border-right: dashed 1px #ccc !important;
}

/* line 1149, ../sass/page.scss */
.dotted {
  border: dotted 1px #ccc;
  padding: 15px;
  margin-bottom: 30px;
}

/* line 1155, ../sass/page.scss */
.latest-news div h2, .policies div h2 {
  line-height: 20px;
  font-size: 1.2em;
}

/* line 1160, ../sass/page.scss */
div.third-column:last-child {
  border-right: none !important;
}

/* line 1164, ../sass/page.scss */
.latest-news div h2 a, .policies div h2 a {
  text-decoration: none;
}

/* line 1168, ../sass/page.scss */
.latest-news div h2, .policies div h2 {
  min-height: 44px;
}

/* line 1172, ../sass/page.scss */
span.date, .news-latest-date {
  display: block;
  font-size: 1em;
  font-weight: lighter;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* line 1180, ../sass/page.scss */
.latest-news p {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.7em;
}

/* line 1187, ../sass/page.scss */
.policies p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.7em;
}

/* line 1194, ../sass/page.scss */
.policies h2 {
  margin-bottom: 0;
}

/* line 1198, ../sass/page.scss */
.latest-news {
  margin-bottom: 45px;
}

/* line 1202, ../sass/page.scss */
.latest-news > * {
  margin-top: 0;
}

/* line 1206, ../sass/page.scss */
.policies {
  margin-bottom: 30px;
}

/* line 1210, ../sass/page.scss */
.form-group {
  margin-bottom: .5em;
  clear: both;
  display: block !important;
  padding: 0 !important;
}

/* line 1217, ../sass/page.scss */
#c123 {
  display: block;
}

/* line 1221, ../sass/page.scss */
.form-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  color: #FFF;
  font-size: 1.1em;
  margin-bottom: .8em;
}

/* line 1231, ../sass/page.scss */
.form-group input {
  float: right;
  width: 200px;
  padding: 6px 3px;
  /*padding: .1em .7em;*/
  display: inline-block;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: .8em;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1251, ../sass/page.scss */
.form-group select {
  float: right;
  width: 200px;
  padding: 4px 3px;
  display: inline-block;
  font-size: 1em;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow.jpg) no-repeat #FFF;
  background-position: 98% 50%;
  text-indent: .01px;
}

/* line 1269, ../sass/page.scss */
.form-group select::-ms-expand {
  display: none;
}

/* line 1273, ../sass/page.scss */
.button.submit {
  font-size: 100%;
  padding: .2em 1.5em;
  background-color: #c9f4ff;
  border: solid 1px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  float: right;
  display: block;
  text-transform: uppercase;
}

/* line 1285, ../sass/page.scss */
#c123 form {
  margin-top: 15px;
  display: block;
  float: right;
}

/* line 1291, ../sass/page.scss */
#c123 h3 {
  text-align: right;
}

/* line 1295, ../sass/page.scss */
.button.submit:hover {
  background-color: #004c60;
  color: #FFF;
}

/* line 1300, ../sass/page.scss */
.tools h3 {
  border-bottom: dashed 1px #a3d7e8;
  margin-bottom: 15px;
}

/* line 1305, ../sass/page.scss */
.members li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}

/* line 1311, ../sass/page.scss */
.members li:last-child {
  margin-right: 0;
}

/* line 1315, ../sass/page.scss */
#accordion1 {
  margin-bottom: 40px;
}

/* line 1319, ../sass/page.scss */
#c895 #accordion {
  margin-bottom: 30px;
}

/*------------------------------------
//////////////////////////////////////
 overlay members area
\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
/* line 1329, ../sass/page.scss */
.orgItemsContainer {
  font-family: 'Open sans';
}

/* line 1330, ../sass/page.scss */
.org-items {
  margin-bottom: 30px;
}

/* line 1331, ../sass/page.scss */
.orgLogo {
  width: 30%;
}

/* line 1332, ../sass/page.scss */
.orgDesc {
  width: 70%;
  margin-top: -7px;
}

/*------------------------------------
//////////////////////////////////////
 TYPO 3 CSS
\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
/* line 1339, ../sass/page.scss */
i {
  font-style: italic;
}

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
/* line 1344, ../sass/page.scss */
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
/* line 1349, ../sass/page.scss */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  padding-left: 15px;
  margin-top: 9px;
}

/* line 1355, ../sass/page.scss */
.pointer {
  cursor: pointer;
}

/* line 1359, ../sass/page.scss */
.docItems a.pointer {
  background: url(../img/popup.png) no-repeat;
  font-size: 1em !important;
  padding: 3px 35px;
  display: block;
}

/* line 1366, ../sass/page.scss */
.ui-widget-content a {
  font-size: 1em !important;
}

/* line 1370, ../sass/page.scss */
.align-justify {
  text-align: justify;
}

/* line 1374, ../sass/page.scss */
.align-center {
  text-align: center;
}

/* line 1378, ../sass/page.scss */
.align-left {
  text-align: left;
}

/* line 1382, ../sass/page.scss */
.align-right {
  text-align: right;
}

/* line 1386, ../sass/page.scss */
.csc-frame-rulerAfter {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* line 1392, ../sass/page.scss */
.csc-frame-rulerBefore {
  margin-top: 15px;
}

/* line 1396, ../sass/page.scss */
.csc-textpic-text div p {
  clear: none;
  margin-bottom: 20px;
}

/* line 1405, ../sass/page.scss */
.formModal .tx-felogin-pi1 {
  text-align: left;
  overflow: hidden !important;
}

/* line 1410, ../sass/page.scss */
.formModal .tx-felogin-pi1 h3 {
  margin-bottom: 20px;
}

/* line 1414, ../sass/page.scss */
.formModal .tx-felogin-pi1 div {
  font-style: italic;
}

/* line 1418, ../sass/page.scss */
.formModal .tx-felogin-pi1 div label {
  font-style: normal;
}

/* line 1422, ../sass/page.scss */
.formModal .tx-felogin-pi1 form {
  margin-top: 18px;
}

/* line 1426, ../sass/page.scss */
.formModal .tx-felogin-pi1 form legend {
  display: none;
}

/* line 1430, ../sass/page.scss */
.formModal .tx-felogin-pi1 form input[type="text"], .formModal .tx-felogin-pi1 form input[type="password"], .formModal .tx-felogin-pi1 form select {
  background-color: #FFF !important;
  border: solid 1px #ccc;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 5px;
  border: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}

/* line 1446, ../sass/page.scss */
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #FFF !important;
}

/* line 1450, ../sass/page.scss */
.formModal .tx-felogin-pi1 form input[type="submit"], .modalButton {
  margin-top: 15px;
  padding: 3px 20px;
  /*background-color:#176A73; MMW*/
  background-color: #176A73;
  color: #FFF;
  /*border:solid 1px #176A73; MMW*/
  border: solid 1px #176A73;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
}

/* line 1463, ../sass/page.scss */
.formModal .tx-felogin-pi1 form input[type="submit"]:hover, .modalButton:hover {
  background-color: #FFF;
  /*color:#176A73; MMW*/
  color: #176A73;
}

/* line 1470, ../sass/page.scss */
.formModal .tx-felogin-pi1 form .form-error input, .formModal .tx-felogin-pi1 form .form-error select {
  border: 1px solid #FF8100;
}
/* line 1473, ../sass/page.scss */
.formModal .tx-felogin-pi1 form .form-error label {
  color: #FF8100;
}
/* line 1477, ../sass/page.scss */
.formModal .tx-felogin-pi1 form .form-required {
  color: #FF8100;
  font-weight: bold;
}

/* line 1483, ../sass/page.scss */
.abcSearchContainer {
  margin-bottom: 20px;
}

/* line 1487, ../sass/page.scss */
.abcSearchContainer ul {
  padding-left: 0;
  margin-left: 0;
}

/* line 1492, ../sass/page.scss */
.dataTables_paginate.paging_simple_numbers {
  text-align: center !important;
  float: none !important;
  margin-top: 10px;
}

/* line 1498, ../sass/page.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #FFF !important;
  background: none !important;
  color: #176A73 !important;
  border: 1px solid #cacaca !important;
}

/* line 1505, ../sass/page.scss */
table {
  margin-bottom: 15px;
}

/* line 1509, ../sass/page.scss */
table thead tr th {
  text-transform: uppercase;
}

/* line 1513, ../sass/page.scss */
table thead tr {
  /*background-color:#FFF*/
}

/* line 1517, ../sass/page.scss */
table thead tr th, table tr td {
  padding: 5px;
}

/* line 1521, ../sass/page.scss */
table, th, td {
  /*border:solid 1px #353535;*/
  border: solid 1px #ccc;
}

/* line 1526, ../sass/page.scss */
table tr:nth-child(odd) {
  /*background-color:#eaeaea;*/
}

/* line 1530, ../sass/page.scss */
blockquote {
  font-size: 17px;
  color: #000;
  border: none;
  background: #FFF;
  margin: 1.5em 0;
  padding: 0 1em 0 2.5em;
  position: relative;
  clear: both;
  margin-bottom: 1.25em;
}

/* line 1542, ../sass/page.scss */
blockquote:before {
  color: #000;
  content: "\275D";
  font-size: 2em;
  position: absolute;
  left: 5px;
  top: .4em;
  line-height: .1em;
}

/* line 1552, ../sass/page.scss */
blockquote:after {
  color: #000;
  content: "\275E";
  font-size: 2em;
  position: absolute;
  right: 3px;
  bottom: .4em;
  line-height: .1em;
}

/* line 1562, ../sass/page.scss */
blockquote p {
  display: inline;
}

/* line 1569, ../sass/page.scss */
table tr td a:hover {
  color: #3CC7EC;
}

/* line 1573, ../sass/page.scss */
a.external-link-new-window img[src$="_new_window.gif"] {
  display: none !important;
}

/*------------------------------------
//////////////////////////////////////
 CALENDAR
\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
/* line 1582, ../sass/page.scss */
.newscalendar_dayHeader {
  font-size: 14px;
  color: #231f20;
  margin-bottom: 40px;
  font-weight: 400;
}

/* line 1589, ../sass/page.scss */
.newsCalendar_listItem a, .newsCalendar_listItem a.event-title {
  font-size: 21px;
  color: #231f20;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 1596, ../sass/page.scss */
.newsCalendar_listItem a:hover {
  color: #5496a9;
}

/* line 1600, ../sass/page.scss */
.newsCalendar_listItem_image {
  display: none;
}

/* line 1604, ../sass/page.scss */
.newsCalendar_listItem_subheader div p {
  padding-bottom: 0;
}

/* line 1608, ../sass/page.scss */
.newsCalendar_listItem .date {
  margin-bottom: 20px;
}

/* line 1612, ../sass/page.scss */
.tx-ttnews-listrow p {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 30px;
}

/* line 1617, ../sass/page.scss */
.tx-ttnews-listrow p:last-child {
  border-bottom: none;
}

/* line 1621, ../sass/page.scss */
.editEvent,
.deleteEvent {
  display: inline-block;
}

/* line 1626, ../sass/page.scss */
.editEvent a,
.deleteEvent a,
a.editEvent {
  padding: 4px 10px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 9px !important;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 1638, ../sass/page.scss */
.editEvent a:hover,
.deleteEvent a:hover,
a.editEvent:hover {
  background-color: #FFF;
  color: #176A73;
}

/* line 1645, ../sass/page.scss */
.back {
  position: relative;
  margin-top: 15px;
}

/*------------------------------------
//////////////////////////////////////
 NEWS SINGLE VIEW
\\\\\\\\\\\\\\\\\\\
--------------------------------------*/
/* line 1655, ../sass/page.scss */
.news-single-item hr {
  background-color: #FFF;
}

/* line 1659, ../sass/page.scss */
.news-single-item p:first-of-type, .news-single-img {
  margin-top: 10px;
}

/* line 1665, ../sass/page.scss */
.news-single-item p:last-of-type {
  margin-bottom: 20px;
}

/* line 1669, ../sass/page.scss */
.news-single-img p:first-of-type {
  margin-top: 5px;
}

/* line 1673, ../sass/page.scss */
.news-single-backlink {
  vertical-align: bottom;
  font-size: 22px;
  text-transform: uppercase;
  color: #004c60;
}

/* line 1680, ../sass/page.scss */
.news-single-item .news-single-backlink a {
  font-size: 15px;
  text-decoration: none;
  color: #232323;
  font-family: 'Open Sans',sans-serif;
  -webkit-transition: color 1s ease-in;
  -moz-transition: color 1s ease-in;
  -ms-transition: color 1s ease-in;
  -o-transition: color 1s ease-in;
  transition: color 1s ease-in;
  /*font-weight: 700;*/
}

/* line 1693, ../sass/page.scss */
.news-single-item .news-single-backlink a:hover {
  color: #176A73;
}

/* line 1697, ../sass/page.scss */
.news-single-item .news-single-backlink {
  text-align: right;
  margin: -80px 0 30px;
}

/* line 1702, ../sass/page.scss */
.news-single-item .news-single-leftbox {
  float: left;
}

/* line 1706, ../sass/page.scss */
.news-single-item .news-single-leftbox .single-img {
  margin: 5px 10px 10px 0;
}

/* line 1710, ../sass/page.scss */
.news-single-item .news-single-leftbox .single-img .news-single-imgcaption {
  display: none;
}

/* line 1714, ../sass/page.scss */
.news-single-item .news-date {
  color: #01547e;
  font-size: 12px;
}

/* line 1719, ../sass/page.scss */
.news-single-backlink:hover {
  color: #5496a9;
}

/*
.news-single-backlink:before {
  content:"";
  background: url("../img/arrow-left.png") no-repeat;
  background-position: left;
  position: absolute;
  width: 14px;
  height: 21px;
  margin: 7px 0 0 -20px;
}
*/
/* line 1734, ../sass/page.scss */
.yesButton, .noButton {
  padding: 0 30px;
  border: none;
  margin: 20px 0;
  -webkit-box-shadow: 0 7px 6px -3px #777;
  -moz-box-shadow: 0 7px 6px -3px #777;
  box-shadow: 0 7px 6px -3px #777;
  text-transform: uppercase;
}

/* line 1744, ../sass/page.scss */
.yesButton, .noButton:hover {
  background-color: #c7e9fa;
  color: #00657f;
}

/* line 1749, ../sass/page.scss */
.noButton, .yesButton:hover {
  background-color: #d2130f;
  color: #FFF;
}

/* line 1754, ../sass/page.scss */
.yesButton {
  margin-right: 20px;
}

/* line 1758, ../sass/page.scss */
.listTable {
  margin-top: 20px;
  /*border:solid 1px #000;*/
}

/* line 1763, ../sass/page.scss */
.listTable thead tr th {
  /*border-bottom:solid 1px #000;*/
  font-size: 14px;
}

/* line 1768, ../sass/page.scss */
.listTable tr > * + * {
  /*border-left:solid 1px #000;*/
}

/* line 1772, ../sass/page.scss */
.listTable tr th, .listTable tr td {
  padding: 3px 5px;
  border-bottom: solid 1px #000;
  color: #000;
}

/* line 1778, ../sass/page.scss */
.listTable tr th {
  font-weight: 700;
}

/* line 1782, ../sass/page.scss */
.listTable tr td {
  font-size: 12px;
}

/* line 1786, ../sass/page.scss */
.listTable tr:nth-child(odd) {
  background: #dfdfd9;
}

/* line 1790, ../sass/page.scss */
.listTable thead tr {
  background: none !important;
}

/* line 1794, ../sass/page.scss */
.calendar-container {
  margin-top: 60px;
  padding-left: 30px;
}

/* line 1799, ../sass/page.scss */
.calendar-container p {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 1804, ../sass/page.scss */
ul.legend {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.4em;
}

/* line 1810, ../sass/page.scss */
.commentsContainer hr {
  background-color: #fff !important;
  border: dashed 1px #ccc;
}

/*#commentModal .downloadButton a[href$='.pdf'] {*/
/*padding-right: 0 !important;*/
/*margin-bottom: 30px;*/
/*}*/
/* line 1820, ../sass/page.scss */
#commentModal .submitButton {
  padding: 0 5px;
}

/* line 1824, ../sass/page.scss */
#commentModal .submitButton:hover {
  background-color: #FFF;
  color: #176A73;
}

/* line 1829, ../sass/page.scss */
.reveal-modal .close-reveal-modal {
  font-weight: 400 !important;
}

/* line 1833, ../sass/page.scss */
.assembly span,
.meeting span,
.coordination span,
.committee span,
.groups span,
.others span,
.currentDay span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1847, ../sass/page.scss */
td.assembly,
td.meeting,
td.coordination,
td.committee,
td.groups,
td.others {
  border: none !important;
}

/* line 1856, ../sass/page.scss */
.assembly span,
.meeting span,
.coordination span,
.committee span,
.groups span,
.others span,
.currentDay span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1870, ../sass/page.scss */
.assembly span,
td.assembly div {
  background-color: #5296a9;
  color: #FFF;
}

/* line 1876, ../sass/page.scss */
.meeting span,
td.meeting div {
  background-color: #bbd4db;
  color: #FFF;
}

/* line 1882, ../sass/page.scss */
.coordination span,
td.coordination div {
  background-color: #a49d97;
  color: #FFF;
}

/* line 1888, ../sass/page.scss */
.committee span,
td.committee div {
  background-color: #6767ad;
  color: #FFF;
}

/* line 1894, ../sass/page.scss */
.groups span,
td.groups div {
  background-color: #c997c8;
  color: #FFF;
}

/* line 1900, ../sass/page.scss */
.others span,
td.others div {
  background-color: #7d527d;
  color: #FFF;
}

/* line 1906, ../sass/page.scss */
.currentDay,
.currentDay span {
  display: none;
}

/* line 1911, ../sass/page.scss */
td div.linked_today_nolink {
  color: #FFF;
}

/* line 1915, ../sass/page.scss */
.allowedReg {
  padding: 10px;
  border: solid 1px red;
  margin-top: 45px;
}

/* line 1921, ../sass/page.scss */
.news-list-container h1 {
  margin-bottom: 15px;
}

/* line 1925, ../sass/page.scss */
.news-list-item:first-child,
.tx-jidocumentsview-pi1 .listView .docItems:first-child {
  background-color: #ddeff8;
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: none;
}

/* line 1933, ../sass/page.scss */
.tx-jidocumentsview-pi1 .listView .docItems .title {
  padding-top: 0;
}

/* line 1938, ../sass/page.scss */
.news-list-item {
  border-bottom: dashed 1px #a0a0a0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 12px;
}

/* line 1945, ../sass/page.scss */
.docItems {
  border-bottom: 1px dashed #A0A0A0;
  padding: 15px 0;
}

/* line 1951, ../sass/page.scss */
.ui-accordion .ui-accordion-content {
  padding: 0 !important;
}

/* line 1955, ../sass/page.scss */
.accordion .docItems {
  border-bottom: none;
}

/* line 1959, ../sass/page.scss */
.news-list-item:last-child {
  margin-bottom: 20px;
  border-bottom: none;
}

/* line 1964, ../sass/page.scss */
.news-list-item p, .news-list-item:nth-child(2) p {
  margin-bottom: 0;
}

/* line 1968, ../sass/page.scss */
.news-list-item .more {
  margin-top: 0;
  /* font-weight: 700;*/
}

/* line 1973, ../sass/page.scss */
.news-list-item img {
  display: none;
}

/* line 1977, ../sass/page.scss */
.newsContent h2 {
  margin-bottom: 0;
}

/* line 1981, ../sass/page.scss */
.newsContent h2 a,
.tx-jidocumentsview-pi1 .listView .docItems .title a {
  color: #231F20;
  font-family: 'Open Sans',sans-serif;
  /*font-size: 1.5em;*/
  font-weight: normal;
  text-decoration: none;
}

/* line 1990, ../sass/page.scss */
.tx-jidocumentsview-pi1 .listView .docItems .title a {
  font-size: 1.5em;
  text-transform: uppercase;
}

/* line 1995, ../sass/page.scss */
.publishdate {
  color: #176A73;
  padding-bottom: 10px;
  padding-top: 20px;
}

/* line 2001, ../sass/page.scss */
.newsContent h2 a:hover {
  color: #176A73;
}

/* line 2005, ../sass/page.scss */
.newsContent .news-list-date {
  font-size: 1.1em;
  color: #176A73;
  padding-left: 0;
  padding-bottom: 1em;
  float: none;
}

/* line 2012, ../sass/page.scss */
dl,
dt,
dd,
.news-single-item {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 2020, ../sass/page.scss */
.news-single-files dd a {
  display: inline-block;
  line-height: 1.6em;
  margin-bottom: .2em;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 38px;
  padding-top: 4px;
  width: 100%;
  padding-left: 2.5em;
}

/* line 2032, ../sass/page.scss */
.news-single-files dt {
  text-transform: uppercase;
  color: #231f20;
  font-size: 21px;
  margin-bottom: 20px !important;
  padding-bottom: 5px !important;
  border-bottom: dashed 1px #231f20;
  font-weight: 400;
}

/* line 2042, ../sass/page.scss */
.news-single-files dd a {
  color: #004c60;
  text-decoration: none;
}

/* line 2047, ../sass/page.scss */
.news-single-files dd a:hover {
  color: #3CC7EC;
}

/* line 2052, ../sass/page.scss */
.reveal-modal a[title="Print"] {
  background: url("../img/icons/print-icon.png") no-repeat;
  padding-left: 35px;
}

/* line 2057, ../sass/page.scss */
.carouselContainer ul li {
  padding: 1px;
}

/*a[href$='.pdf'] {*/
/*background-image:url(../img/icon-files/pdf.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.doc'] {*/
/*background-image:url(../img/icon-files/word.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.xls'] {*/
/*background-image:url(../img/icon-files/excel.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.ppt'] {*/
/*background-image:url(../img/icon-files/ppt.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.csv'] {*/
/*background-image:url(../img/icon-files/csv.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.mpg'] {*/
/*background-image:url(../img/icon-files/mpg.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.flv'] {*/
/*background-image:url(../img/icon-files/flv.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.wma']  {*/
/*background-image:url(../img/icon-files/wma.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.zip'] {*/
/*background-image:url(../img/icon-files/zip.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.rar'] {*/
/*background-image:url(../img/icon-files/rar.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.exe'] {*/
/*background-image:url(../img/icon-files/exe.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.dmg'] {*/
/*background-image:url(../img/icon-files/dmg.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.mov'] {*/
/*background-image:url(../img/icon-files/mov.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.avi'] {*/
/*background-image:url(../img/icon-files/avi.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.psd'] {*/
/*background-image:url(../img/icon-files/psd.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.ai'] {*/
/*background-image:url(../img/icon-files/ai.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.dll'] {*/
/*background-image:url(../img/icon-files/dll.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*
a[href$='.png'] {
  background-image:url(../img/icon-files/png.png);
  background-repeat:no-repeat;
   background-position: left center;
    background-repeat: no-repeat;
    display: block !important;
    margin-top: 0;
    padding: 6px 35px 0;    
}*/
/*a[href$='.gif'] {*/
/*background-image:url(../img/icon-files/gif.png);*/
/*background-repeat:no-repeat;*/
/*background-position: left center;*/
/*background-repeat: no-repeat;*/
/*display: block !important;*/
/*margin-top: 0;*/
/*padding: 6px 35px 0;*/
/*}*/
/*a[href$='.jpg'] {
  background-image:url(../img/icon-files/jpg.png);
  background-repeat:no-repeat;
   background-position: left center;
    background-repeat: no-repeat;
    display: block !important;
    margin-top: 0;
    padding: 6px 35px 0;    
}*/
/* line 2261, ../sass/page.scss */
.single-img a[href$='.jpg'] {
  background-image: none !important;
  padding: 0;
}

/* line 2263, ../sass/page.scss */
table tr td a,
#c885 .title a {
  background-image: none !important;
  padding: 0 !important;
}

/* line 2269, ../sass/page.scss */
#c885 .title a {
  margin-top: 10px;
}

/* line 2273, ../sass/page.scss */
#c171 .docItems,
#c171 .title,
#c171 .description {
  padding: 0 !important;
}

/* line 2278, ../sass/page.scss */
#c890 {
  margin-top: 30px;
}

/* line 2281, ../sass/page.scss */
#c890 .bodytext a {
  text-transform: uppercase;
  color: #212121;
  text-decoration: none;
  font-size: 1.3em !important;
}

/* line 2287, ../sass/page.scss */
#c890 .bodytext a:hover {
  text-transform: uppercase;
  color: #09A6F6;
  text-decoration: none;
}

/* line 2292, ../sass/page.scss */
#c890 .bodytext::after {
  content: url("../img/icons/mail-icon.png");
  position: relative;
  top: 6px;
  left: 10px;
}

/* line 2299, ../sass/page.scss */
a.policies.mail {
  background: url(../img/icons/mail-icon.png) no-repeat right !important;
  padding-right: 35px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 30px;
  font-family: 'Open Sans Light', sans-serif;
  font-size: 21px;
}

/* line 2314, ../sass/page.scss */
.tx-pagebrowse {
  margin-top: 20px !important;
}

/* line 2318, ../sass/page.scss */
.tx-pagebrowse li ol li a,
.tx-pagebrowse .tx-pagebrowse-current {
  border: solid 1px #ccc;
  padding: 2px 5px !important;
  text-decoration: none;
}

/* line 2325, ../sass/page.scss */
.tx-pagebrowse .tx-pagebrowse-current,
.tx-pagebrowse li ol li a:hover {
  background-color: #006680;
  color: #fff;
}

/* line 2331, ../sass/page.scss */
.tx-pagebrowse li a {
  text-decoration: none;
}

/* line 2335, ../sass/page.scss */
.tx-pagebrowse li {
  padding: 0 !important;
  margin: 0 5px !important;
}

/* line 2340, ../sass/page.scss */
.grid .grid3.latest-news, .grid .grid3.policies {
  display: block;
  /*display:table;*/
  padding: 0;
  margin: 0 -26px;
  text-align: left;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
}

/* line 2351, ../sass/page.scss */
.grid .grid3.latest-news div, .grid .grid3.policies > div {
  display: inline-block;
  padding: 0 26px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  /*display:table-cell;*/
  position: relative;
}

/* line 2363, ../sass/page.scss */
.grid .grid3.policies div {
  margin-top: 0;
}

/* line 2367, ../sass/page.scss */
.grid .grid3.policies div #c1, .grid .grid3.policies div #c2, .grid .grid3.policies div #c123 {
  padding: 0;
}

/*///////////*/
/*******************************************  back to top button  ********************************************/
/* line 2373, ../sass/page.scss */
.back-to-top {
  position: fixed;
  bottom: 0;
  display: block !important;
}

/* line 2379, ../sass/page.scss */
.backTop {
  display: none;
}

/* line 2383, ../sass/page.scss */
#c397 p a {
  text-decoration: none;
  line-height: 1.5em;
  color: #0c0c0c;
}

/* line 2389, ../sass/page.scss */
#c397 p a:hover {
  color: #3CC7EC;
}

/* line 2393, ../sass/page.scss */
.grid3 div h2 a {
  color: #3d3d3d;
  line-height: 1.5em;
  font-weight: 700;
}

/* line 2399, ../sass/page.scss */
.grid3 div p {
  color: #3d3d3d;
}

/* line 2403, ../sass/page.scss */
.w50 h2 {
  line-height: 1em;
}

/* line 2407, ../sass/page.scss */
.w50 p {
  line-height: 1.7em;
}

/* line 2411, ../sass/page.scss */
.w50 h2 a {
  color: #3d3d3d;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 0.8em !important;
}

/* line 2418, ../sass/page.scss */
.w50 .more img {
  margin-top: 0;
}

/** DOC SHARE **/
/* line 2424, ../sass/page.scss */
#c523 h1 {
  display: none;
}

/* line 2428, ../sass/page.scss */
#c624 h1 {
  margin-bottom: 0;
}

/* line 2432, ../sass/page.scss */
.tx-umefmausers-pi1 .box .search {
  height: 25px;
  float: right;
  margin-top: 0 !important;
}

/* line 2437, ../sass/page.scss */
.tx-umefmausers-pi1 .box .search #searchKey {
  float: none;
  display: inline-block;
}

/* line 2441, ../sass/page.scss */
.tx-umefmausers-pi1 .box .search .searchBt {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -4px;
}

/* line 2448, ../sass/page.scss */
.folder-content table {
  margin-top: 20px;
}

/* line 2449, ../sass/page.scss */
.folder-content table img[title="download"],
.folder-content table img[title="Preview"],
.folder-content table img[title="Show comment"],
.folder-content table img[title="Show all version"],
.folder-content table img[title="Put to archive"],
.folder-content table img[title="Add +1 vote"],
.folder-content table img[title="Add -1 vote"] {
  height: 14px;
  width: 14px;
}

/* line 2461, ../sass/page.scss */
#uploadButton {
  display: inline-block;
  float: left;
  margin-left: 20px;
}

/* line 2467, ../sass/page.scss */
.fileUploadButton {
  padding: 5px 10px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 9px !important;
  text-transform: uppercase;
  text-decoration: none;
}

/**DOODLE CSS**/
/* line 2479, ../sass/page.scss */
.tx-jidoodle-pi1-listrow ul {
  padding: 0 0 15px 0;
  margin-left: 0;
  border-bottom: dashed 1px #ccc;
}

/* line 2485, ../sass/page.scss */
.tx-jidoodle-pi1-listrow ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

/* line 2490, ../sass/page.scss */
.tx-jidoodle-pi1 ul li a {
  color: #3d3d3d;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 2499, ../sass/page.scss */
.tx-jidoodle-pi1 ul li a:hover {
  color: #3CC7EC;
  -webkit-transition: color .5s ease-in;
  -moz-transition: color .5s ease-in;
  -ms-transition: color .5s ease-in;
  -o-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

/*
.tx-jidoodle-pi1 a {
  padding: 3px 20px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  }*/
/*----------------------------------------
 * FORM element
-------------------------------------------*/
/* line 2523, ../sass/page.scss */
.csc-form-element {
  margin-top: 15px;
}

/*------------------------------------_________________________
///////////////////////////////////////////////////////////////
 RESPONSIVE CONTENT
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
---------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  /* line 2534, ../sass/page.scss */
  .folder-content table {
    table-layout: fixed;
  }
}
@media (max-width: 320px) {
  /* line 2537, ../sass/page.scss */
  #c452 .members li {
    margin-right: 0 !important;
    margin-left: 10px;
  }
}
@media (min-width: 321px) and (max-width: 339px) {
  /* line 2540, ../sass/page.scss */
  #c452 .members li {
    margin-right: 30px !important;
    margin-left: 10px;
  }
}
@media (min-width: 340px) and (max-width: 480px) {
  /* line 2543, ../sass/page.scss */
  #c452 .members li {
    margin-right: 20px !important;
    margin-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 568px) {
  /* line 2546, ../sass/page.scss */
  #c452 .members li {
    margin-right: 3px !important;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  /* line 2549, ../sass/page.scss */
  section.top-nav {
    padding: 5px 0;
    background: #176a73;
  }

  /* line 2553, ../sass/page.scss */
  section.top-nav .w50, section.top-nav .w80 {
    width: 100% !important;
  }

  /* line 2556, ../sass/page.scss */
  .news-list-container .w50 {
    width: 100% !important;
  }

  /* line 2557, ../sass/page.scss */
  section.top-nav .w70 {
    width: 90%;
    float: none !important;
    margin: 0 auto;
  }

  /* line 2565, ../sass/page.scss */
  .social .facebook {
    margin-left: 10px;
  }

  /* line 2569, ../sass/page.scss */
  section.top-nav ul {
    text-align: center !important;
  }

  /* line 2572, ../sass/page.scss */
  section.top-nav ul li {
    margin-left: 10px;
  }

  /* line 2576, ../sass/page.scss */
  section.top-nav ul li:first-child {
    margin-left: 0;
  }

  /* line 2580, ../sass/page.scss */
  section.top-nav ul li a {
    font-weight: 400;
    text-align: left;
  }

  /*nav ul li ul{display:block!important;}*/
  /* line 2586, ../sass/page.scss */
  ul.side-nav {
    padding-left: 0;
  }

  /* line 2590, ../sass/page.scss */
  .search input[type="search"] {
    width: 100%;
    /*height:30px;*/
    margin-bottom: 20px;
  }

  /* line 2596, ../sass/page.scss */
  input.searchBT {
    left: 230px;
  }

  /* line 2600, ../sass/page.scss */
  .serach {
    width: 100%;
  }

  /* line 2604, ../sass/page.scss */
  header .w70 {
    width: 100%;
  }

  /* line 2608, ../sass/page.scss */
  header ul {
    padding-left: 0;
    margin-left: 0;
  }

  /* line 2613, ../sass/page.scss */
  header .top-nav {
    margin-top: 50px;
  }

  /* line 2617, ../sass/page.scss */
  header .social {
    display: inline;
    margin: 0;
  }

  /* line 2622, ../sass/page.scss */
  header .social li:first-child {
    margin-left: 0;
  }

  /* line 2626, ../sass/page.scss */
  header .language {
    margin-top: 0;
    margin-right: 0;
    float: left;
    display: inline;
  }

  /* line 2633, ../sass/page.scss */
  .logo {
    margin-bottom: 20px;
  }

  /* line 2637, ../sass/page.scss */
  .logo img {
    display: block;
    margin: 0 auto;
  }

  /* line 2642, ../sass/page.scss */
  section.nav .w80 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(112, 112, 112, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(112, 112, 112, 0.5);
  }

  /* line 2652, ../sass/page.scss */
  .flexnav li a {
    font-weight: 400;
    padding: 1.1em 1em;
  }

  /* line 2657, ../sass/page.scss */
  .flexnav li a:hover {
    color: #F2F2F2;
  }

  /* line 2661, ../sass/page.scss */
  ul.side-nav {
    margin-bottom: 30px;
  }

  /* line 2665, ../sass/page.scss */
  ul.legal-notices {
    text-align: center !important;
  }

  /* line 2670, ../sass/page.scss */
  ul.legal-notices li:first-child {
    /*  padding-top:15px;*/
  }

  /*  ul.legal-notices li a:after {
      content:"";
    }*/
  /* line 2678, ../sass/page.scss */
  ul.share-it {
    margin-top: 40px;
  }

  /* line 2682, ../sass/page.scss */
  ul.share-it li a img {
    margin-bottom: 20px;
  }

  /* line 2686, ../sass/page.scss */
  footer h4 {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }

  /* line 2691, ../sass/page.scss */
  footer a {
    text-decoration: none;
  }

  /* line 2695, ../sass/page.scss */
  footer .social {
    /*border-bottom:#b9f4f4 1px dashed;*/
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  /* line 2701, ../sass/page.scss */
  footer ul {
    padding-left: 0;
  }

  /* line 2705, ../sass/page.scss */
  .form-group label {
    float: none !important;
  }

  /* line 2709, ../sass/page.scss */
  .form-group input {
    width: 100%;
    float: none !important;
  }

  /* line 2714, ../sass/page.scss */
  .form-group select {
    float: none !important;
    width: 100%;
  }

  /* line 2719, ../sass/page.scss */
  .demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
    width: 80%;
  }

  /* line 2724, ../sass/page.scss */
  .flexnav .touch-button .navicon {
    display: block;
  }

  /* line 2728, ../sass/page.scss */
  .third-column {
    width: 100% !important;
  }

  /* line 2732, ../sass/page.scss */
  .third-column .more a {
    margin-top: 10px;
  }

  /* line 2736, ../sass/page.scss */
  .dashed-bottom {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px !important;
    border-right: none !important;
  }

  /* line 2742, ../sass/page.scss */
  .demo-2, .credits {
    display: none;
  }

  /* line 2746, ../sass/page.scss */
  footer #c1, footer #c1 ul {
    padding-left: 0;
    margin-left: 0;
  }

  /* line 2751, ../sass/page.scss */
  footer .social {
    margin-top: 0;
  }

  /* line 2754, ../sass/page.scss */
  .footer-link {
    margin-top: 20px;
  }

  /* line 2758, ../sass/page.scss */
  footer ul.social li {
    margin-left: 30px;
  }

  /* line 2761, ../sass/page.scss */
  .grid .grid3.latest-news div, .grid .grid3.policies div {
    text-align: center;
  }

  /* line 2764, ../sass/page.scss */
  #c123 h3 {
    text-align: center;
  }

  /* line 2767, ../sass/page.scss */
  #c123 form {
    float: none;
  }

  /* line 2770, ../sass/page.scss */
  .button.submit {
    margin-top: 0;
    float: none;
    width: 100%;
  }

  /* line 2775, ../sass/page.scss */
  .form-group label {
    margin-bottom: .3em;
  }

  /* line 2778, ../sass/page.scss */
  .subfooter .w80 {
    width: 100%;
  }

  /* line 2781, ../sass/page.scss */
  svg {
    position: absolute;
    left: 0 !important;
  }

  /* line 2786, ../sass/page.scss */
  #c451 ul {
    display: block;
    margin: 0 auto;
    float: none !important;
    margin-top: 10px;
  }

  /* line 2787, ../sass/page.scss */
  #c1 {
    text-align: center;
  }

  /* line 2788, ../sass/page.scss */
  #c449 .news-list-container .w50 {
    width: 100% !important;
    padding-right: 0 !important;
    text-align: center;
    border-right: none !important;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
  }

  /* line 2796, ../sass/page.scss */
  #c449 .more a, #c448 {
    margin-bottom: 10px;
  }

  /* line 2800, ../sass/page.scss */
  #c452 .members li {
    margin-right: 10px;
  }

  /* line 2801, ../sass/page.scss */
  .tx-umefmausers-pi1 .grid1-2 .left.w65 {
    width: 100% !important;
    text-align: center;
  }

  /* line 2802, ../sass/page.scss */
  .tx-umefmausers-pi1 .grid1-2 .left.w35 {
    width: 100% !important;
  }

  /* line 2804, ../sass/page.scss */
  .tx-umefmausers-pi1 .box .search {
    width: 100%;
    margin-top: 20px !important;
    float: none;
  }

  /* line 2809, ../sass/page.scss */
  .tx-umefmausers-pi1 .box #searchKey {
    width: 80%;
    float: left !important;
    height: 31px;
  }

  /* line 2814, ../sass/page.scss */
  .tx-umefmausers-pi1 .box .search .searchBt {
    width: 20%;
    float: left;
    left: 0;
    text-align: center;
    padding: 8px 10px;
  }

  /* line 2821, ../sass/page.scss */
  #rightColumnContent.box h4 {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}
/*/**IPAD LANDSCAPE**/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  section.top-nav {
    background:rgba(255,255,255,1);
    background:-moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(2,82,123,1) 45%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(0%,rgba(255,255,255,1)),color-stop(45%,rgba(255,255,255,1)),color-stop(45%,rgba(2,82,123,1)));
    background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(2,82,123,1) 45%);
    background:-o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(2,82,123,1) 45%);
    background:-ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(2,82,123,1) 45%);
    background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(2,82,123,1) 45%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#176A73',GradientType=1);
    padding:5px 0;
  }
  
  section.top-nav .w50 {
    width:65%;
  }
  section.top-nav .w80 {
    width:90%;
  }
  section.nav .w80{
    width:100%;
  }
  .flexnav li a {
    font-size:10px !important;
    padding-top:.7em;
  }
  
  .flexnav li a[title="about us"],.flexnav li a[title="activities"],.flexnav li a[title="policies"] {
    padding-top:1.4em;
  }
  
  .members li {
    margin-right:20px;
  }
  
  .form-group input {
    width:150px;
  }
  
  .form-group select {
    width:150px;
  }
  
  .social .facebook {
    margin-left:228px;
  }
    .grid1-2 > :first-child,.grid1-2 .logo, .grid2-1 > * + * {
width: 100%!important;
} 
}*/
@media only screen and (min-width: 641px) and (max-width: 937px) {
  /* line 2876, ../sass/page.scss */
  .logo, .social {
    width: 100% !important;
  }

  /* line 2879, ../sass/page.scss */
  .logo a img {
    display: block;
    margin: 0 auto;
  }

  /* line 2883, ../sass/page.scss */
  #inputText {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }

  /* line 2888, ../sass/page.scss */
  .language {
    margin-top: 0 !important;
  }

  /* line 2891, ../sass/page.scss */
  .tx-umefmausers-pi1 .box .search {
    width: 100%;
    margin-top: 20px !important;
    float: none;
  }

  /* line 2896, ../sass/page.scss */
  .tx-umefmausers-pi1 .box #searchKey {
    width: 80%;
    float: left !important;
  }

  /* line 2900, ../sass/page.scss */
  .tx-umefmausers-pi1 .box .searchBt {
    width: 20%;
    float: left;
    text-align: center;
  }

  /* line 2905, ../sass/page.scss */
  #rightColumnContent.box h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2909, ../sass/page.scss */
  .grid .grid3.latest-news, .grid .grid3.policies {
    display: block;
  }

  /* line 2913, ../sass/page.scss */
  .grid .grid3.latest-news div, .grid .grid3.policies div {
    display: inline-block;
  }

  /* line 2916, ../sass/page.scss */
  .grid3.policies div #c123 {
    display: inline-block !important;
  }

  /* line 2919, ../sass/page.scss */
  .legal-notices, #c451 {
    width: 100% !important;
  }

  /* line 2920, ../sass/page.scss */
  #c123 h3, #c451 .social {
    text-align: center !important;
  }

  /*.latest-news .third-column .more {position:absolute!important;bottom:0;}*/
  /* line 2927, ../sass/page.scss */
  .latest-news div h2,
  .policies div h2 {
    min-height: 0;
  }

  /* line 2932, ../sass/page.scss */
  .latest-news .third-column:last-child,
  .policies .third-column:last-child {
    width: 100% !important;
    text-align: center !important;
    padding-top: 20px !important;
  }

  /* line 2939, ../sass/page.scss */
  .latest-news .third-column:last-child img,
  .policies .third-column:last-child img {
    display: block;
    margin: 0 auto;
  }

  /* line 2945, ../sass/page.scss */
  .latest-news .third-column:last-child .more,
  .policies .third-column:last-child .more {
    padding-bottom: 20px;
  }

  /* line 2949, ../sass/page.scss */
  .more {
    text-align: right !important;
  }

  /* line 2952, ../sass/page.scss */
  .more img {
    display: inline !important;
    margin-left: 10px !important;
    margin-top: -3px !important;
  }

  /* line 2957, ../sass/page.scss */
  .grid2-1 > * + *.mt2 {
    width: 100%;
  }

  /*  .rightColumn{
      width:100%!important;
    }*/
  /* line 2963, ../sass/page.scss */
  #footer .button.submit {
    width: 100%;
  }

  /* line 2966, ../sass/page.scss */
  .grid3 div:nth-child(2) {
    border-right: none !important;
  }

  /* line 2967, ../sass/page.scss */
  .grid.w80.center .grid2-1 div {
    width: 100%;
  }

  /* line 2968, ../sass/page.scss */
  .orgLogo {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  /* line 2973, ../sass/page.scss */
  #c449 .news-list-container .w50 {
    width: 50% !important;
  }

  /* line 2976, ../sass/page.scss */
  #c449 .news-list-container div.w50:nth-child(2) {
    border-right: none !important;
  }

  /* line 2979, ../sass/page.scss */
  .latest-news .third-column.dashed-bottom, .policies .third-column.dashed-bottom {
    border-bottom: none;
  }

  /* line 2980, ../sass/page.scss */
  .latest-news .third-column:last-child, .policies .third-column:last-child {
    border-top: dashed 1px #ccc;
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 938px) and (max-width: 1024px) {
  /* line 2983, ../sass/page.scss */
  .logo, .social {
    width: 50% !important;
  }

  /* line 2986, ../sass/page.scss */
  #c451 .social {
    width: 100% !important;
  }

  /* line 2989, ../sass/page.scss */
  .grid1-2 > :first-child, .grid1-2 .logo, .grid2-1 > * + * {
    width: 50% !important;
  }

  /* line 2992, ../sass/page.scss */
  footer .grid1-2.policies div:first-child {
    width: 33.333% !important;
  }

  /* line 2995, ../sass/page.scss */
  #c1, #c452 {
    width: 100% !important;
  }

  /* line 2998, ../sass/page.scss */
  .rightColumn {
    width: 33.333% !important;
  }

  /* line 3001, ../sass/page.scss */
  footer ul.social li {
    margin-right: 17px;
  }

  /*  .caption {
      margin-top:10px!important;
    }
    .caption h2{
      font-size:.9em!important;
      font-weight:bold;
      padding:20px 10px 20px 10px!important;
    }
    .caption blockquote {
      font-size:.9em!important;
      padding:20px 10px 20px 10px!important;
    }*/
}
/**iPad in portrait**/
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {*/
  /* line 3023, ../sass/page.scss */
  section.top-nav {
    /* MMW */
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(0%, white), color-stop(46%, white), color-stop(46%, #176a73));
    background: -webkit-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
    background: -o-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
    background: -ms-linear-gradient(left, white 0%, white 0%, white 46%, #176a73 46%);
    background: linear-gradient(to right, white 0%, white 0%, white 46%, #176a73 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#176A73',GradientType=1);
    /*padding:5px 0;*/
  }

  /* line 3035, ../sass/page.scss */
  .top-nav .w80 .w50 {
    width: 100%;
  }

  /* line 3039, ../sass/page.scss */
  .social .facebook {
    margin-left: 10px;
  }

  /* line 3042, ../sass/page.scss */
  section.nav .w80 {
    width: 100%;
  }

  /* line 3045, ../sass/page.scss */
  .third-column {
    width: 100%;
  }

  /* line 3049, ../sass/page.scss */
  .dashed-top {
    padding-top: 10px;
    border-top: dashed 1px #ccc;
  }

  /* line 3054, ../sass/page.scss */
  .dashed-bottom {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }

  /* line 3059, ../sass/page.scss */
  .flexnav li a {
    font-weight: 400;
    padding: 1.1em 1em;
  }

  /* line 3064, ../sass/page.scss */
  .flexnav li a:hover {
    color: #F2F2F2;
  }

  /* line 3068, ../sass/page.scss */
  .flexnav .touch-button .navicon {
    display: block;
  }

  /* line 3072, ../sass/page.scss */
  ul.side-nav li a {
    font-size: 13px;
  }

  /* line 3076, ../sass/page.scss */
  ul.legal-notices {
    text-align: center !important;
  }

  /* line 3080, ../sass/page.scss */
  ul.legal-notices li a {
    font-size: 13px;
  }

  /* line 3084, ../sass/page.scss */
  ul.legal-notices li a:after {
    margin: 0 3px;
  }

  /* line 3088, ../sass/page.scss */
  .legend .inbl.w33 {
    width: 100% !important;
  }

  /* line 3092, ../sass/page.scss */
  footer ul.social li {
    margin-left: 5px;
  }

  /* line 3096, ../sass/page.scss */
  footer .form-group input {
    /*float: left !important;*/
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 3102, ../sass/page.scss */
  footer .form-group select {
    /*float: left !important;*/
    width: 100%;
    background-position: 98% 5px;
  }

  /* line 3108, ../sass/page.scss */
  footer .dashed-top {
    margin-top: 15px;
  }

  /* line 3112, ../sass/page.scss */
  .members li a img {
    width: 73px;
    height: 75px;
  }

  /*  .caption {
      margin-top:10px!important;
    }
    .caption h2{
      font-size:.9em!important;
      font-weight:bold;
      padding:5px 10px 5px 10px!important;
    }
    .caption blockquote {
      font-size:.8em!important;
      padding:5px 10px 5px 10px!important;
    }*/
  /* line 3128, ../sass/page.scss */
  .grid1-2 > :first-child, .grid1-2 .logo, .grid2-1 > * + * {
    width: 100%;
  }

  /* line 3131, ../sass/page.scss */
  .tx-umefmausers-pi1 .grid1-2 .left.w35 {
    width: 33.333% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 3135, ../sass/page.scss */
  .latest-news .third-column:last-child, .grid2-1 .mt2 {
    width: 33.333% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3141, ../sass/page.scss */
  footer .form-group select {
    background-position: 98% 20%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 3147, ../sass/page.scss */
  .form-group select {
    background: url(../img/arrow-retina.png) no-repeat #FFF;
    background-size: 10px 10px;
  }
}
/****BACK TO TOP****/
/* line 3154, ../sass/page.scss */
.backTop {
  /*width:49px;*/
  height: 31px;
}

/* line 3159, ../sass/page.scss */
.back-to-top {
  bottom: 0;
  display: block !important;
  /*position:fixed;*/
  /* left: 78px;*/
}

/* line 3166, ../sass/page.scss */
.back-to-top img {
  margin-top: 1px !important;
}

/**MAPS***/
/* line 3171, ../sass/page.scss */
svg {
  position: absolute;
  left: 27px;
}

/* line 3179, ../sass/page.scss */
ul.europe {
  padding-left: 0;
  margin-left: 0;
}

/* line 3184, ../sass/page.scss */
ul.europe li {
  display: inline;
}

/* line 3188, ../sass/page.scss */
ul.europe li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: lighter;
  color: #000;
  padding-left: 5px;
}

/* line 3196, ../sass/page.scss */
ul.europe li a:after {
  content: "  ●  ";
  padding-left: 8px;
}

/* line 3201, ../sass/page.scss */
ul.europe li a:hover {
  color: #3CC7EC;
}

/* line 3205, ../sass/page.scss */
#c138 svg {
  position: absolute !important;
  right: 0 !important;
  background-color: none !important;
  width: 890px;
}

/* line 3212, ../sass/page.scss */
#c621,
#c1126,
#c1127,
#c1128 {
  margin-bottom: 45px;
}

/* line 3219, ../sass/page.scss */
#c621 h2,
#c1126 h2,
#c1127 h2,
#c1128 h2 {
  margin-top: -1px;
}

/* line 3228, ../sass/page.scss */
#vmap {
  /*background:url(../img/logoMap.png);*/
  background-repeat: no-repeat;
  background-position: 3% 23%;
  position: relative !important;
  height: 100%;
  background-color: #fff !important;
}

/* line 3238, ../sass/page.scss */
.tx-jicssmap-pi1 .modbox h1 {
  border-bottom: none;
}

/** QUESTIONNAIRE ---------------------**/
/* line 3244, ../sass/page.scss */
.additional_ver {
  margin-left: 0 !important;
  margin-top: 10px;
}

/* line 3249, ../sass/page.scss */
.additional_ver input {
  background-color: #FFF !important;
  border: solid 1px #ccc;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 50%;
  padding-left: 5px;
  border: 1px solid #CCC;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}

/* line 3265, ../sass/page.scss */
.tx-pbsurvey-pi1 input[type="submit"] {
  padding: 4px 10px;
  background-color: #176A73;
  color: #FFF;
  border: solid 1px #176A73;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 3275, ../sass/page.scss */
.bar,
.bartext {
  border: solid 1px #176A73;
  padding: 5px;
  background-color: #FFF;
  height: 30px !important;
  font-size: 12px;
}

/* line 3284, ../sass/page.scss */
.tx-pbsurvey-pi1 .barcontainer {
  border: none !important;
  height: 30px !important;
}

/* line 3289, ../sass/page.scss */
.tx-pbsurvey-pi1 input[type="submit"]:hover {
  background-color: #FFF;
  color: #176A73;
}

/* line 3294, ../sass/page.scss */
.tx-pbsurvey-pi1 input[type="checkbox"],
.tx-pbsurvey-pi1 input[type="radio"] {
  margin-right: 5px;
  margin-top: -1px;
}

/* line 3300, ../sass/page.scss */
.tx-pbsurvey-pi1 input[type="radio"] {
  margin-left: 8px;
}

/* line 3304, ../sass/page.scss */
.tx-pbsurvey-pi1 input[type="radio"]:first-child {
  margin-left: 0 !important;
}

/* line 3308, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  padding: 20px;
}

/* line 3317, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 form {
  margin-top: 20px;
}

/* line 3320, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 .questionSubtext .bodytext {
  font-size: 1.3em;
  padding-bottom: 10px;
  border-bottom: dashed 1px #ccc;
}

/* line 3327, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 .questionComment {
  font-style: italic;
  margin-bottom: 0;
  color: #666;
}

/* line 3333, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 .survey_item .question {
  color: #176A73;
}

/* line 3336, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 .bar, #c979 .tx-pbsurvey-pi1 .bartext {
  background: #006680;
  color: white;
}

/* line 3340, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 input[type="submit"] {
  background-color: #176A73 !important;
  padding: 10px 25px 10px 25px !important;
  color: #FFF !important;
  font-size: 1.1em;
  width: 100%;
  border: none;
}

/* line 3349, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 input[type="submit"]:hover {
  background-color: #f16321 !important;
}

/* line 3352, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 .additional_ver input {
  padding: 3px !important;
}

/* line 3353, ../sass/page.scss */
#c979 .tx-pbsurvey-pi1 select {
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: 0;
  margin-top: 10px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

/*//// doodle result CSS /////*/
/* line 3364, ../sass/page.scss */
#c981 .info-table tr:first-child {
  background: #176A73;
  color: white !important;
}

/* line 3368, ../sass/page.scss */
#c981 .info-table tr {
  background: white;
  border-bottom: 1px solid #ccc;
}

/* line 3372, ../sass/page.scss */
#c981 .info-table tr:hover {
  background-color: #f8f5f5;
}

/* line 3373, ../sass/page.scss */
#c981 .info-table td.right {
  float: none;
  border: none;
  border-left: 1px solid #ccc;
  color: #176A73;
}

/* line 3379, ../sass/page.scss */
#c981 .info-table td.left {
  border: none;
  color: #176A73;
}

/* line 3383, ../sass/page.scss */
#c981 .info-table .left {
  padding-left: 5px;
}

/* line 3386, ../sass/page.scss */
#c981 object {
  width: 100%;
}

/*yannick css */
