body,html,* {
	font-family: "Open Sans", sans-serif;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", "Open Sans", sans-serif;
}
h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #4c4c4c;
}
h2 { font-size:32px; }
h3 { font-size:30px; }
h4 { font-size:28px; }
h5 { font-size:26px; }
h6 { font-size:24px; }

a {
    line-height: inherit;
    color: #272a71;
    text-decoration: none;
    cursor: pointer;
}



/* reset foundation table */
table tbody, table tfoot, table thead {
    border: 0;
    background-color: transparent;

}

.entry-content table tbody td, .entry-content  table tbody th {
    padding:0;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}



/* Menu Dropdown */
.menu {
	background:#272a71;
}
.menu-wrap {
    background:#272a71;
}
.menu button {
    margin-right:5px;
}
.mobileMenu{
    margin-bottom: 0;
    float: right;
    background: #272a71;
}
.mobileMenuContainer{
    display: none;
}
ul#nav{
    display: block;
    margin: 0 auto;
}
ul#nav ul,
ul#nav ul ul {
	z-index:101;
	padding:0;
	margin:0;
	display:inline-block;
}
ul#nav li,
ul#nav ul li,
ul#nav ul ul li {
	list-style-type:none;
	display: inline-block;
}
/*Link Appearance*/
ul#nav > li > a {
    text-transform: uppercase;
    text-decoration: none;
    color:#FFF;
    /*background:rgba(0, 0, 0, 0.5);*/
    padding: 20px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
ul#nav > li > ul > li > a,
ul#nav > li > ul > li > ul > li > a,
ul#nav > li > ul > li > ul > li > ul > li > a {
	text-decoration:none;
	color:#FFF;
	background:rgba(0, 0, 0, 0.5);
	padding:15px 20px;
	display: inline-block;
    font-size: 16px;
}
/*Make the parent of sub-menu relative*/
ul#nav li {
	position: relative;
}
/*sub menu*/
ul#nav li ul {
	display:none;
	position:absolute;
	top:54px;
	left:0;
}
ul#nav li ul a {
	width:250px;
}
ul#nav li:hover>ul {
	display: block;
}
/* Top Nav Background Hover */
ul#nav > li:hover > a,
ul#nav > li.current > a{
	background:rgba(0,0,0,0.8);
	color:#FFF;
}
ul#nav > li > ul > li:hover > a,
ul#nav > li > ul > li > ul > li:hover > a,
ul#nav > li > ul > li > ul > li > ul > li:hover > a{
	background:#272a71;
	color:#FFF;
}
/* 3rd level nav */
ul#nav ul li ul {
	display:none;
    position: absolute;
    top: 0px;
    left: 250px;
    width: 250px;
}
/* show the 3rd level when the second is hover */
ul#nav ul li:hover>ul {
	display: block;
}
/* Menu Dropdown */


/* Side Nav */
.sidenav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.sidenav ul li a:hover {
    background:rgba(0,0,0,0.2);
}
.sidenav ul li a {
    color:#444;
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
}

/* Side Nav */

/* Off Canvas Menu */
.load-offcanvas-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.load-offcanvas-menu ul li a {
	display:block;
	padding:10px;
	color:#EEE;
	background:#222;
	border-bottom:1px solid #333;
	text-shadow:0px 1px 2px #000;
}
.load-offcanvas-menu ul ul li a {
	border-left:5px solid #333;
}
.load-offcanvas-menu ul ul ul li a {
	border-left:10px solid #333;
}
.load-offcanvas-menu ul li a:hover {
	background:#444;
	color:#FFF;
}

/* Off Canvas Menu */


/* Slider */
.slide-text-container{
    margin-top: 100px;
}
.slide-text-container h1 {
    font-size: 52px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container h2 {
    font-size: 32px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container a{
    font-size: 14px;
    margin-top: 15px;
    background: #272a71;
    padding:15px 20px;
    color:#fff;
    border-radius: 30px;
    display: inline-block;
    font-weight:bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.slide-text-container a:hover{
    background: #797979;
    color:#fff;
}
.slide-text-container a .fa-arrow-right{
    margin-left: 5px;
}
.slide-wrap {
	margin-bottom:20px;
}
.slick-slide {
    outline: none
}
/* Slider */


/* Page Banners */
.page-banner-title h1 {
    font-size: 42px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0px 0px -10px 0px;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding-top:50px;
}
.page-banner-text h2 {
    font-size: 24px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    padding: 5px 20px;
    margin: 0px 0px 0px 20px;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}
.banner {
    margin-bottom:0px;
}
/* Page Banners */


/* JS Chart */

.centered {
    text-align: center;
}

.chart-buttons li:hover {
	background:#063669;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
    border:1px solid #063669;
}
.chart-buttons li {
	color:#444;
	background:#FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size:14px;
    border-radius: 3px;
    border:1px solid #CCC;
}
.irmau-small-chart .quoteapi-chart {
    width: 200px;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #2e2e2e;
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 80px;
    background: #eee;
}
.irmau-small-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-small-chart .quoteapi-chart-xaxis-spacing {
    width: 24px;
}
.irmau-small-chart .quoteapi-chart-yaxis-spacing {
    height: 24px;
}
.irmau-small-chart .quoteapi-chart-xaxis-label {
    margin-top: -3px;
}
.irmau-small-chart .quoteapi-chart-panel-border {
    stroke: #2e2e2e;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: #fff;
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke: #009fd9;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #9fcee0;
    fill-opacity: 0.3;
}
.irmau-main-chart .quoteapi-chart {
    width: 100%;
    padding: 8px 50px 50px 50px;
    font-size: 10px;
    color: #2e2e2e;
}
.irmau-main-chart .quoteapi-chart-panel {
    height: 250px;
    background: #f2f2f2;
    background: linear-gradient(0deg, #f2f2f2, #fff);
}
.irmau-main-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-main-chart .quoteapi-chart-panel-border {
    stroke: #858688;
    stroke-opacity: 0.5;
}
.irmau-main-chart .quoteapi-chart-price {
    stroke: #00429d;
    stroke-width: 1px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
    fill: #00429d;
    fill-opacity: 0.05;
}
.irmau-main-chart .quoteapi-chart-volume {
    stroke: #496396;
    stroke-opacity: 0.4;
}
.irmau-main-chart .quoteapi-chart-announcement-marker {
    fill: #496396;
}
.irmau-main-chart .quoteapi-chart-price-sensitive-announcement-marker {
    fill: #496396;
}
.irmau-nav-chart .quoteapi-chart-panel {
    height: 90px;
}
.irmau-nav-chart .quoteapi-chart-price {
    stroke-width: 1.5px;
}
.irmau-nav-chart .quoteapi-nav-chart-outside-range {
    fill: #fff;
    fill-opacity: 0.666;
}
.irmau-nav-chart .quoteapi-nav-chart-gadget {
    stroke: #9b9c9d;
}

dt {
    margin-top: 10px;
    display: inline-block;
    width: 12em;
}

dd {
    display: inline;
}

dd:after {
    display: block;
    content: '';
}
/* JS Chart */

/* Breadcrumbs */
.breadcrumbs {
    font-size:16px;
    color:#444;
}
.breadcrumbs a {
    color:#444;
}
/* Breadcrumbs */
.home-page-news table tr:first-child{
    display: none;
}
.home-page-news table tr td,
.home-page-news table tbody{
    background: #f8faff;
    border: none;
}
.slide-wrap {
	height:500px;
    overflow: hidden;
    background:#dcf1ff;
}
.slider {
	background-color:transparent;
    min-height:500px;
}
.home-box {
	position:relative;
    padding-top: 50px;
}
.home-box .card{
    overflow: visible;
}
.home-box .card {
    border-color: #cdd3e6;
    min-height: 440px;
}
.home-box-wrap {
    padding-top: 30px;
	margin-bottom:20px;
}
.home-box-wrap .cell{
    margin-right: 5px;
    margin-left: 5px;
}
a.home-more {
	position:absolute;
	bottom:0px;
	left:0px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.footer-wrap {
	padding:20px 0;
	background:#272a71;

}
.copyright-footer-wrap a {
	color:#ccc;
    margin-right: 20px;
}
.copyright-footer-wrap a:hover{
    color:#fff;
}
.copyright-footer-wrap {
    border-top: 1px solid #495269;
	padding:10px 0;
	background:#272a71;
	color:#efefef;
	text-shadow:0px 1px 2px #222;
}
.copyright,
.footer-box a,
.footer-box p{
	color:#ccc;
}
.footer-box {
	color:#EEE;
	text-shadow:0px 1px 2px #222;
}
.footer-box h3 {
	font-size:24px;
	color:#FFF;
}
.card-section {
	min-height:41px;
}

.home-box h3 {
	font-size:20px;
    font-weight: bold;
}
.home-shareprice .price {
    font-weight: bold;
    font-size: 40px;
    color: #444;
}
.home-shareprice .spdelay {
	color:#666;
	font-size:14px;
}
.home-shareprice .market-status{
    font-size: 12px;
}
.home-shareprice .market-cap{
    margin-bottom: 20px;
}
.home-shareprice .asx-logo {
	position: absolute;
    top:10px;
    right:0;
    max-width: 45px;
}
.home-shareprice{
    position: relative;
}
.banner {
	min-height:200px;
}
.slider {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content {
	min-height:500px;
}
.off-canvas-logo img {
	width:60%;
	filter: grayscale(100%);
}
.off-canvas-logo {
	text-align: center;
	margin:15px 0;
}
.logo {
    max-width: 250px;
}
.header-wrap {
	padding:20px 0;
    /*background:#dcf1ff;*/
}
.input-group-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 22px;
    background: #272a71;
    border-radius: 60px;
    margin-top: 2px;
    margin-right: 3px;
    transition: all 0.3s ease;
}
.input-group-button .fa-search{
    color:#fff;
    width: 20px;
    height: 20px;
}
.input-group-button:hover{
    background: #797979;
    cursor:pointer;
}
.input-group{
    position: relative;
}
.header-subscribe .fa-envelope{
    border: 1px solid #272a71;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#272a71;
    transition: all 0.3s ease;
}
.header-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #272a71;
}
.header-subscribe:hover{
    cursor:pointer;
}
.header-subscribe:hover .fa-envelope{
    color:#fff;
    background: #272a71;
}
.input-group-field{
    border-radius: 50px !important;
}

.home-quote{
    font-style: italic;
    line-height: 2;
    color: #333;
    margin-top: 50px;
    font-size: 20px;
}
.home-hero-section{
    padding: 30px;
}
.home-box .svg-inline--fa{
    width: 90px;
    height: 90px;
    margin: -50px auto 20px;
    display: block;
    padding: 20px;
    border: 1px solid #272a71;
    border-radius: 60px;
    background: #fff;
}
.home-box .card-divider{
    background: none;
    padding:10px 1rem;
}
.foot-links a{
    display: block;
}
.foot-links a:hover,
.footer-box a:hover,
.footer-subscribe p:hover{
    color:#fff;
}
.footer-subscribe .fa-envelope{
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#fff;
    transition: all 0.3s ease;
}
.footer-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #ccc;
}
.footer-subscribe:hover{
    cursor:pointer;
}
.footer-subscribe:hover .fa-envelope{
    color:#fff;
    background: #797979;
}
.social-footer .svg-inline--fa{
    width:40px;
    height:40px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 8px;
    margin-right: 10px;
}
.social-footer .svg-inline--fa:hover{
    background: #797979;
}
.hb1 .svg-inline--fa{
    color:#272a71;
}
.hb2 .svg-inline--fa{
    color:#272a71;
}
.hb3 .svg-inline--fa{
    color:#272a71;
}
.hb4 .svg-inline--fa{
    color:#272a71;
}
.hb5 .svg-inline--fa{
    color:#272a71;
}
.home-box h3 {
    color: #272a71;
}

/* Investor Center */
a.inv-more:hover {
    background:#434da7;
    color:#FFF;
}
a.inv-more {
    text-align: center;
    display:block;
    padding:8px 10px;
    color:#FFF;
    border-radius: 3px;
    background:#272a71;
    text-shadow:0px 1px 2px rgba(0,0,0,0.1);
    position:absolute;
    bottom: 10px;
    width: 95%;
    font-weight:bold;
}
.head-news,.share-price {
    padding-bottom:50px!important;
    position:relative;
    min-height:378px!important;
}
.clickable {
  cursor:pointer;
}
.head-news h2,.share-price h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.head-news {
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}

.secndrow{
margin-top:40px;
}
.share-price {
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}
.share-price #price {
    margin-top:-20px;
    line-height:1.5;
}
.share-price .datechange {
    display:none;
}
.invsbox h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
}
.inv-email {
    background: #efefef;
}
.inv-bg {
  background:#efefef;
}

.invsbox p {
    padding: 10px;
    font-size: 16px;
}
.invsbox {
  overflow:hidden;
  min-height: 220px;
}
.invbox-icon {
  color:#CCC;
  float:right;
  padding-top:4px;
  font-size:30px;
}

.inv-shareprice .asx-logo{
float:right;
}

.inv-shareprice #price {
      margin-top: 0;
    line-height: 1.5;
    font-size: 53px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.inv-shareprice .market-cap, .inv-shareprice .spdelay {
font-size:12px;
}



.inv-shareprice .market-status, .inv-shareprice .lastTradeDate, .inv-shareprice .lastTradeTime{
display:none;
}


.inv-shareprice .irmau-small-chart .quoteapi-chart {
    width: 100%;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #2e2e2e;
	margin:20px 0px;

}

/* Investor Center */



/* LIST ITEM - DISPLAY E*/

.Introduction{
margin-bottom:30px;
}

.list-date {

    font-size:14px;
    color:#90919E;
}
.list-title a {

    font-size:18px;

}
.list-item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:2px solid #EFEFEF;
}
.list-item:hover {
    border-bottom:2px solid #272a71;


}



.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid #272a71;
}
.archiveFilterB a {

    position: relative;
    display: inline-block;
    width: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
	color:#444;
}


.archiveFilterB a.currentyear {

     background:#272a71;
	 color:#fff;
}


.Pages{
    margin-top: 40px;
}
.Pages:before{
    content: 'Page:';
    font-size: 14px;
}
.Pages ul{
    margin-left: 0;
}
.Pages ul li{
    list-style-type: none;
    display: inline-block;
    margin-right:7px;
}

/*BOARD BOX*/

.board-box-wrap > .grid-x  > .cell{
margin-bottom:30px;
}

.board-box{
padding: 15px 0!important;
    margin: 0!important;
    border: 1px solid #ccc;
	cursor:pointer;

}

.board-box h2{
font-size:120%;
font-weight:bold;
}

.board-box h3{
font-size:110%;
}

.board-box .small-7{
position:relative;
}

.board-box h4{
    position: absolute;
    bottom: -13px;
    font-size: 100%;
    right: 16px;
}


.board-box .desc{
margin-top:20px;
display:none;
}

.board-box svg{
color:#272a71;
}


/* media video thumb */


.homevidthumb{
	width: 100%;
	max-width: 220px;
	display: block;
	/*max-height: 120px;*/
	overflow: hidden;
	position: relative;
}
.homevidthumb p{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	font-size: 20px;
	color:#fff;
	width: 100%;
	height: 100%;
	padding: 30% 0;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.homevidthumb:hover{
	cursor: pointer;
}
.homevidthumb:hover p{
	top:200px;
}
.homevidthumb:before{
	content:'\f144';
	color:red;
	opacity: 0;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	    top: 0%;
    left: 29%;
    font-size: 100px;
    transition: all 0.5s ease-in-out;
	font-weight: 900;
}
.homevidthumb:hover:before{
	opacity: 1;
}

/* email alerts and contact form */

button.button.contact-us{
	    font-size: 1rem;
    background:#F15A2A;
    color:#fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
button.button.contact-us:hover{
	color:#fff;
	background: #333;
}



.radioonShares {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


input[type=submit] {
	background:#272a71;
	color:#FFF;
	padding:10px 20px;
	border:none;
	font-size:16px;
	font-family:"Open Sans", sans-serif;
	cursor:pointer;
}
/*---------------------------------------------*/
.breadcrumbs span {
    color: #8a8a8a;
    font-size: 12px;
}

.sp-item h4 {
    background: #CCC;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    min-height: 52px;
    font-weight: bold;
    font-family:"Montserrat", "Open Sans", sans-serif;
}
.sp-item {
    text-align: center;
    background: #EEE;
    min-height: 98px;
    font-family:"Montserrat", "Open Sans", sans-serif;
}

.grdHeader td {
    background:#2d3690;
    color:#FFF;
}
td.cv_date,
td.cv_desc,
td.cv_calendar
{
    padding:5px 10px !important;
    font-weight:bold;
}
.grdItem td {
    padding:5px 10px !important;
    color:#666;
}
a#ctl00_contentPlaceHolderBody_btnNext,
a#ctl00_contentPlaceHolderBody_btnPrevious
{
    padding:5px 10px;
    color:#FFF;
    background:#2d3690;
    margin-top:10px;
    border-radius:3px;
    display: inline-block;
}
.sidenav {
    margin-bottom:40px;
}

.top20 {
  font-family:"Open Sans", sans-serif;
  border:0;
}
.top20 th {
  border:0;
  background:#EFEFEF;
  color:#444;
  padding:8px 10px !important;
  border-top:2px solid #CCC;
  border-bottom:2px solid #CCC;
}
.top20 tr td {
  border-bottom:1px solid #CECECE;
  padding:12px 10px !important;
  color:#444;
}
.top20 tr td:nth-child(1) {
  font-weight:bold;
  color:#444;
}
.top20 tr:nth-child(odd) {
  background:#EFEFEF;
}

/* Share Price Calculator */
.share-price-calculator {
    padding: 20px;
    background: #eee url(/site/content/images/chart-flip-green-light-overlay.jpg) right center no-repeat;
    background-size: 360px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.share-price-calculator .form-row {
    margin-bottom: 10px;
}

.share-price-calculator .total-shares-input {
    width: 150px;
    display: inline-block;
    margin-bottom: 0;
    height: 43px;
}

.share-price-calculator .calc-button {
    margin-bottom: 3px;
}

.share-price-calculator .button {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}
.share-price-calculator .calc-current-share-price span {
    font-weight: bold;
}
.share-price-calculator .price-green {
    color: #3d922f;
    font-weight: bold;
}
.share-price-calculator .calc-total-val span {
    font-weight: bold;
    color: #3d922f;
    display: inline-block;
}
/* Share Price Calculator */


/* Share Calculator Historical - v2 */
.sp-calc-v2 {
}
.sp-calc-v2 #buyDate, .sp-calc-v2 input[type=text] {
    border: 1px solid #a0a0a0;
    background: #fefefe;
    border-radius: 3px;
}
.sp-calc-v2 .form-row label {
    font-weight:bold;
}
.sp-calc-v2 .form-row input {
    margin-bottom:0px;
}
.sp-calc-v2 .form-row {
    padding: 8px 10px;
    border-radius: 3px;
    background: #e6e6e6;
    border: 1px solid #a0a0a0;
    font-size: 14px;
    margin-bottom:10px;
}
.sp-calc-v2 dl,
.sp-calc-v2 dt
{
    width:100%;
}
.entry-content .sp-calc-v2 a {
    display: inline-block;
    background: #183366;
    color: #FFF;
    padding: 7px 15px;
    border-radius: 3px;
}
.sp-calc-v2 .form-row input {
    margin-bottom: 0px;
}
.sp-calc-v2 .calc-results {
    background: #e6e6e6;
    border-radius: 3px;
    padding:0px 10px;
}
.ErrorMessage{
	color:red;
}
/* Share Calculator Historical - v2 */


/* contact button fix */
.button.small,
.ea_submitRow input[type=submit],
.button[disabled]
{
   display: inline-block;
   vertical-align: middle;
   margin: 0 0 1rem 0;
   font-family: inherit;
   padding: .85em 1em;
   -webkit-appearance: none;
   border: 1px solid transparent;
   border-radius: 0;
   transition: background-color .25s ease-out,color .25s ease-out;
   font-size: .9rem;
   line-height: 1;
   text-align: center;
   cursor: pointer;
   background-color: #2e364a;
   color: #fefefe;
	 opacity: 1;
}
.button.small.contact-us {
    margin-top:10px;
}
.ea_submitRow input[type=submit] {
    margin:10px 0;
}


#smaller {
    font-size: 14px;
}