.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }
	
.clearboth {
	clear:both;
	}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
 #map {
        height: 100%;
      }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
	text-decoration:none; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 500; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }
mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* HTML*/
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== body =========================================================== */
body {
  font: 16px/1.5 'Rubik', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: #212121; }

.phone{
	padding:5px 15px;
	background:#274094;
	color:white;
	width:100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-weight:500;
	text-align:right;
	line-height:40px;
}

.phone a{color:white;}

.login{
	float:left;
	background:#5779bc;
	font-size:13px;
	padding:0 10px;
	height:30px;
	margin-right:17px;
	width:160px;
	text-align:center;
	line-height:30px;
	margin-top:5px;
	font-weight:400;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.login:hover{opacity:0.8;}

.login:first-child{
	background:#5779bc url(../images/lock.gif) no-repeat left center;
	padding-left:30px;
}

.wrapper {
  width: 80%;
  margin: 0 10%; }
  
 #slide03 .wrapper{
	max-width:900px;
	margin:0 auto;
	padding:25px;
	background:white;
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 }
 
 #slide03 .wrapper section{border-right:1px solid black;width:calc(100% - 350px);float:left;text-align:left;padding-right:25px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box;}
 
 #slide03 .wrapper header{
	 padding:15px 15px 0 15px;}
	 
 #slide03 .wrapper section{
	
	 }
	 
 #slide02 .wrapper,  #slide01 .wrapper{background:#212121;max-width:500px}
 
  #slide02 .wrapper header,  #slide01 .wrapper header{
	 padding:15px 15px 0 15px;}
	 
 #slide02 .wrapper section,  #slide01 .wrapper section{
	 padding:0 15px 15px 15px;
	 }
	 
	.home-text{
		max-width:500px;
		margin:0 auto;
		padding:20px;
		background:#212121;
		 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
 
/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; }

h1 {
  font-size: 2em;
  margin-top: 0;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700; }
h1.bigger{font-size:20px;font-family:'Rubik', Helvetica, Helvetica Neue, Arial, sans-serif;font-weight:500;padding-top:15px;padding-bottom:5px;}

h1 a{color:white;}

p a{color:white;}

.scroll-hint2 a{color:#212121;}

/* ==========================================================================
   styles
   ========================================================================== */

#menubar {
	position:absolute;
	top:50px;
	width:100%;
	height:50px;
	background:#212121;
	z-index:100;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	padding-right:10px;
	}
#menubar2 {
	position:absolute;
	top:50px;
	width:100%;
	padding-top:15px;
	background:#212121;
	z-index:900;
	padding-right:10px;
	padding-bottom:15px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	}
#menubar ul, #menubar2 ul {
	float:right;
	margin:25px 0 0 0;
	padding:0;
	display:flex;
	width:calc(100% - 300px);
	justify-content:space-between;
	max-width:450px;
	list-style-type:none;
	}
	
#menubar ul{margin:15px 0 0 0;}

#menubar li, #menubar2 li {
	text-transform:uppercase;
	font-size:12px;
	font-weight:500;
	padding:0 5px;
	position:relative;
	}
#menubar li a, #menubar2 li a {
	color: #BCBCBC;
	text-decoration:none;
	}

#menubar ul li:hover > ul, #menubar2 ul li:hover > ul{display:flex;}

#menubar ul li ul, #menubar2 ul li ul{display:none;position:absolute;flex-direction:column;background:#212121;width:200px;padding:15px 10px 5px 10px;left:-10px;top:calc(100% - 18px);}

#menubar2 ul li ul{top:calc(100% - 26px);}

#menubar ul li ul li, #menubar2 ul li ul li{padding-bottom:10px;}

#menubar li a:hover, #menubar2 li a:hover {
	color: #FFF;
	}
#menubarmobile {
	display:none;
	}
	
@media all and (max-width: 790px) {
	
.phone{
	text-align:center;
	clear:both;
	padding:5px 0;
}

.phone span{clear:both;width:100%;display:block;}

.login{
	float:none;
	display:inline-block;
	background:#5779bc;
	font-size:12px;
	padding:0 10px;
	height:30px;
	margin:5px 5px 0 2px; 
	width:calc(50% - 10px);
	max-width:145px;
	text-align:center;
	line-height:30px;
	font-weight:400;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.login:hover{opacity:0.8;}

.login:first-child{
	background:#5779bc url(../images/lock.gif) no-repeat left center;
	padding-left:30px;
}
	
#menubar, #menubar2 {
	display:none;
	}
#menubarmobile1 {
	width:100%;
	height:45px;
	text-align:center;
	padding:0;
	background:#212121;
	z-index:100;
	display:block;
	}
#menubarmobile {
	width:100%;
	height:auto;
	position:relative;
	min-height:100px;
	text-align:center;
	padding:20px 0 15px 0;
	background:#212121;
	z-index:900;
	display:block;
	}
#menubarmobile ul {
	margin:0;
	padding:0;
	}
#menubarmobile li {
	color:#fff;
	list-style:none;
	border-bottom:1px solid #424141;
	text-transform:uppercase;
	font-size:12px;
	font-weight:500;
	
	}
	#menubarmobile li:last-child{border-bottom:none;}
	
	#menubarmobile li ul li{background:rgba(255,255,255,0.1);font-size:11px;}
#menubarmobile li a {
	color:#fff;
	padding:15px 0;
	display:block;
	}
.menuimg img{
	clear:both;
	margin:10px auto 0 auto;
	display:block;
	text-align:center;
	}
.homescroll {
	display:none;
	}
	
 #slide03 .wrapper{
	max-width:900px;
	margin:0 auto;
	padding:25px;
	background:white;
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 }
 
 #slide03 .wrapper section{border-right:none;width:100%;float:none;text-align:left;padding-right:0;}

}
/* =Header */

.home-logo img{margin-bottom:30px;}

.header-container {
  text-align: center;
  color: #ffffff; }
  .header-container .wrapper {
    padding-top: 100px;
    z-index: 2;
    position: relative; }

.main-container{position:relative;z-index:100;}

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0.5; }
  .header-container .bcg {
    background-image: url(../images/backgrounds/financial-services-melbourne.jpg);
    background-size: cover; }
  #slide01 .bcg {
    background: url(../images/backgrounds/asset-management-melbourne.jpg) no-repeat center center;
    background-size: cover; }
  #slide02 .bcg {
    background: url(../images/backgrounds/portfolio-management-melbourne.jpg) no-repeat center center;
    background-size: cover; }
  #slide03 .bcg {
    background: url(../images/backgrounds/contact-us.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
  #slide07 .bcg {
    background: url(../images/backgrounds/financial-advisors-melbourne.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
.bcg2, .service {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 40%;
  z-index:-100;
  opacity: 0.5; }
  .bcg2, .service {
    background: url(../images/backgrounds/financial-advisors-melbourne.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; 
	height:300px;}

.service{background:url(../images/backgrounds/financial-services-melbourne.jpg) no-repeat center center;
	background-size: cover;}

/* =Navigation */
nav {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 100;
  background:#25408f;
  padding:20px 20px 20px 40px; }
  nav a {
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none; }
    nav a:hover .nav-label {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
  nav .nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }
  nav .nav-label {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
            transition: all 0.2s cubic-bezier(.17, .67, .83, .67); }
  nav.is-dark a {
    color: #212121; }
  nav.is-dark .nav-dot {
    background-color: rgba(0, 0, 0, 0.5); }
  nav.is-light a {
    color: #ffffff; }
  nav.is-light .nav-dot {
    background-color: rgba(255, 255, 255, 0.5); }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    width: auto;
    list-style: none; }

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2; }
.scroll-hint a {
  color: #212121;
	}
.scroll-hint2 {
  color: #212121;
  font-size: 20px;
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-weight: 500;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2; }
.scroll-padding {
	padding-top:30px;
	}
/* =Main */
p {
  font-size: 16px; }
  
p.bigger{font-size:20px;font-weight:500;}
.blacktext, .blacktext a {
	color:#000;
	font-weight:400;
	padding-left:15%;
	padding-right:15%;
	}
.blacktext2, .blacktext2 a {
	color:#000;
	font-weight:400;
	}
section ul {
	margin:0 auto;
	max-width:400px;
	}
section li {
	text-align:left;
	font-weight:400;
	}
img {
	max-width:100%;
	height:auto;
	}
.fs {
  height: 100vh; }

.slide {
  color: #ffffff;
  position: relative; }
  .slide .wrapper {
    padding-top: 30px;
    text-align: center;
    position: relative;
    z-index: 2; }
  .slide#slide01 .wrapper {
    position: absolute;
    top: 10%; }
  .slide#slide02 .wrapper {
    position: absolute;
    bottom: 10%; }
  .slide#slide03 .button {
    border-color: #ffffff;
    color: #212121;
    background-color: rgba(255, 255, 255, 0.9); }
    .slide#slide03 .button:hover {
      border-color: #212121;
      background-color: #212121;
      color: #ffffff; }
  .slide#slide04 {
    background-color: #be4c2c; }

.button {
  text-decoration: none;
  color: #ffffff;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative; }
  .button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000; }

/* =Content Block */
.content-block {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.9); }
  .content-block .wrapper {
    padding: 30px 0;
    text-align: center; }
  .no-touch .content-block .wrapper {
    visibility: hidden;
    opacity: 0; }
  .no-touch .content-block.is-active .wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* =Our People boxes */
#ourpeople {
	clear:both;
	width:100%;
	border-top:1px dashed #474747;
	padding-top:10px;
	margin-top:30px;
	}
#ourpeople img {
	border:1px solid #fff;
	float:left;
	margin-right:20px;
	max-width:200px;
	height:auto;
	margin-top:10px;
	}
#peoplespacer {
	display: block;
	height:270px;
	}
.bluetext {
	color:#3d54a4;
	font-size:19px;
	padding-bottom:25px;
	}	
	
/* =Mobile Scroll Fix */	
#mobilespacer {
	display: none;
	}
	
.map{
	position:absolute;
	right:25px;
	width:350px;
	top:25px;
	bottom:212px;
	padding-left:25px
	;-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
	
iframe{
	width:100%;
	height:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media all and (max-width: 790px) {
#mobilespacer {
	display: block;
	height:230px;
	}
	
  #slide03 .wrapper{
	max-width:100%;
	width:100%;
	margin:0 auto;
	padding:20px;
	background:white;
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 }
 
 #slide03 .wrapper header{
	 padding:15px 15px 0 15px;}
	 
 #slide03 .wrapper section{
	 padding:0 15px 15px 15px;
	 }
.map{
	position:static;
	width:100%;
	padding-left:0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#ourpeople {
	clear:both;
	width:100%;
	border-top:1px dashed #474747;
	padding-top:10px;
	margin-top:30px;
	text-align:left;
	}
#ourpeople img {
	float:none;
	display:block;
	border:1px solid #fff;
	text-align:left;
	margin:20px 20px 30px 0;
	max-width:200px;
	height:auto;
	}
	
.contact-fs {
  height:auto!important; }

}
/* =Footer */
.footer-container {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #06060d; }
    .footer-container ul{
		text-align:center;
		padding:20px;
		margin:0;
	}
  
  .footer-container li {
    margin: 0;
	display:inline-block;
	border-right:1px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
	line-height:100%;
    font-weight: normal; 
	font-size:13px;
	font-weight:400;}
	  .footer-container li:last-child {
	border-right:none;}
  .footer-container a {
    color: rgba(255, 255, 255, 0.5); }

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

#iht_logo {
  width: 100px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1000px) {
  .footer-container li {
    margin: 0;
	display:block;
	width:100%;
	padding:10px 0;
	border-right:none;
	line-height:135%;
   }}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 790px) {
  body {
    font-weight: 100; }
  h1 {
    font-size: 3em; }
  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative; }
    .header-container .wrapper {
      position: absolute;
      top: 630px;
      left: 50%;
      -webkit-transform: translate(-50%, -120%);
          -ms-transform: translate(-50%, -120%);
              transform: translate(-50%, -120%);
      margin: 0;
      padding: 0; }
    .header-container:before {
      font-size: 70em; }
  .scroll-hint {
    font-size: 20px; }
  .bcg {
    opacity: 1; }
  .slide {
    overflow: hidden;
    overflow-x: hidden; }
    .slide .wrapper {
	  padding-bottom:20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: left;
      width: 100%;
      margin: 0; }
    .slide#slide01, .slide#slide02, .slide#slide03 {
      color: #212121; }
      .slide#slide01 .wrapper, .slide#slide02 .wrapper, .slide#slide03 .wrapper {
        top: 40%;
        text-align: center; }
      .slide#slide01 section, .slide#slide02 section, .slide#slide03 section {
        margin: 0 auto; }
    .slide#slide01 {
      color: #ffffff; }
    .slide#slide02 {
      color: #ffffff; }
      .slide#slide02 .wrapper {
        top: auto;
        bottom: 10%;
        left: 10%;
        text-align: left;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        padding: 0; }
      .slide#slide02 section {
        margin: 0; }
    .slide#slide03 .wrapper {
      top: 15%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .slide#slide03 section {
      margin: 0 auto;
	}
    .slide#slide03 .button {
      border-color: rgba(0, 0, 0, 0.7);
      background-color: transparent;
      color: #212121; }
    .slide#slide03 .bcg {
      opacity: 1; }
  nav {
    display: block; }
  .content-block .wrapper {
    padding: 80px 0; }
 }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
  
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

form{width:100%;float:none;padding:10px 5px;background:#212121;color:white;box-sizing:border-box;margin-top:20px;}

form label{width:25%;float:left;padding:10px;box-sizing:border-box;text-align:left;font-size:14px;}

form input, form textarea{width:100%;margin:3px 0 5px 0;border:none;font-family: 'Asap', sans-serif;padding:3px 5px;color:#4b4b4b;border-radius:0;-webkit-appearance:none;box-sizing: border-box;}

textarea{height:100px;}

input[type=submit]{background:#274094;color:white;width:150px;padding:5px;float:right;margin-top:5px;margin-bottom:10px;margin-right:10px;font-size:13px;}

input[type=submit]:hover{color:##5779bc;cursor:pointer;}

form small{color:#5779bc;padding-left:5px;}

form h3{text-align:left;font-weight:normal;padding-left:10px;font-family:'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;margin:5px 0 0 0;}

.denote{float:left;padding-left:10px;font-size:12px;}

.entry form p{margin-bottom:0;text-align:right;margin-top:5px;font-size:12px;color:#4b4b4b;}

.eye-colour{display:none;visibility:hidden;}

@media all and (max-width: 640px) {
	
form{margin-top:0;}
	
form label{width:100%;}
	
input[type=submit]{margin-right:10px;}

.denote{float:none;padding-right:15px;font-size:12px;clear:both;text-align:right;}
	
}

