@charset "UTF-8";

 @font-face {
      font-family: 'MillerDisplayRoman';
      src: url('../webfonts/MillerDisplayRoman.eot');
      src: url('../webfonts/MillerDisplayRoman.eot?#iefix') format('embedded-opentype'), url('../webfonts/MillerDisplayRoman.woff') format('woff'), url('../webfonts/MillerDisplayRoman.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Graphik';
      src: url('../webfonts/Graphik-Regular-Web.woff') format('woff'), url('../webfonts/Graphik-Regular-Web.woff2') format('woff2'), url('../webfonts/Graphik-Regular-App.ttf') format('truetype');
  }
  
  @font-face {
      font-family: 'GraphikItalic';
      src: url('../webfonts/Graphik-RegularItalic-Web.woff') format('woff'), url('../webfonts/Graphik-RegularItalic-Web.woff2') format('woff2'), url('../webfonts/Graphik-RegularItalic-App.ttf') format('truetype');
  }
  
  @font-face {
      font-family: 'GraphikMedium';
      src: url('../webfonts/Graphik-Medium-Web.woff') format('woff'), url('../webfonts/Graphik-Medium-Web.woff2') format('woff2'), url('../webfonts/Graphik-Medium-App.ttf') format('truetype');
  }

  @font-face {
      font-family: 'GraphikBold';
      src: url('../webfonts/Graphik-Bold-Web.woff') format('woff'), url('../webfonts/Graphik-Bold-Web.woff2') format('woff2'), url('../webfonts/Graphik-Bold-App.ttf') format('truetype');
  }

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 15px;
	text-rendering: optimizeLegibility;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	color: rgb(19,36,56);
	background-color: #fff;
	margin: 0;
	line-height: 1.4em;
}
.label {
	font-weight: normal !important;
}
.label span {
	font-style: normal !important;
	font-size: 12px !important;
}
body.fancybox {
	background-image: none;
}
.fancybox-wrap {
	padding: 40px;
	color: #333;
	line-height: 1.4em !important;
}
.fancybox-wrap h1 {
	font-size: 35px;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1.3em;
    font-weight: 400;
}
.fancybox-wrap h2 {
	margin: 0 0 6px 0;
}
.fancybox-wrap ul {
	margin-top: 0;
}
.fancybox-wrap ul li {
	padding-left: 1em;
	text-indent: -.7em;
	list-style: none;
}
.fancybox-wrap li {
	padding-bottom: .4em;
}
.fancybox-wrap ul li:before {
	content: "» ";
	color: #333; /* or whatever color you prefer */
	position: relative;
	left: -8px;
}
.fancybox-wrap li ul {
	margin-top: 10px;
	margin-bottom: 3px;
}
h1{
	font-family: 'MillerDisplayRoman', Georgia, sans-serif;
	text-align: left;
	color: rgb(100,100,100);
	line-height: 1.2em;
	font-size: 35px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
h2{
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: rgb(33,128,148);
	line-height: 1.5rem;
	margin-bottom: 25px;
}
a, a:link {
	color: rgb(33,128,148);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: rgb(33,128,148);
}
hr {
	border-width: 0 !important;
	border-bottom: 1px dashed #333 !important;
	border-top: none;
	padding-top: 12px;
	margin-top: 0;
	margin-bottom: 12px;
	clear: both;
}
td.first-td {
	width: 200px;
}
/* -----------------------------------
Layout rules
----------------------------------- */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	clear: left;
	zoom: 1;
	background: url(../images/trans-bg.png);
	z-index: 2000;
	border-bottom: 1px solid #ccc;
}
.wrap {
	min-height: 600px;
	position: relative;
	margin: 90px 25% 0 25%;
}
.steps-wrap {
	margin: 16px 5px 26px 5px;
}
.steps {
	margin-top: 20px;
    padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-top:25px;
}
.steps img, .steps-mobile img {
	width: 100%;
}
.steps-mobile {
	display: none;
	visibility: hidden;
}
.content {
	padding: 0px 0 36px 0;
	min-height: 400px;
}
.ffrow {
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
	margin-bottom: 10px;
}
.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
}
.cis-home {
	margin-top: 140px;
	margin-left: 30%;
	margin-right: 30%;
	text-align: left;
}
.cis-end {
	margin-top: 200px;
	margin-left: 30%;
	margin-right: 30%;
	text-align: left;
}
.mobile-only {
	display: none;
	visibility: hidden;
}
.mobile-banner {
	display: none;
	visibility: hidden;
}
.space {
	width: 100%;
	display: table;
	height: 150px;
}
#canvas-holder {
	width: 100%;
}
#canvas-holder {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
}
.footer {
}
.logo img {
	float: left;
	width: 230px;
	display: block;
	height: auto;
}
.logo img.tablet-logo {
	display: none;
	visibility: hidden;
}
.fund-lft {
	float: left;
	width: 20%;
	padding: 1% 2%;
	border-top: 1px dashed #CCC;
}
.fund-rt {
	float: left;
	width: 70%;
	padding: 1% 2%;
	border-top: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
}
.fund-rt p {
	margin: 0;
}
.fund-rt li {
	padding-top: 4px;
}
.fund-rt ul {
	margin-bottom: 0;
}
#first {
	border-top: none !important;
}
p.nav-button-1 {
	float: right;
	width: auto;
	display: table-cell;
	margin-top: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.nav-button-1 a {
	 display: inline-block;
	  border-radius: 30px;
	  padding: 8px 25px;
	  margin-top: 0px;
	  margin-bottom: 20px;
	  letter-spacing: 0;
	  font-size: 14px;
	  margin-left: 0px;
	  float: left;
	  text-decoration: none;
	  font-weight: normal;
	  line-height: 15px;
	  margin-bottom: 10px;
	  background-color: rgb(116,221,188);
	  color: rgb(0,59,112);
	  border:1px solid rgb(116,221,188);
}
.nav-button-1 a:hover {
	background-color: rgb(255,255,255);
	color: rgb(33,128,148);
	border:1px solid rgb(33,128,148);
}
.cis-phone {
	color: rgb(19,36,56);
	float: right;
	width: auto;
	margin-top: 17px;
	margin-right: 10px;
	font-weight: bold;
}
.cis-phone img {
	padding-right: 6px;
}
.mbigbox {
	height: 72px;
	margin: 0 80px;
}
.mbigbox-wrap {
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
}
.mbox1 {
	float: left;
	padding-top: 6px;
}
.mbox2 {
	float: right;
	height: 46px;
}
.mbox3 {
	float: right;
	height: 72px;
	width: 400px;
}
.mbox4 {
	float: left;
	height: 72px;
}
p.cis-button {
	width: 100%;
	margin-top: 16px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.cis-button a {
	background: none;
	color: #00447C !important;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 1px solid #00447C;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
.cis-button a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #00447C;
}
.cis-button a {
	line-height: 15px;
	margin-bottom: 10px;
}
.cis-marker {
	position: absolute;
	top: 73px;
	right: 86px;
}
p.mybutton {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.content p.mybutton {
	margin-top: 20px;
}
.mybutton a {
	background: #00447C;
	color: #fff !important;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 1px solid #00447C;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
.mybutton a.white {
	background: #fff;
	color: #00447C !important;
	border: 1px solid #00447C;
}
.mybutton a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #002040;
}
.mybutton a {
	line-height: 15px;
	margin-bottom: 10px;
}
/* -----------------------------------
Form rules
----------------------------------- */
form {
	text-align: left;
}
.indent {
	padding-left: 30px;
}
.calendar {
	position: relative;
}
.ui-datepicker-trigger {
	position: absolute;
	bottom: 10px;
}
.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 6px;
}
.label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: rgb(19,36,56);
	font-size: 15px;
}
.label span {
	font-weight: normal;
	font-style: italic;
}
.inline .label {
	float: left;
	width: 160px;
	font-weight: normal !important;
	margin: 5px 0 0 0;
}
.inline input {
	text-align: right;
}
.label-checkbox, .label-radio {
	float: left;
	width: 90%;
}
.checkbox, .radio {
	float: left;
	width: 24px;
	margin-top: 3px;
	color: #333;
}
.input, .textarea {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 98%;
	max-width: 400px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	background: #FFF;
	padding: 0.5rem 15px;
	color: #333;
	margin: 3px 2px;
}
.input{
	border-radius: 20px;
}
.input-small {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 20px;
	background: #FFF;
	padding: 0.5rem 15px;
	color: #333;
	margin: 3px 2px;
}
.input-amount {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 188px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 20px;
	background: #FFF;
	padding: 0.5rem 15px;
	color: #333;
	margin: 3px 2px;
}
.input-smallest {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 40px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 25px;
	background: #FFF;
	padding: 0.5rem 2px;
	color: #333;
	text-align: center;
	margin:3px 1px;
}
.input-percent {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 100px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 25px;
	background: #FFF;
	padding: 0.5rem 15px;
	color: #333;
	margin: 3px 2px;
}
.select {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 96%;
 *width: 80%;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 20px;
	background: #FFF;
	padding: 0.4rem 5px;
	color: #333;
	margin: 3px 2px;
}
.select-small {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 16px;
	max-width: 200px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 20px;
	background: #FFF;
	padding: 10px 15px;
	color: #333;
	margin: 3px 2px;
}
.select-mid {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 40%;
 *width: 30%;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 20px;
	background: #FFF;
	padding: 10px 10px;
	color: #333;
	margin: 3px 2px;
}
.select-auto {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid rgb(33,128,148);
	border-radius: 25px;
	background: #FFF;
	padding: 10px 15px;
	color: #333;
	margin: 3px 2px;
}
.textarea {
	height: 150px;
}
.radio {
	margin-left: 1px;
	margin-right: .5em;
}
.form-center {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.form-list li {
	clear: left;
	overflow: hidden;
	zoom: 1;
	padding-left: 0;
	margin-bottom: 4px;
	text-indent: 0;
}
ul.form-list {
	margin-bottom: 10px;
}
ul.form-list li:before {
	content: "";
}
ul.form-center li:before {
	content: normal;
}
.form-center li {
	display: block;
	float: left;
	padding-right: 20px;
}
.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bank1, .bank2, .bank3, .bank4 {
	float: left;
}
.bank1 div, .bank2 div, .bank3 div, .bank4 div {
	font-size: 12px;
	font-style: italic;
	line-height: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bank1 {
	width: 72px;
}
.bank1 input {
	width: 60px;
}
.bank2 {
	width: 90px;
}
.bank2 input {
	width: 84px;
}
.bank3 {
	width: 180px;
}
.bank3 input {
	width: 174px;
}
.bank4 {
	width: 72px;
}
.bank4 input {
	width: 60px;
}
.bank-left {
	float: left;
	width: 50%;
}
.bank-right {
	float: left;
	width: 50%;
}
.table {
	display: table;
	margin: 0 auto;
}
table.details {
	margin-bottom: 14px;
}
table.details td {
	color: #333;
	padding: 3px 10px 3px 0;
}

.fund-row {
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
	padding: 3px 0;
}
.fund-name {
	float: left;
	width: 310px;
	padding-top: 12px;
	margin-bottom: 5px;
}
.fund-existing {
	float: left;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 6px;
}
.fund-amountout, .fund-amountin {
	float: left;
	width: 150px;
	text-align: center;
}
.fund-head1, .fund-head2 {
	font-weight: bold;
	margin-bottom: 18px;
	display: block;
}
.fund-head3, .fund-head4 {
	font-weight: bold;
	margin-bottom: 6px;
}
.fund-total {
	font-weight: bold;
}
.hidepc {
	display: none;
	visibility: hidden;
}
.funnopad {
	padding-top: 0;
}
.fundnopad {
	padding-top: 0;
}

/* ==  Dees laptop size
================================================= */

@media only screen and (min-width: 1101px) and (max-width: 1399px) {
.bank-left, .bank-right {
    float: none;
    width: 100%;
}

}

@media only screen and (min-width:701px) and (max-width: 1100px) {
body {
	background-image: none;
}
.mbigbox {
	margin: 0 30px;
}
.mbox3 {
	width: 340px;
}
.logo img {
	width: 230px;
	margin-top: 8px;
}
.nav-button-1 a {
	padding: 8px 10px;
	font-size: 13px;
}
.cis-phone {
	margin-right: 0;
	margin-top: 18px;
}
.mobile-banner {
	display: inherit;
	visibility: visible;
}
.mobile-banner img {
	width: 100%;
	max-width: 900px;
}
.header {
	position: relative;
}
.wrap {
	width: auto;
	margin: 0 30px;
}
.cis-home, .cis-end {
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 30px 20px 30px;
}
.cis-marker {
	right: 38px;
	width: 70px;
}
.cis-marker img {
	width: 100%;
	height: auto;
}
.cis-question {
	margin: 70px 150px 0 80px;
}
label.radio {
	font-size: 18px;
	margin-bottom: 10px;
}
.cis-left {
	margin: 40px 60px 0 40px;
}
.cis-right {
	margin-top: 40px;
}
.cis-right p {
	font-size: 18px;
}
.icons {
	width: 25%;
}
.bank-left, .bank-right {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 701px) {
.fund-name-radio {
	float: left;
	width: 320px;
	padding-top: 6px;
	margin-bottom: 5px;
}
.fund-amountin-radio, .fund-amountout-radio {
	float: left;
	width: 150px;
	text-align: center;
}
.fund-amountin-radio .radio, .fund-amountout-radio .radio {
    margin-left: 70px;
}
}

@media only screen and (max-width: 700px) {
body {
	background-image: none;
}
.pc-only {
	display: none;
	visibility: hidden;
}
.mobile-only {
	display: inherit;
	visibility: visible;
}
.fancybox-wrap h1 {
	font-size: 22px;
}
.mobile-banner {
	display: inherit;
	visibility: visible;
}
.mobile-banner img {
	width: 100%;
	height: auto;
}
.header {
	position: relative;
}
.wrap {
	width: 90%;
	min-height: inherit;
	margin: 0 auto;
}
.content {
	padding: 5px 0 20px 0;
	min-height: inherit;
}
.steps {
	display: none;
	visibility: hidden;
}
.steps-mobile {
	margin-top: 20px;
	display: inherit;
	visibility: visible;
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.label-checkbox, .label-radio {
	width: 80%;
}
.fund-lft, .fund-rt {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}
.fund-rt p {
	margin: 0 0 1em 0;
}
.fund-rt li {
	padding: 0 0 3px 0;
}
.fund-rt ul {
	margin-bottom: 3px;
}
h1 br {
	display: none;
	visibility: hidden;
}
.input-smallest {
    width: 32px;
    padding: 5px 0;
}
.fancybox-wrap {
	padding: 40px 20px 30px 20px;
}
.fancybox-wrap ul {
	padding-left: 4px;
}
.fancybox-wrap ol {
	padding-left: 18px;
}
.mbigbox {
	height: auto;
	margin: 0 30px;
}
.mbox1 {
	float: none;
}
.mbox3 {
	float: none;
	height: auto;
	width: 100%;
}
.logo img {
	float: none;
	width: 210px;
	margin: 0 auto;
}
.contact {
	text-align: center;
	font-size: 16px;
	padding: 4px 0 10px 0;
}
.cis-home, .cis-end {
	margin-top: 14px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 14px 20px 14px;
}
label.radio {
	font-size: 16px;
	width: 80%;
	margin-bottom: 8px;
}
.fb-left {
	float: none;
	width: 60%;
	margin: 20px auto;
}
.cis-right, .fb-right {
	float: none;
	width: auto;
	margin: 0 20px 40px 20px;
}
.cis-right p {
	font-size: 16px;
	line-height: 1.3em;
}
select {
	font-size: 16px;
}
.select-auto {
	width: 100%;
	margin-bottom: 6px;
	max-width: 200px;
}
.icons {
	width: 50%;
}
.fb-right .risk-return img {
	width: 100%;
}
.bank-left, .bank-right {
	float: none;
	width: 100%;
}
.fund-wrap {
	border-bottom: 1px solid #ccc;
}
.fund-row {
	padding: 8px 0;
	margin: 8px 0;
	border-top: 1px solid #ccc;
}
.fund-name {
	float: none;
	width: 100%;
	padding-top: 0;
	margin-bottom: 0;
}
.fund-existing {
	float: none;
	width: 100%;
	font-weight: bold;
	padding-top: 0;
}
.fund-amountout {
	width: 180px;
	text-align: left;
}
.fund-amountin {
	width: 180px;
	text-align: left;
}
.fund-head1 {
	display: none;
	visibility: hidden;
}
.fund-head2 {
	font-weight: bold;
	margin-bottom: 0;
	display: inline !important;
}
.fund-head3, .fund-head4 {
    margin-bottom: 3px;
}
.fund-total {
	font-weight: normal;
}
.hidepc {
	display: inherit;
	visibility: visible;
	padding-bottom: 4px;
}
.hide-mobile {
	display: none;
	visibility: hidden
}
.no-border {
	border: 0;
}
}

@media only screen and (max-width: 600px) {
.bank1 {
	width: 62px;
}
.bank1 input {
	width: 50px;
}
.bank2 {
	width: 80px;
}
.bank2 input {
	width: 70px;
}
.bank3 {
	width: 100px;
}
.bank3 input {
	width: 94px;
}
.bank4 {
	width: 62px;
}
.bank4 input {
	width: 50px;
}
}

@media only screen and (min-width:1100px) and (max-width: 1350px) {
.fund-name {
    width: 220px;
}
.fund-amountin-radio, .fund-amountout-radio {
	float: left;
	width: 100px;
	text-align: center;
}
.fund-amountin-radio .radio, .fund-amountout-radio .radio {
    margin-left: 40px;
}
}

@media only screen and (min-width: 701px) and (max-width: 828px) {
.fund-amountin-radio, .fund-amountout-radio {
    width: 100px;
}
.fund-amountin-radio .radio, .fund-amountout-radio .radio {
    margin-left: 40px;
}
}

@media only screen and (max-width: 590px) {
#owninvest label {
    width: 210px;
    padding-right: 5px;
}
}

@media only screen and (max-width: 465px) {
#owninvest label {
    width: 120px;
    padding-right: 5px;
}
}
@media only screen and (max-width: 410px) {
	
/* ==  New Options Styles
================================================= */
.fund-amountout {
	width: 130px;
	text-align: left;
}
.fund-amountin {
	width: 130px;
	text-align: left;
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
select:focus, textarea:focus, input:focus {
	font-size: 16px !important;
}
select, textarea, input {
	font-size: 16px;
}
}

/*bootstrap overwrites */
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px !important;
	max-width: 400px;
	width: 100%;
	visibility:hidden;
	display:none;
}
.alert-danger {
    background-color: rgba(215,51,39, 0.25);
    border-color: #fff;
    color: rgb(215,51,39);
	font-weight:300 !important;
}
 .alertbig {
    padding: 10px !important;
	max-width: 100% !important;
}
#owninvest .alert{
	margin-top:30px;
}
#pgButtonProcess{
	margin-bottom:26px;
}


/* fancybox */
.fancyboxout{
	width:100%;
	background: rgba(0,0,0,0.9);
	height:100%;
	z-index: 6000;
	position:absolute;
	top:0px;
	left:0px;
	min-height:2000px;
}
.fancyboxout .pd40 {
    padding-bottom: 30px;
}
.fancybox{
	width:80%;
	margin: 10%;
	z-index: 6001;
	background-color:#fff;
	border: 2px solid #000;
	border-radius:5px;
	position:relative;
	height:auto;
	padding-bottom:0;
	color: #000;
}
.fancyboxclose{
	position:absolute;
	top:10px;
	right:10px;
}
@media (max-width:720px) {
	.fancybox{
		width:90%;
		margin: 5%;
	}
	.fancyboxout .pd40 {
    padding: 30px 14px;
}
}
#tnc {
	margin-top: 8px;
}

/* new branding */
.btn-ff-1{
  display: inline-block;
  border-radius: 30px;
  padding: 8px 25px;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 0px;
  float: left;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
  background-color: rgb(116,221,188);
  color: rgb(0,59,112);
  border:1px solid rgb(116,221,188);
}
.btn-ff-1:hover{
  background-color: rgb(255,255,255);
  color: rgb(33,128,148);
  border:1px solid rgb(33,128,148);
}
a.btn-ff-link-1{
  display: inline-block;
  border-radius: 30px;
  padding: 8px 25px;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 0px;
  float: left;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
  background-color: rgb(116,221,188);
  color: rgb(0,59,112);
  border:1px solid rgb(116,221,188);
  cursor:pointer;
  margin-right:10px;
}
a.btn-ff-link-1:hover{
  background-color: rgb(255,255,255);
  color: rgb(33,128,148);
  border:1px solid rgb(33,128,148);
  cursor:pointer;
}
.btn-ff-2{
  display: inline-block;
  border-radius: 30px;
  padding: 8px 25px;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 0px;
  float: left;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
 background-color: rgb(255,255,255);
  color: rgb(33,128,148);
  border:1px solid rgb(33,128,148);
}
.btn-ff-2:hover{
background-color: rgb(33,128,148);
  color: rgb(184,242,235);
  border:1px solid rgb(33,128,148);
  
}