@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Titillium+Web:400,600');
@import url('https://fonts.googleapis.com/css2?family=family=Nunito:ital,wght@0,300;0,700;1,400&display=swap');

html {
  scroll-behavior: smooth;
}

body {
    background: -webkit-gradient(linear, left top, left bottom, from(#0089d0), to(#74d1f6)) fixed;
    background: -webkit-linear-gradient(#0089d0, #74d1f6) fixed;
    background: -o-linear-gradient(#0089d0, #74d1f6) fixed;
    background: -moz-linear-gradient(#0089d0, #74d1f6) fixed;
    background: linear-gradient(#0089d0, #74d1f6) fixed;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 960px;
    padding-top: 20px;
}

/* Misc */
a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Header */
header {
    margin-bottom: 20px;
}

header img.logo {
    width: 250px;
    margin: 0 auto;
    display: block;
}

/* Social Circles */
.social {
    padding-top: 8px;
    text-align: right;
}

.social a img {
    max-width: 50%;
}

.social a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-left: 10px;
    margin-bottom: 14px;
    background: #ffffff;
    text-align: center;
    float: right;
}

.social a:hover,
.social a.home:hover {
    background: #173d6c;
}

.social a.home {
    background: #f8981d;
}

 /* Social Portal*/

.social a.portal {
	background: rgba(23,61,108, 0.2);
	padding: 1 0 0 0;
	border-radius: 5px;
	width: 70px;
    height: 35px;
}

.social a.portal:hover {
    background: #173d6c;
}

.social a.portal img {max-width:65%}

.social a.log_in {
    background: #173d6c;
	padding-top:4px;
}

.social a.log_in:hover {
    background: #ffffff;
}

.social a.log_in img {
    max-width: 80%;
}

.social .telephone {
    max-width: 50%;
}

/* Navigation */
.mobile-menu-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 99999;
}

.mobile-menu-icon a {
    display: block;
    background: #fb991d;
    color: #fff;
    border-radius: 3px;
}

.mobile-menu-icon a:hover {
    background: #fee6c6;
    color: #fb991d;
}

/* Navigation */
.portal-link {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
}

.portal-link  a {
    display: block;
    background: #fb991d;
    color: #fff;
	padding-top:2px;
	padding-bottom:5px;
	margin-bottom:10px;
    border-radius: 10px;
	 font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fredoka One', sans-serif;
}

.portal-link a:hover {
    background: #173d6c;
    color: #ffcb08;
}

nav {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 99998;
    top: 0;
    left: 0;
}

nav ul {
    width: 100%;
    list-style: none;
    padding: 40px 0 0 0;
    margin: 0;
    background: #f8981d;
}

nav ul li {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fredoka One', sans-serif;
}

nav ul li a {
    display: block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover {
    background: #ffcb08;
}

nav ul li ul {
    padding: 0;
    position: relative;
    border-top: 1px solid #fff;
    background: #faaf50;
}

nav ul li ul li a {
    padding-left: 40px;
}

nav ul li ul li:last-child {
    border-bottom: 0px;
}

/* Slideshow */
.frogwrap {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    clear: both;
}

.frogwrap img {
    display: block;
    width: 100%;
}

/* White panels */
.panel {
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

.panel.gif {
    border-radius: 15px;
    padding: 0px;
    overflow: hidden;
    background: #fff;
}

.panel.orange {
    background: #ffcb08;
    padding: 20px;
}

.panellinkbg {
	border-radius: 15px;
    background:#173d6c;
	font-size: 24px;
    border:none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Fredoka One', sans-serif;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}

.panellinkbg a {
	border-radius: 15px;
	display:block;
	padding: 20px;
	color:#fff;
	width:100%;
		height:100%;
}

.panellinkbg a:hover {
	color:#fff;
	background: #f8981d;
}

.panel.orange img {
    width: 100%;
    max-width: 178px;
    display: block;
    margin: 0 auto 10px auto;
}

.panel.orange p {
    font-size: 16px;
    font-weight: 600;
}

.panel p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
}

.panel .left {
    width: 40%;
    float: left;
}

.panel .left img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.panel .right {
    width: 50%;
    float: right;
}

.panel .arrow {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.panel .arrow a {
    width: 20px;
    height: 20px;
    background: #0089cf;
    border-radius: 50%;
    display: block;
}

.panel .arrow a:hover {
    background: #f8981d;
}

.panel .arrow img {
    width: 100%;
    display: block;
}

/* Buddies */
.buddies-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.buddies-wrap div {
    width: 50%;
    float: left;
}

.buddies-wrap div img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.buddies-wrap img:hover {
    opacity: .6;
}

/* Content */
.content {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.content h1 {
    background: #85CCEF;
    color: #fff;
    font-family: 'Fredoka One',sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 40px;
}

.content h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 15px;
    color: #009bdf;
    margin: 5px;
}

.content .inner {
    padding: 0 20px 20px 20px;
}

.content p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

.content img {
    max-width: 100%;
    display: block;
}

.content p.button {
    padding: 0;
    margin: 15px auto 0 auto;
    font-size: 20px;
    clear: both;
}

.content p.button a {
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    background: #009bdf;
    display: block;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-family: 'Fredoka One',sans-serif;
    font-weight: 600;
}

.content p.button-spesh a {
	    background: #f8981d;
}

.content p.button a span {
    display: inline-block;
    float: right;
    color: #ffce16;
    font-size: 48px;
    font-weight: bold;
    line-height: 50%;
}

.content p.button.envelope {
    margin-left: 0;
}

.content p.button.arrow {
    margin-left: 0;
	padding-bottom:10px;
}


.content p.button.envelope a span {
    font-size: 30px;
    line-height: 100%;
}

.content p.button.pdf {
    margin-left: 0;
	width:100%;
	margin-bottom:10px;
}

.content p.button.pdf a span {
    font-size: 30px;
    line-height: 100%;
	text-decoration:none;
}

content p.button.pdf a:visited {
	text-decoration:none;
}

.content p.button a:hover {
    background: #f8981d;
}

.content p.button.swimcamp {
    margin-left: 0;
}

.content p.button.swimcamp a {
    background: url(../images/next_camp_logo.png) right no-repeat #d2232a;
    background-position: 98% 50%;
}

.content p.button.download {
    max-width: 400px;
    margin-left: 0px;
}

.content p.button.download a {
    background: #f8981d;
}

.content p.button.download a:hover {
    background: #FFCB0A;
}

.content p.button.download a span {
    color: #fff;
    font-size: 35px;
    line-height: 120%;
}

.content p.button.location {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}

.content p.button.location span {
    font-size: 30px;
    line-height: 35px;
}

.content p.button.location a {
    background: #f8981d;
}
.content p.button.location a:hover {
    background: #ffcb08;
}

.content p.button.location a:hover span {
    color: #fff;
}

.content p.button-spesh a:hover {
	    background: #009bdf;
}

.content ul.mission {
    list-style: disc;
    list-style-position: outside;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    padding-bottom: 15px;
    color: #f8981d;
    width: 400px;
    margin: 5px;
    margin-left: 0px;
    padding-left: 0px;
}

.content ul.mission li {
    margin-left: 30px;
}

.content .member {
    width: 100%;
    float:left;
    margin-right: 25px;
    margin-top: 25px;
    padding: 10px;
    background: #85CCEF;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content .member_pic {
    margin-bottom: 20px;
}

.content .member_pic img {
    border-radius: 50%;
    background: #FFF;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.content .member h4.staff {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 0;
    color: #fff;
    margin: 10px 0 5px;
}

.content .member h3.name {
    font-family: 'Fredoka One', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    padding-bottom: 0;
    color: #fff;
    margin: 8px 0 3px;
}

.content .member h4.staff_job {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 0;
    color: #fff;
    margin: 5px;
}

.content.classes h2 {
    font-family: 'Fredoka One',sans-serif;
    font-size: 30px;
}

.content.classes p {
    font-size: 16px;
}

.content.classes .row {
    border-bottom: #0089cf solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content img.inside_pic {
    margin: 20px auto 20px auto;
    border-radius: 50%;
    background: #eee;
    width: 300px;
    height: 300px;
    border: 12px solid #85CCEF;
}

/* Timetable */
table#lesson_times {
    width: 100%;
}

table#lesson_times, th, td {
    border: 1px solid #FFF;
    border-collapse: collapse;
}
table#lesson_times th, td {
    padding: 15px;
    line-height:20px;
}

table#lesson_times th {
    color:#FFF;
    background-color: #0CF;
    font-family: 'Fredoka One', sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:38px;
    padding:8px 15px;
}

table#lesson_times tr, td {
    background-color:#fff;
}

table#lesson_times tr.alt td {
    background-color:#EAEAEA;
}

table#lesson_times th:first-of-type {
    border-radius: 15px 0 0 0 ;
}
table#lesson_times th:last-of-type {
    border-radius: 0 15px 0 0 ;
}

table#lesson_times tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 15px;
}
table#lesson_times tr:last-of-type td:last-of-type {
    border-radius: 0 0 15px 0;
}

/* Prices 2021*/
.prices2021 {
    width: 90%;
	font-family: 'Fredoka One', sans-serif;
	color:#FFF;
	text-align:center;
    background-color: #f8981d;
    font-weight:400;
    font-size:18px;
    line-height:38px;
	text-transform: uppercase;
	border-radius: 24px;
	padding:8px 15px;
	margin-bottom:40px;
}

.smallheads{
	font-family:'Nunito', sans-serif !important;
	font-size:20px;
	font-weight:bold;
	color:#f8981d;
}

/* Prices */
table#prices {
    width: 100%;
	font-family: 'Fredoka One', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:38px;
	text-transform: uppercase;
}

table#prices th, td {
    border: 1px solid #FFF;
    border-collapse: collapse;
}
table#prices th, td {
    padding: 15px;
    line-height:20px;
}

table#prices th {
    color:#FFF;
    background-color: #f8981d;
    font-family: 'Fredoka One', sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:38px;
    padding:8px 15px;
}

table#prices td, tr {
	color:#444;
	background: #ffcb08;
}


table#prices th:first-of-type {
    border-radius: 15px 0 0 0 ;
}
table#prices th:last-of-type {
    border-radius: 0 15px 0 0 ;
}

table#prices tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 15px;
}
table#prices tr:last-of-type td:last-of-type {
    border-radius: 0 0 15px 0;
}


a.littlepad{
    margin-left:20px;
}

/* Contact Form */
.form {
    height: auto;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color:#666;
}

input    {
    width: 100%;
    display:block;
    background:#eee;
    border:none;
    margin-top:4px;
    padding:4px;
    height: 40px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:20px;
    color:#999;
    line-height:20px;
    text-align:left;
}

input.submit {
    width: 100%;
    display: block;
    border: none;
    margin-top: 4px;
    height: auto;
    text-align: center;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #009bdf;
}

input.submit:hover {
    background: #f8981d;
    cursor:pointer;
}

textarea:focus, input:focus {
    border: none;
}

textarea#message{
    width:400px;
    height: 80px;
    display:block;
    border:none;
    margin-top:4px;
    background:#eee;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:20px;
    color:#999;
    line-height:20px;
    text-align:left;
    padding:4px;
}

textarea.message {
    display:block;
}

/* Locations */
.location_wrap {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin: 0 0 20px;
	border-bottom: 1px solid #85CCEF;
}

/* Faqs */
.faqs_wrap {
    width: 100%;
    padding: 0 40px 40px 20px;
    margin: 0 0 20px;
}

.faq_section {
	text-align:left;
	padding:20px 0;
	 margin: 0 0 20px;
	border-bottom: 1px solid #85CCEF;
}

/* Mermaids */
.mermaid_wrap {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin: 0 none;
    border-bottom: none;
}

/* Payments - Book Online */
.content.payment p {
    text-align: center;
}

.book_heading {
    float:left;
    height:auto;
    padding:0 20px 40px;
}

.pay_wrap {
    float:left;
    width:100%;
    text-align:center;
    line-height:20px;
    height:auto;
    margin:0;
    padding:10px 0 30px 0;
}

.pay_wrap img {
    display: inline-block;
}

.cred_card {padding:0 10px;
}

.return_wrap {
    width: 100%;
    line-height: 20px;
    height: auto;
    margin:0;
    padding:10px 0 30px 0;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.return_wrap .small {
    font-size: 12px;
}

p.return_text {
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    text-align:left;
    color:#666;
    padding:0 30px;
}

p.pay_text {
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    text-align:center;
    color:#666;
    padding:0 30px;
}

a.returns {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color:#666;
    text-decoration: none;
    cursor: pointer;
}


a.returns:hover {
    color:#009bdf;
    text-decoration:underline;
}

p.small {
    display:block;
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    font-size:12px;
    line-height:14px;
    text-align:center;
    color:#666;
    padding:20px 0px;
}

h2.book_head {
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin: 0;
    color: #009bdf;
    width: 100%;
}

h2.head_2 {
    color: #009bdf;
    padding: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    background: #F8F8F8;
}


p.book_form {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}


h1.touch_wcsc {
    font-family: 'Fredoka One', sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:32px;
    text-align:center;
    padding:0px;
    color:#fff;
    margin:0px;
}

a.wcsc {
    float:left;
    text-align:left;
    text-decoration:none;
    color:#FFF;
    width:400px;
    height:30px;
    background:#d2232a;
    -moz-border-radius:10px;
    border-radius:10px;
    margin:20px 0;
    padding:10px 10px 12px;
    background-image:url('../images/next_camp_logo.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

a.wcsc:hover {
    background:#030c37;
    background-image:url('../images/next_camp_logo.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

a.terms_form {
    float:left;
    text-align:left;
    text-decoration:none;
    color:#FFF;
    width:376px;
    height:30px;
    background: #f8981d;
    -moz-border-radius:10px;
    border-radius:10px;
    margin:20px 0;
    padding:10px 10px 12px;
    background-image:url('../images/map.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

a.terms_form:hover {
    background:#ffcb08;
    background-image:url('../images/map.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}


a.debit {
    color: #FFF;
    text-decoration: none;
    height: auto;
    display: block;
    margin: 10px 10px 0px;
    padding: 0 5px 0 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    background: #009bdf;
    text-align: center;
    font-size: 13px;
}

a.debit:hover {
    background:#0C6;
}

.frogwrap {
    float:left;
    overflow:hidden;
    margin-bottom:30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    clear:both;
}

.frogslides {
    float:left;
    width: 960px;
    height: 398px;
}

table.lesson_choice {
    width: 90%;
    height: auto;
    border-radius: 4px;
    padding-bottom:30px;
    margin: 0 auto;
    border: 0;
}

table.lesson_choice td {
    width: 300px;
    border-bottom: 1px solid #0CF;
    padding-top: 40px;
    font-size: 14px;
}

table.lesson_choice td.trolley {
    padding-top: 0;
    padding-left: 30px;
    width: 100px;
}

table.lesson_choice td.trolley img {
    max-width: 20px;
}

table.lesson_choice td.cost{
    background: #eee;
    width: 60px;
    padding: 40px 20px 0;
}

table.lesson_choice input {
    width: 54px;
    background: #85CCEF;
    border-radius: 5px;
    height: 50px;
    margin: 20px 5px;
    cursor: pointer;
    padding: 10px 15px 10px 10px;
}

table.lesson_choice input:hover{
    background:#0C6;
}

/* Back to top */
.return {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.return a {
    padding: 6px;
    width: 200px;
    height: 38px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0 15px 15px;
    font-weight: 600;
    color: #0089cf;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin: -30px auto 0 auto;
}

.return a:hover {
    background: #A7CCE3;
    color: #ffffff;
}

/* Footer */
footer {
    padding-top: 10px;
    border-top: 1px solid #0089cf;
}

footer p {
    color: #0089cf;
    font-size: 16px;
    margin-top: 20px
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    color: #0089cf;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.mcform-container{
	width: 100%;
  text-align: center;
}

.level-select{
	width:80%;
	 display: inline-block;
  margin: 20px auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#0089d0), to(#74d1f6)) fixed;
    background: -webkit-linear-gradient(#0089d0, #74d1f6) fixed;
    background: -o-linear-gradient(#0089d0, #74d1f6) fixed;
    background: -moz-linear-gradient(#0089d0, #74d1f6) fixed;
    background: linear-gradient(#0089d0, #74d1f6) fixed;
	border-radius: 15px;
	padding:20px;
}

.mcform {
	width:96%;
	 display: inline-block;
  margin: 0 auto;
  padding: 3px;
  background-color:#e8f8ff;
	border-radius: 15px;
}

#mc_embed_signup{
font-family: 'Nunito', sans-serif;
font-size:18px;}

#mc_embed_signup input, textarea {
  font-family: 'Nunito', sans-serif;
	padding:10px;
  border:0;
	background:#e8f8ff;
}

#mc_embed_signup input[type=text] {
		border-radius: 0;
  border:0; 
  border-bottom:2px solid #42bcf5; 
}

#mc_embed_signup input[type=email] {
		border-radius: 0;
  border:0; 
  border-bottom:2px solid #42bcf5; 
}

#mc_embed_signup .button {
	font-family: 'Nunito', sans-serif !important;
	font-weight:bold;
    padding:10px 20px !important; 
    background:#f8981d !important; 
	font-size:18px !important; 
	height:50px !important;
}

#mc_embed_signup .button:hover {
	
	background:#009bdf !important; 
}

#mc_embed_signup .mc-field-group select {
		border-radius: 0;
  border:0; 
  border-bottom:2px solid #42bcf5; 
	padding:10px 20px;
}

 h2.mcform-head{
	 font-family: 'Nunito', sans-serif;
	width:100%; 
	text-align:center;
	colour:#ffffff;
}

.datefield {width:100%;}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 50px !important;
}


/* Text and button section*/

.enquiry-container{
	width: 100%;
  text-align: center;
}
.enquiry {
  margin: 0 auto;
	width:80%;
	font-family: 'Nunito', sans-serif !important;
	padding:20px;
}

.enquiry-textarea {
  margin: 0 auto;
	float:left;
	width:60%;
	background-color:#f00;
}

.enquiry-link  a {
    display: inline-block;
	background: #f8981d;
    color: #ffffff;
	border-radius: 15px;
	height:auto;
	padding:15px;
	font-weight:bold;
	font-size:20px;
}

.enquiry-link a:hover {
    background: #A7CCE3;
    color: #ffffff;
}

.enquiry-intro {
	width:100%; margin-right:10px;
	}

.enquiry-link {
	padding-top:20px;
	width:100%; 
}

.margin-faq{
	padding:0 30px;
}

.width-faq {
  margin: 0 auto;
	width:90%;
}

p.faq {
	font-size:20px !important;
	font-family: 'Nunito', sans-serif !important;
}

@media screen and (min-width: 768px) {
.portal-link {
		display: none;
	}
}
@media screen and (min-width: 992px) {
.social a.log_in {
	padding-top:7px;
}
	.social a.portal {
    height: 48px;
		border-radius:6px;
		padding-top:5px;
}
	.social a.portal img {
    max-width:85%;
}
}