/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
* { 
	margin:0;
	padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
	max-width: 100%; 
}
.collapse {
	margin:0;
	padding:0;
}
body {
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none; 
	width: 100%!important; 
	height: 100%;
	background: #f0f2f5;
	margin: 0 !important;
}
.marg{
	  margin-top: 52px;
    border-radius: 13px;
}
.roundtop{
	background: #515f73;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.white-bod{
  background: #ffffff;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	box-shadow: 0 9px 20px rgba(0,0,0,0.1);
}
.bgbg{
	 background: #515f73;
	    margin: -3px;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
	
	a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

	div[class="column"] { width: auto!important; float:none!important;}
	
	table.social div[class="column"] {
		width:auto!important;
	}
	body{
		height: 100%;
		background: #515f73;
	}
	.marg{
		  margin-top: 0px;
          border-radius: 13px;
	}
	.roundtop{
	background: #515f73;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-top: -5px;
}
.white-bod{
  background: #ffffff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0 9px 20px rgba(0,0,0,0);
}
}

*,
*::before,
*::after {
  box-sizing: border-box; 
}

html {
  font-family: sans-serif; 
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: rgba($black, 0); 
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}



body {
  margin: 0; // 1
  font-family: $font-family-base;
  @include font-size($font-size-base);
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}



hr {
  box-sizing: content-box; // 1
  height: 0; // 1
  overflow: visible; // 2
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: $headings-margin-bottom;
}

p {
  margin-top: 0;
  margin-bottom: $paragraph-margin-bottom;
}



abbr[title],
abbr[data-original-title] { 
  text-decoration: underline; 
  text-decoration: underline dotted; 
  cursor: help; 
  border-bottom: 0; 
 
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: $dt-font-weight;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0; 
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: $font-weight-bolder; 
}

small {
  @include font-size(80%); 
}


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

sub { bottom: -.25em; }
sup { top: -.5em; }



a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; 

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}



a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;

  @include hover-focus {
    color: inherit;
    text-decoration: none;
  }

  &:focus {
    outline: 0;
  }
}



pre,
code,
kbd,
samp {
  font-family: $font-family-monospace;
  @include font-size(1em); 
}

pre {

  margin-top: 0;

  margin-bottom: 1rem;

  overflow: auto;
}


figure {
  margin: 0 0 1rem;
}


img {
  vertical-align: middle;
  border-style: none; 
}

svg {
  overflow: hidden;
  vertical-align: middle;
}


table {
  border-collapse: collapse; 
}

caption {
  padding-top: $table-cell-padding;
  padding-bottom: $table-cell-padding;
  color: $table-caption-color;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}



label {
  display: inline-block;
  margin-bottom: $label-margin-bottom;
}


button {
  border-radius: 0;
}


button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; 
  font-family: inherit;
  @include font-size(inherit);
  line-height: inherit;
}

button,
input {
  overflow: visible; 
}

button,
select {
  text-transform: none; 
}
select {
  word-wrap: normal;
}

button,
[type="button"], // 1
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; // 2
}

// Opinionated: add "hand" cursor to non-disabled button elements.
@if $enable-pointer-cursor-for-buttons {
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    &:not(:disabled) {
      cursor: pointer;
    }
  }
}

// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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


input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; // 1
  padding: 0;
  margin-bottom: .5rem;
  @include font-size(1.5rem);
  line-height: inherit;
  color: inherit; // 2
  white-space: normal; // 1
}

progress {
  vertical-align: baseline; 
}

// Correct the cursor style of increment and decrement buttons in Chrome.
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {

  outline-offset: -2px; // 2. Correct the outline style in Safari.
  -webkit-appearance: none;
}



[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



::-webkit-file-upload-button {
  font: inherit; 
  -webkit-appearance: button; 
}



output {
  display: inline-block;
}

summary {
  display: list-item; 
  cursor: pointer;
}

template {
  display: none; 
}


[hidden] {
  display: none !important;
}