/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.alcohol-awareness-hub.co.uk/front/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
  
 @font-face 
        {
            font-family: Calibri ;
            src: url('Calibri.ttf') format('truetype');
        }
        
        /* @font-face */
        /*{*/
        /*    font-family: Calibri ;*/
        /*    src: url('Calibri_Bold.TTF') format('truetype');*/
        /*}*/
        
        /* @font-face */
        /*{*/
        /*    font-family: Calibri ;*/
        /*    src: url('Calibri_Light.ttf') format('truetype');*/
        /*}*/
  
body {
  font-size: 1.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
  font-family: Calibri;
  color: #666; }


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
	border-top: 4px solid #ffe13d;
	border-bottom: 4px solid #222f80;
	text-align: center;
	padding: 15px 0; }

header img {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto; }


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main {
	padding-top: 30px;
	padding-bottom: 30px; }

.page-nav {
  text-align: center;
  padding: 0; }

.results {
	text-align: center; }

.score {
	color: #00aada;
	font-size: 3.5rem; }

.responsive-wrapper {
  margin: 20px 0; }

img.center, p.center {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 4rem auto;
text-align: center;}


img.icon {
	vertical-align: middle;
	margin: 0 10px 5px 0;
	display: block;
}

img.workbook  {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 1.5rem auto 3.5rem; }

img.workbook-list  {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: 1.5rem auto 3.5rem; }

img.center.knowledge {
    border: 2px solid #7fd4ec;
    padding: 15px;
    background: #e5f6fb;
}


@media (min-width: 800px) {
	 img.icon {
	 	display: inline;
	 }
}

p.icondescription {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
}

p span {
	font-weight: 700;
	color: #00aada;
}

img.inline-icon {
  margin: 0 20px;
  vertical-align: middle;
}

p.tools span {
	font-size: 2.2rem;
	color: #666;
}

iframe.center {
	display: block;
	max-width: 100%;
	margin: 4rem auto; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #222f80 }
h1 { font-size: 3rem; line-height: 1.35; letter-spacing: -.08rem; border-bottom: 1px solid #E1E1E1; padding-bottom: 1rem; margin-bottom: 2.5rem; }
h2 { font-size: 2.4rem; line-height: 1.5;  letter-spacing: -.05rem; font-weight: 700;}
h3 { font-size: 2rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700; border-bottom: 1px solid #E1E1E1; padding-bottom: 5px; }
h4 { font-size: 2rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.4rem; }
  h2 { font-size: 3rem; }
  h3 { font-size: 2.4rem; }
}

p {
  margin-top: 0; }

p.caption {
  text-align: center; }

p.blue {
  color: #222f80;
}

form p {
	margin-top: 2rem; }
	
.report h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #222f80;
  text-decoration: none; }
a:hover {
  color: #00aada; }


/* Boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.boxed {
	background: #fafafa;
	padding: 10px;
}

span.boxed-text {
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #00aada;
  border-radius: 3px;
  /*font-weight: 400;*/
  font-style: italic;

}

p.boxed-text {
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #00aada;
  border-radius: 3px;
}

p.boxed-icons {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #8dccdd;
  border-radius: 9px;
}

p.boxed-icons img.workbook {
  margin: 1.5rem auto;
}

.disclaimer.boxed {
  border: 1px solid #00aada;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.4rem;
}

/* Table Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.t-grid {
    display: block;
    border-spacing: 0;
    border-collapse: separate;
    width:100%;
    margin: 0;
}


.t-grid-row {
    display: table-row;
}

.t-grid-cell {
    display: block; 
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    vertical-align: middle;
     font-size: 17px;
     color: #222f80;
	background-color: #eceeef; 
	box-shadow: 0 10px #c0c1c1;
margin-bottom: 25px;
}

.t-grid-cell p {
  margin:0;
}

@media (min-width: 550px) {
   .t-grid {
    border-spacing: 1rem 0;
    border-collapse: separate;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}
   .t-grid-cell {
    width: 50%;
    display: table-cell; }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #666;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
*/
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #222f80;
  border-color: #222f80;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #00aada;
  border-color: #00aada;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

.two-col input[type="text"] {
  width: 80%;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 200px;
  padding-top: 6px;
  padding-bottom: 6px; }

textarea.small-text-area {
	min-height: 75px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #00aada;
  outline: 0; }
label {
  display: inline;
  margin-bottom: .5rem;
  font-weight: 400;
  margin-right: 30px; }
.two-col label {
	margin-right: 10px; }
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 3px; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
form hr {
	margin-top: .5rem;
	margin-bottom: 2rem }

input.button.button-primary.form-button {
	display: block;
	margin: 15px auto 0;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style:  disc outside;
  margin-left: 20px; }
ol {
  list-style: decimal outside;
  margin-left: 20px; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: .5rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2rem;
  	margin-top: 2rem; }

.report p {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 2.5rem; }

table, th, td {
   border: 2px solid #fff; }
th {
	background: #00aada;
	font-weight: 700;
	color: #fff;
	text-align: left;
	padding: 10px 10px; }
td {
  padding: 10px 10px;
  text-align: left;
  background: #e5e5e5;
  vertical-align: top; }

table.equalrow-one-third tr th, table.equalrow-one-third tr td {
	width: 33%; }

table.equalrow-one-half tr th, table.equalrow-one-half tr td {
	width: 48%; }

table.equalrow-one-sixth tr th, table.equalrow-one-sixth tr td {
	width: 16%; }


.comment-box {
    border: 2px solid #00aada;
    border-radius: 10px;
    font-size: 1.4rem;
    background-color: #fafafa;
    width: 100%;
    min-height: 250px;
    height: 250px !important;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.errormsg {
  color: red;
}
.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}
.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
}
.error{
  color: red;
  margin-bottom: 1rem;
}

.fade_in_effect {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

    -webkit-animation: fadeInAnimation ease 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;

}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInAnimation {
    0% {
        -webkit-opacity: 0;
    }
    100% {
        -webkit-opacity: 1;
    }
}
.img-fit-content{
  width: fit-content;
  margin: auto;
}

/* Custom css */
.disclaimer.boxed {
  border: 1px solid #f05423;
}
p.boxed-text{
      border: 1px solid #f05423;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #f05423;
  border-color: #f05423;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #f3673b;
  border-color: #f3673b;
 }
.title-text {
  border: 0px solid transparent;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.pl-20{
  padding-left: 20px;
}
img.inline-icon {
    display: inherit;
    height: auto !important;
    max-width: 100%;
    /* margin: 1.5rem 15px 0 35px; */
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
th {
    background: #f05423;
}
.ui-widget-header {
    border: 1px solid #f05423!important;
    background: #f05423 !important;
}
.ml-35{
  margin-left: 35px!important;
}
.mr-15{
  margin-right: 15px!important;
}
.plr-15{
  padding-left: 15px;
  padding-right: 15px;
}
.ml-55{
  margin-left: 55px!important;
}
.mr-7{
  margin-right: 7px!important;
}
@media (max-width: 768px) {
  .center-icon{
    text-align: center;
  }
  img.inline-icon{
    margin: 1.5rem 0 0 0!important;
  }
  .min-width-125 td{
    min-width: 125px;
  }
  .min-width-125 tr td{
    min-width: 125px;
  }

}
h1, h2, h3, h4, h5, h6 {
    color: #f05423;
}
img.center.knowledge {
    border: 2px solid #f05423;
    padding: 15px;
    background: #f05423;
}
.text-center{
  text-align: center;
}
.centered-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}


.circle{
  background: #f05423;
  width: 300px;
  height: 300px;
  border-radius: 160px;
  display: table;
  margin: auto;
  padding: 10px;
}
.vertical-center{
  display: table-cell;
  vertical-align: middle;
}
.color-white{
  color: #fff;
}
.ptb-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.circle-parent{
  display: table;
  margin: 25px auto;
  height: 150px;
  width: 150px;
}
.circle-small{
  display: table-cell;
  vertical-align: middle;
  background: #f05423;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bolder;
}

.mb-0{
  margin-bottom: 0px!important;
}
.mt-10{
  margin-top: 10px!important;
}
.mt-5{
  margin-top: 5px!important;
}
.mr-60{
  margin-right: 60px!important;
}
.primary-color{
  color: #f05423!important;
}
.ul-style-none{
  list-style: none;
  margin-left: 0px;
}
.fontsize-20{
  font-size: 20px;
}
.full-width input[type="text"]{
  width: 100%;
}
.primary-textarea{
  background: #f05423;
  border: #f05423;
  color: #ffffff;
}
.primary-textarea:focus{
  border: 1px solid #f05423;
}
.primary-background{
  background: #f05423;
  border: #f05423;
  color: #ffffff;
}
.ans-box{
  padding: 20px 15px;
  border-radius: 5px;
}
.green-box{
  border: 5px solid green;
  padding: 15px;
  border-radius: 15px;
}
.orange-box{
  border: 5px solid #f05423;
  padding: 15px;
  border-radius: 15px;
}
.mt-0{
  margin-top: 0px!important;
}
.mb-5{
  margin-bottom: 5px!important;
}
.text-underline{
  text-decoration: underline;
}
.orange-bg-box{
  background: #f05423;
  padding: 10px;
  border-radius: 10px;
}
.green-bg-box{
  background: green;
  padding: 10px;
  border-radius: 10px;
}
.color-white{
  color:#ffffff!important;
}
.mb-20{
  margin-bottom: 20px!important;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #ebebeb;
    color: #333!important;
    padding: 7px 20px;;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: #5cb85c;
  color: #fff!important;
}

.resp-margin{
  margin: 0px 75px;
}

@media (max-width: 768px) {
  .resp-margin{
    margin: 0px 20px;
  }
}

.incorrect-bg-box{
  background: #e67082;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
}
.correct-bg-box{
  background: #abdc8b;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
}
.mb-25{
  margin-bottom: 25px!important;
}

header {
    border-top: 4px solid #222f80;
    border-bottom: 4px solid #222f80;
    text-align: center;
    padding: 15px 0;
}

.border-bullet ul {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

.border-bullet ul li { 
  padding-left: 16px; 
}
.border-bullet ul li:before {
 
    content: '•';
    border: 2px solid #ffe13d;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    display: inline-block;
    /* padding: 5px; */
    padding-left: 2px;
    padding-right: 4px;
    line-height: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0.5em;
}

.mt-20{
  margin-top: 20px;
}

.display-flax{
  display: flex;
}


.dark-blue-box{
  border: 3px solid #f05423;
  padding: 10px;
}